Guest Posted August 28, 2006 Posted August 28, 2006 (edited) This code extract is from the firepay.php module. Is this correct or does this get set elsewhere? I am trying to configure my user information in the module. Do I need anything other merchant information elsewhere to connect with firepay? I keep getting this error message when I try to confirm in the checkout procedure. elseif($currency=='USD') { $firepay_account_info = array('1000nnnnnn' => MODULE_PAYMENT_FIREPAY_ACCOUNT_USD, 'test1' => MODULE_PAYMENT_FIREPAY_USERNAME_USD, 'test' => MODULE_PAYMENT_FIREPAY_PASSWORD_USD, 'clientVersion' => '1.1', 'operation' => $firepay_transaction_type ); } Edited August 28, 2006 by pinchas Quote
Guest Posted August 29, 2006 Posted August 29, 2006 Please ignore the initial question. It has been resolved. However, I am still unable to process a credit card. I keep getting the message. There has been an error processing your credit card. Please try again. No matter what I do I get this error. Please I'm very close, can anyone help me to get this module working. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.