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

xen’s picture

By 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.

xen’s picture

Status: Active » Fixed

Implemented in the latest dev release. Please test.

javamandk’s picture

Can you acess the: /admin/store/settings/payment/edit/methods I just get "White screen of death" with the dev version.

Regards
Javamandk

xen’s picture

Dammit...

Try removing line 151 of quickpay.module:

  dpm(quickpay_supported_cards());

Shouldn't have been committed.

javamandk’s picture

Looks, fine now.

What did the line?

/Kørup

xen’s picture

Debugging, but as you don't have the devel module installed, it fails.

javamandk’s picture

Nice.. :)

So will you update the prim. version of the module now, or can I deploy the dev. version to the production?

/Javamandk

xen’s picture

You can just use the -dev version until 1.2 gets released. I'd rather collect some more features/fixes before releasing 1.2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

lennart’s picture

We 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.