I need to add some custom settings to a payment provider (Quickpay). But i'm afraid the standard settings is over ruling my custom settings.
I need to add "msgType" and "protocol".
Where can I find the standard settings, so I can delete them?
What is protocol hardcoded to? I need to change protocol to 6.
I'm pretty sure you have msgtype hardcoded aswell because its mandatory on Quickpay. It's probably hardcoded to "authorize". I need need to do a "subscribe". My shop deals mainly with subscriptions.
Never mind. I found this on bitbucket and made my own build.
Now my shop supports recurring on quickpay with dynamic recurring intervals for the customer and full admin UI for processing, capturing and exporting shipping lists. Yay! Only downside is that I now have to be very carefull updating TC, as all my work will be overwritten :(
Payment provider settings override?
I need to add some custom settings to a payment provider (Quickpay). But i'm afraid the standard settings is over ruling my custom settings. I need to add "msgType" and "protocol". Where can I find the standard settings, so I can delete them?
Hi Kasper
Protocol is hardcoded in the provider - why do you need to change this?
You can just add the msgType as a setting in the UI and it will be added to the payment form.
Kind regards
Anders
What is protocol hardcoded to? I need to change protocol to 6. I'm pretty sure you have msgtype hardcoded aswell because its mandatory on Quickpay. It's probably hardcoded to "authorize". I need need to do a "subscribe". My shop deals mainly with subscriptions.
Your protocol is hardcoded to 7
msgtype is hardcoded to "authorize" in the payment form. So I cant change it in the settings. Please say there's a place where I can change that.
Never mind. I found this on bitbucket and made my own build.
Now my shop supports recurring on quickpay with dynamic recurring intervals for the customer and full admin UI for processing, capturing and exporting shipping lists. Yay! Only downside is that I now have to be very carefull updating TC, as all my work will be overwritten :(
Glad you got it fixed and it sounds like you did a killer implementation!
Kind regards
Anders
is working on a reply...