Explicitly set none algorithm

This commit is contained in:
Raphael Michel
2025-01-07 11:33:49 +01:00
committed by Raphael Michel
parent 1a2fb688de
commit 0a334d1c67

View File

@@ -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 ""