forked from LiveCarta/PayPal-PHP-SDK
Enabled Third Party Invoicing
This commit is contained in:
@@ -13,7 +13,9 @@ $baseUrl = getBaseUrl() . '/UserConsentRedirect.php?success=true';
|
||||
$redirectUrl = OpenIdSession::getAuthorizationUrl(
|
||||
$baseUrl,
|
||||
array('openid', 'profile', 'address', 'email', 'phone',
|
||||
'https://uri.paypal.com/services/paypalattributes', 'https://uri.paypal.com/services/expresscheckout'),
|
||||
'https://uri.paypal.com/services/paypalattributes',
|
||||
'https://uri.paypal.com/services/expresscheckout',
|
||||
'https://uri.paypal.com/services/invoicing'),
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user