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.
1 parent dfa7d6d commit ff7b725Copy full SHA for ff7b725
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