This commit is contained in:
2026-01-27 10:28:22 -03:00
parent 5ca514095a
commit ee6ccf8004
2 changed files with 2 additions and 6 deletions

View File

@@ -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()
)