diff --git a/README.md b/README.md index 30969ca..482a5a6 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/paypal.js b/paypal.js index 70c4906..8e68416 100755 --- a/paypal.js +++ b/paypal.js @@ -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); diff --git a/version.json b/version.json index 5ecd9b4..8e3928c 100755 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"1.4","host":"https://github.com/cmsunoPlugins/paypal/"} +{"version":"1.4.1","host":"https://github.com/cmsunoPlugins/paypal/"}