Right now it's pretty easy to unit test Dinersclub providers, but because they use external services, one really wants to do some manual testing with real accounts with the services.
Currently the only way to do "production" testing with real services is in production!
Would be nice to refactor Dinersclub and/or add a CLI so that one can easily test: given a message, it calls the provider, makes the payment, and returns a response.
Right now it's pretty easy to unit test Dinersclub providers, but because they use external services, one really wants to do some manual testing with real accounts with the services.
Currently the only way to do "production" testing with real services is in production!
Would be nice to refactor Dinersclub and/or add a CLI so that one can easily test: given a message, it calls the provider, makes the payment, and returns a response.