You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We generate idempotency keys in production, but I don't know if they work.(I never directly tested that).
I only tested it now, because I wanted to add a auto retry mechanic ... But as we speak about 1-3 failed requests in the last year, I should skip this idea. That can only go wrong, even with working idempotency keys.
Is the Idempotency Key feature disabled on the sandbox or does it just not work?
I tried it by creating the same user twice (same key). But it succeeds and gives me two users with different ids.
The unittests fails also:
https://github.com/Mangopay/mangopay2-php-sdk/actions/runs/7125884722/job/19402676990#step:6:152
And this test method is poorly implemented:
https://github.com/Mangopay/mangopay2-php-sdk/blob/master/tests/Cases/IdempotencyTest.php#L35
The text was updated successfully, but these errors were encountered: