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
I am trying to force an error code in test mode (for example 50501). I am using a preauthorization (which works) and then a transaction (which fails as expected).
However, the gem only returns the error "Paymill::APIError: Preauthorization has already been used" instead of the actual error code.
Is this just a problem of the test environment?
The text was updated successfully, but these errors were encountered:
I am trying to force an error code in test mode (for example 50501). I am using a preauthorization (which works) and then a transaction (which fails as expected).
However, the gem only returns the error "Paymill::APIError: Preauthorization has already been used" instead of the actual error code.
Is this just a problem of the test environment?
The text was updated successfully, but these errors were encountered: