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
Wirecard uses the live gateway endpoints for all live, test and demo access, but has a range of customer IDs set aside to trigger various test modes. Since test mode is boolean - we are in test mode or not - we cannot use that flag to set the customer IDs and other parameters. However, if test mode is enabled, we can at least check that a known test customer ID is being used, and throw an exception if not.
This would just be an additional check to help prevent accidentally using live credentials in a test system or vice-versa. Not essential, just a nice-to-have.
The text was updated successfully, but these errors were encountered:
Since the core Omnipay supports a test mode it would be nice to make use of it.
Wirecard uses the live gateway endpoints for all live, test and demo access, but has a range of customer IDs set aside to trigger various test modes. Since test mode is boolean - we are in test mode or not - we cannot use that flag to set the customer IDs and other parameters. However, if test mode is enabled, we can at least check that a known test customer ID is being used, and throw an exception if not.
This would just be an additional check to help prevent accidentally using live credentials in a test system or vice-versa. Not essential, just a nice-to-have.
The text was updated successfully, but these errors were encountered: