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?
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?