thephpleague / omnipay-paypal

PayPal driver for the Omnipay PHP payment processing library
MIT License
295 stars 174 forks source link

Is old api used? cgi-bin/webscr vs /webapps/hermes #217

Open 4n70w4 opened 5 years ago

4n70w4 commented 5 years ago

Hello. I integrated omnipay-paypal and use Express Checkout. I call purchase() method and my clients redirected to https://www.paypal.com/cgi-bin/webscr page.

image

But from another sites customer redirects to https://www.paypal.com/webapps/hermes. image

Ploblem with /cgi-bin/webscr - only 5 minutes timeout to make pay, otherwise: This transaction has expired. Please return to the recipient's website to complete your transaction using their regular checkout flow.

image

/webapps/hermes has no such problems. Is it possible to switch to it using /webapps/hermes instead /cgi-bin/webscr in this plugin?