forked from CGM_Public/pretix_original
Add PayPal-Partner-Attribution-Id to PayPal API-Calls
This commit is contained in:
@@ -178,6 +178,7 @@ class Paypal(BasePaymentProvider):
|
||||
payee = {}
|
||||
|
||||
payment = paypalrestsdk.Payment({
|
||||
'header': {'PayPal-Partner-Attribution-Id': 'ramiioSoftwareentwicklung_SP'},
|
||||
'intent': 'sale',
|
||||
'payer': {
|
||||
"payment_method": "paypal",
|
||||
@@ -435,6 +436,7 @@ class Paypal(BasePaymentProvider):
|
||||
payee = {}
|
||||
|
||||
payment = paypalrestsdk.Payment({
|
||||
'header': {'PayPal-Partner-Attribution-Id': 'ramiioSoftwareentwicklung_SP'},
|
||||
'intent': 'sale',
|
||||
'payer': {
|
||||
"payment_method": "paypal",
|
||||
|
||||
Reference in New Issue
Block a user