diff --git a/templates/rest/referenced_payouts/create_referenced_batch_payout.php b/templates/rest/referenced_payouts/create_referenced_batch_payout.php index 395e5f27..ffda56c7 100644 --- a/templates/rest/referenced_payouts/create_referenced_batch_payout.php +++ b/templates/rest/referenced_payouts/create_referenced_batch_payout.php @@ -14,9 +14,6 @@ $PayPal = new \angelleye\PayPal\rest\referenced_payouts\ReferencedPayoutsAPI($configArray); -// Header parameters -$PayPal_Partner_Attribution_Id = 'AngellEYE_PHPClass'; // For more information about PayPal-Partner-Attribution-Id, see https://developer.paypal.com/docs/api/overview/#paypal-partner-attribution-id - /* Indicates how the client expects the server to process this request. * To process the request asynchronously, set this header to respond-async. * If you omit this header, the API processes the request synchronously. @@ -26,9 +23,6 @@ $Prefer = ''; $PayPal_Request_Id = ''; // The server stores keys for three days. For more information about PayPal-Request-Id, see https://developer.paypal.com/docs/api/overview/#paypal-request-id -if(!empty($PayPal_Partner_Attribution_Id)) { - $PayPal->set_partner_attribution_id($PayPal_Partner_Attribution_Id); -} if(!empty($Prefer)) { $PayPal->set_prefer($Prefer); }