forked from CGM_Public/pretix_original
Explicitly set none algorithm
This commit is contained in:
committed by
Raphael Michel
parent
1a2fb688de
commit
0a334d1c67
@@ -37,7 +37,7 @@ class PayPalEnvironment(VendorPayPalEnvironment):
|
||||
'payer_id': self.merchant_id
|
||||
},
|
||||
key=None,
|
||||
algorithm=None,
|
||||
algorithm="none",
|
||||
)
|
||||
return ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user