Fix failing test

This commit is contained in:
Raphael Michel
2025-01-21 17:51:18 +01:00
parent 400bc7b272
commit 16f41e1f0c

View File

@@ -574,7 +574,7 @@ def test_pending_paypal_drop_fee(env, job):
env[2].save()
p = env[2].payments.create(
provider='paypal',
state=OrderPayment.PAYMENT_STATE_PENDING,
state=OrderPayment.PAYMENT_STATE_CREATED,
fee=fee,
amount=env[2].total
)