cancel
Showing results for 
Search instead for 
Did you mean: 

Anyone using use Perl Business::OnlinePayment

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?

 

 

 

serotta1958
Member
1 REPLY 1

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)

TJPride
Expert