Beanstream payment modul error.
Hello.
we have signed up with beanstream to use CAD . i have installed the module .. I get following error message when i go trough final payment process.
Fatal error: Call to a member function on a non-object in.../includes/modules/payment/beanstream_cad.php on line 289
im using beanstream test account.
any info would be great.
thanks. :frusty:
Re: Beanstream payment modul error.
I am using zen cart version 1.3.7 upgrade from 1.3.5
thanks.
Re: Beanstream payment modul error.
Anyone with any Idea on this problem?
Thanks for any help
Re: Beanstream payment modul error.
/includes/modules/payment/beanstream_cad.php
around line 257 you'll see:
Code:
global $response, $db, $order, $messageStack;
change that to:
Code:
global $response, $db, $order, $currencies, $messageStack;
Re: Beanstream payment modul error.
Thanks Dr..
that fatal error problem has been solved.
I am using test account with supplied test credit card number . but i get the following warning on zen cart during checkout. .
# (0) State/province does not match country
# Shipping state/province does not match country
- Your credit card could not be authorized for this reason. Please correct the information and try again or contact us for further assistance.
this cann't be customer account information error. because i am using my real address as account on this store.
but i have no idea why i get this warning.
any info would be at most greatfull.
thanks.
stat / province dose not match country ????
Hello.
I am trying to enable my shopping cart to accept credit card payment . I have installed beanstream module and i have account with this gateway.
Using test account . when i go trough the check out process after entering credit card info , I get the following warning
"""
# (0) State/province does not match country
# Shipping state/province does not match country
- Your credit card could not be authorized for this reason. Please correct the information and try again or contact us for further assistance.
"""
I have tried anything that i could possibly think of , but i can not seems to find why this happens .
the address I am using as a customer on this store is correct address .
any info ?
Thanks.
new beanstream module error
Hello.
as i stated before i get the warning during checkout . " state/province dose not match ..........."
it seems that . zen cart pass only " -- " as province ISO code . in my case QC is passed as -- only .
i had this issue with version 1.3.7, I did a upgrade to 1.3.8 and this issue still exist .
Please let me know if you know how to fix this issue .
we are running on test beanstream account.
Thanks.
Re: Beanstream payment modul error.
Re: Beanstream payment modul error.
Thanks for the new update and bug fix.. everything seems to be working now . I done few test transactions and they were success.
However , there is something .. I have no idea if thats by design , when I use Declined credit card . I get warning message , which i have to get .. but at the beginning of the message i have something like ( 7 ) . or might be other number , and message ..
I assume this number should represent the reason for Decline .. but only number is displayed and no reason is given .
can you please let me know if this is by design ? if so , were i can get the info on those numbers ??
Thanks.
Re: Beanstream payment modul error.
( 7 ) would be the error code indicating the decline.
The actual "reason" for the decline is not supposed to be displayed to the customer. Otherwise, someone who has stolen CC numbers and decides to use your store to validate, will be able to run all the cards through your site and see exactly their status, etc.
If you really want to see the detailed reasons, turn on the debug logging and see the details in the logs instead.
Re: Beanstream payment modul error.
Thanks for the information DR.. and thanks a million for the module and fixes ...
:clap:
Re: Beanstream payment modul error.
Hey there! I was wondering if the Beanstream module would work on 1.3.6. Thanks!
Re: Beanstream payment modul error.
Hey, I've been trying to get this to work on a windows machine running php 5.2.5 on iis, Zen Cart 1.3.8a
I get a blank page when It tries to complete the process. It also refuses to load the rest of the Payment Modules page.
any ideas?
Re: Beanstream payment modul error.
Quote:
Originally Posted by
plantain_tart
Hey, I've been trying to get this to work on a windows machine running php 5.2.5 on iis, Zen Cart 1.3.8a
I get a blank page when It tries to complete the process. It also refuses to load the rest of the Payment Modules page.
any ideas?
Nevermind, I got it up and working, it was a PHP error