Kent Multer
01-09-07, 07:50 AM
Hi folks --
I've run into an odd situation with a client: a gateway company for whom I'm writing a custom payment module. As usual, the client gave me some dummy credit-card numbers to use for testing purposes. But those cards don't generate enough different types of responses for me to fully test the module. I asked them to give me some other card numbers, and they refused. They told me that I should either use my own card, or give them the URL so they can run some tests.
I don't like the idea of using my own credit cards for software testing. But if I let them do tests, the debugging process is going to get slowed down, because I have to wait for them to report a bug, then I change some code, then I ask them to do another test, etc. etc.
I've written quite a few payment modules, and I've never run into a situation like this before. Most gateways have dummy card numbers, as well as tricks such as setting the dollar amount to a specific value, that can be used to generate all the various types of Accept's and Decline's. No one has ever asked me to use my own credit card.
Does anyone have a recommendation about how to handle this?
Thanks --
I've run into an odd situation with a client: a gateway company for whom I'm writing a custom payment module. As usual, the client gave me some dummy credit-card numbers to use for testing purposes. But those cards don't generate enough different types of responses for me to fully test the module. I asked them to give me some other card numbers, and they refused. They told me that I should either use my own card, or give them the URL so they can run some tests.
I don't like the idea of using my own credit cards for software testing. But if I let them do tests, the debugging process is going to get slowed down, because I have to wait for them to report a bug, then I change some code, then I ask them to do another test, etc. etc.
I've written quite a few payment modules, and I've never run into a situation like this before. Most gateways have dummy card numbers, as well as tricks such as setting the dollar amount to a specific value, that can be used to generate all the various types of Accept's and Decline's. No one has ever asked me to use my own credit card.
Does anyone have a recommendation about how to handle this?
Thanks --