diff --git a/src/pretix/plugins/paypal/payment.py b/src/pretix/plugins/paypal/payment.py index b24f895ece..668d127f9a 100644 --- a/src/pretix/plugins/paypal/payment.py +++ b/src/pretix/plugins/paypal/payment.py @@ -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",