sunnysideup / silverstripe-payment_paypal

add paypal to your payment options for the silverstripe payment and ecommerce modules
Other
1 stars 4 forks source link

BUG in /code/generatedintegrationcode/billingstep.php #2

Open promotion opened 10 years ago

promotion commented 10 years ago

Hi, you ve got bug in /code/generatedintegrationcode/billingstep.php line 142.

currently : $TransactionID = urldecode9$resArray["TRANSACTIONID"]);

should be : $TransactionID = urldecode($resArray["TRANSACTIONID"]);

PLease fix ;)

sunnysideup commented 10 years ago

THANK YOU ... FIXED