update
This commit is contained in:
@@ -184,7 +184,7 @@ def checkout(payload: Checkout):
|
||||
if payload.installments
|
||||
else {}
|
||||
)
|
||||
| ({'test_mode': True} if 'iugu_api_token' in settings else {})
|
||||
| ({'is_test': True} if 'iugu_api_token' in settings else {})
|
||||
| payload.model_dump()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user