We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7eb71e commit 7097bffCopy full SHA for 7097bff
santander_sdk/pix.py
@@ -89,7 +89,7 @@ def _generate_create_pix_dict(
89
raise SantanderValueError("Either 'bankCode' or 'ispb' must be provided")
90
if beneficiary.get("bankCode") and beneficiary.get("ispb"):
91
beneficiary.pop("ispb")
92
- data.update({"beneficiary": beneficiary})
+ data.update({"beneficiary": beneficiary})
93
else:
94
raise SantanderValueError("PIX key or Beneficiary not provided")
95
return data
0 commit comments