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
|
'payer_id': self.merchant_id
|
||||||
},
|
},
|
||||||
key=None,
|
key=None,
|
||||||
algorithm=None,
|
algorithm="none",
|
||||||
)
|
)
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user