Common Payment API Plugins for Joomla Supporting Multiple payment gateways with a easy 3 step integration process !
60
stars
86
forks
source link
Issue 1: Modified PayPal plugin per PayPal's new requirements https://devblog.paypal.com/upcoming-security-changes-notice/ Issue 2: Rreturn order id along with error in payment detail, Added 2nd parameter to function onTP_Processpayment(), phpcs #14
In a case of error while payment or on canceling the transaction, the plugin doesn't return actual order id.
Added second parameter(vars) to function onTP_Processpayment() which should be there according to new plugin structure. (Already present in all other plugins)