I keep getting this "notist" in the log and my custemers can't complete there payment.
Is where a way to allow ALL creditcard?
<input type="hidden" name="cardtypelock" value="creditcard" />
Type: quickpay
Dato: Mandag, 29 november, 2010 - 14:00
Bruger: Anonym
Placering: http://www.xxxx.ddk/quickpay/10xx0
Henviser
Meddelelse: Payment failed for order 10xx0: Card type is locked to: mastercard.
Grad: meddelelse
Værtsnavn: xxx.xxx.xxx.xxx
Funktioner: admin/store/orders/10xx0
I hope you can help.
Comments
Comment #1
xen commentedBy selecting the cards in the setup page. The 'creditcard' cardtypelock is a convenient alias for all creditcard payment types.
The thing with 'creditcard' is that it also skips the card selection page, so I'll implement it soon.
Comment #2
xen commentedImplemented in the latest dev release. Please test.
Comment #3
javamandk commentedCan you acess the: /admin/store/settings/payment/edit/methods I just get "White screen of death" with the dev version.
Regards
Javamandk
Comment #4
xen commentedDammit...
Try removing line 151 of quickpay.module:
Shouldn't have been committed.
Comment #5
javamandk commentedLooks, fine now.
What did the line?
/Kørup
Comment #6
xen commentedDebugging, but as you don't have the devel module installed, it fails.
Comment #7
javamandk commentedNice.. :)
So will you update the prim. version of the module now, or can I deploy the dev. version to the production?
/Javamandk
Comment #8
xen commentedYou can just use the -dev version until 1.2 gets released. I'd rather collect some more features/fixes before releasing 1.2.
Comment #10
lennart commentedWe also get:
Payment failed for order nnn: Card type is locked to: mastercard.
It would be great to see this fix rolled into a 1.2 release.