dj4uk Posted September 28, 2006 Posted September 28, 2006 Does anyone have any idea if the Protx Direct payment module is being updated to support Maestro card payments. Cheers DJ Quote
♥Vger Posted September 28, 2006 Posted September 28, 2006 includes/classes/cc_validation.php $this->cc_type = 'Switch'; Switch is Maestro and vice versa. Vger Quote
dj4uk Posted September 29, 2006 Author Posted September 29, 2006 includes/classes/cc_validation.php $this->cc_type = 'Switch'; Switch is Maestro and vice versa. Vger That's what I thought but it seems Switch is being phased out in favour of Maestro. The Maestro cards I've tried here do not vaidate when you put through as Switch. Spoken to Protx and they say the card type must become 'Maestro' but keep Switch going along side for the moment. I'm guessing noone is updating this so I might look into it myself. DJ Quote
Guest Posted October 1, 2006 Posted October 1, 2006 Hi, Which version of the protx direct module are you using becuase since v2.3 it no longer validates card numbers against card type becuase cc_validation was out of date, card ranges are ever changing and protx does that check anyway. The current modules list the card as "Switch / Maestro" during checkout but sends "SWITCH" as the card type to protx as per their current integration protocol. Tom Quote
dj4uk Posted October 2, 2006 Author Posted October 2, 2006 Hi Tom Just wondering how I can find out the version of Protx Direct I have? Cheers DJ Quote
Guest Posted October 2, 2006 Posted October 2, 2006 Hi, find the file catalog/includes/modules/payment/protx_direct.php In the header at the top of the file you should see a list of contributors with the version numbers. Tom 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.