Skip to content

Commit

Permalink
V 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boiteasite committed Apr 15, 2023
1 parent ff639b6 commit 84ee31f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Works also with digital goods.

### Versions ###

* 1.4.1 - 15/04/2023 : Add post ubusy
* 1.4 - 13/01/2023 :
* Remove Paypal button in CkEditor. You should now use Payment 'add to cart' button.
* JQuery free.
Expand Down
1 change: 1 addition & 0 deletions paypal.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function f_save_paypal(){
let x=new FormData();
x.set('action','save');
x.set('unox',Unox);
x.set('ubusy',Ubusy);
x.set('mail',mail);
x.set('ssl',ssl);
x.set('curr',curr);
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.4","host":"https://github.com/cmsunoPlugins/paypal/"}
{"version":"1.4.1","host":"https://github.com/cmsunoPlugins/paypal/"}

0 comments on commit 84ee31f

Please sign in to comment.