We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c35ad7b + ff7b725 commit e4ced7aCopy full SHA for e4ced7a
app/code/Magento/Paypal/Model/Config.php
@@ -866,7 +866,7 @@ public function isOrderReviewStepDisabled()
866
*/
867
public function getExpressCheckoutStartUrl($token)
868
{
869
- return sprintf('https://www.%spaypal.com/checkoutnow/2%s',
+ return sprintf('https://www.%spaypal.com/checkoutnow%s',
870
$this->getValue('sandboxFlag') ? 'sandbox.' : '',
871
'?token=' . urlencode($token));
872
}
0 commit comments