Re: PayPal RESTful API Payment Module
Quote:
Originally Posted by
lat9
Quote:
Subject: Advanced Checkout API integration
Date Created: January 25, 2024
Recently you requested assistance from PayPal Merchant Technical Support. Below is a summary of your request. We are continuing to work on your issue. If you have any new details to add, please provide those in the case via the Merchant Technical Support portal at
https://www.paypal-support.com. NOTE: Please do NOT reply to this e-mail, as this mailbox is not monitored.
~Melanie
Re: PayPal RESTful API Payment Module
Re: PayPal RESTful API Payment Module
Quote:
Originally Posted by
lat9
Thanks, Melanie!
So PayPal's response was to generate new keys which worked.
Re: PayPal RESTful API Payment Module
Quote:
Originally Posted by
mprough
So PayPal's response was to generate new keys which worked.
Thanks for that, @mprough. I was seriously scratching my head. I'll add that to the payment-module's GitHub Wiki.
Re: PayPal RESTful API Payment Module
Re: PayPal RESTful API Payment Module
Quote:
Originally Posted by
lat9
We ruining the issue, when we try to void the transaction, (Copy and past the Authorization ID, and hit Void and Confirm), then blank page.
here is the log:
PHP Parse error: syntax error, unexpected token "{" in /homepages/29/xxxxx/htdocs/xxxx/includes/modules/payment/paypal/PayPalRestful/Admin/DoVoid.php on line 84.
Re: PayPal RESTful API Payment Module
Quote:
Originally Posted by
dsc7050
We ruining the issue, when we try to void the transaction, (Copy and past the Authorization ID, and hit Void and Confirm), then blank page.
here is the log:
PHP Parse error: syntax error, unexpected token "{" in /homepages/29/xxxxx/htdocs/xxxx/includes/modules/payment/paypal/PayPalRestful/Admin/DoVoid.php on line 84.
There is a missing close-bracket on line 84 of DoVoid.php
Code:
if (count($captured_txns) !== 0) {
I'll raise it as an issue on the GitHub repo.
Re: PayPal RESTful API Payment Module
Sorry for the obvious question, once this is up and running I assume it's recommended to disable PayPal Payments Pro and PayPal Express Checkout ?
Re: PayPal RESTful API Payment Module
Quote:
Originally Posted by
Bubbadood
Sorry for the obvious question, once this is up and running I assume it's recommended to disable PayPal Payments Pro and PayPal Express Checkout ?
That's a yes. PayPal RESTful combines both of those existing modules into one up to date plugin.
Re: PayPal RESTful API Payment Module
Quote:
Originally Posted by
simon1066
That's a yes. PayPal RESTful combines both of those existing modules into one up to date plugin.
Thank you