I am using a cpan package called Business::OnlinePayment and I keep getting
Card was rejected: The merchant login ID or password is invalid or the account is inactive.
My best guess is that I am going to the live url instead of the test/developer url.
does anyone know how to override the url to go to the test area?
08-19-2011 10:45 AM
This sounds more like something you should send to the author of the module, but if you want to try fixing it on your own, you could try doing a find for http in the code file(s) and then change any instances of the active URL to the test URL. Have no idea if that will work or not, however, since I use PHP for my merchant sites (actually learned Perl first, but it's better suited for text munging and admin scripts)
08-19-2011 08:16 PM