Enabled Third Party Invoicing

This commit is contained in:
Jay Patel
2016-05-25 12:30:20 -05:00
parent 763df655d8
commit 56f1be3c73
5 changed files with 152 additions and 13 deletions

View File

@@ -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,