diff --git a/tests/integration/test_payment_processing.py b/tests/integration/test_payment_processing.py index adf3810..f603e03 100644 --- a/tests/integration/test_payment_processing.py +++ b/tests/integration/test_payment_processing.py @@ -77,7 +77,7 @@ def test_payment_intents(self): assert json.loads(response_data).get('success', False) # automatic payment intent confirmation - intent = create_payment_intent(payment_method.id, customer.id, 2000, confirmation_method="automatic") + intent = create_payment_intent(payment_method.id, customer.id, 2000, confirmation_method="automatic") assert intent is not None assert intent.status == "succeeded"