XF 2.1 Using PayPal Api

WeaponOwl

Active member
Hello.
As i understand, xenforo have support of paypal, but only of Adaptive Payments - deprecated method what pass user to paypal page and have all required information in a request itself. I think so because code for paypal still have https://www.paypal.com/cgi-bin/webscr as endpoint.
Problem is Adaptive Payments deprecated.
Is there a way to update paypal usage? Use it's REST Api probably? I found there is something like login to paypal's oauth for use it's api (vendor\lusitanian\oauth\src\OAuth\OAuth2\Service\PayPal.php), but i not sure it correct and it using nowhere yet. Have plans to keep paypal support?
 
We do not use Adaptive Payments and while there are more modern APIs available, the method we use is still fully supported and is not deprecated.

We use a very simple PayPal Checkout implementation.
 
Top Bottom