Contributions
osCommerce SwiKey Payment Module & IPN v.1.0
You can use The Swiss Secure Payment Processor to provide online payments without credit cards. Low cost E-wallet Debit solution fund by bank wire. Mobile Payment on iPhone and WindowsMobile. More info www.swikey.ch
| 7 Nov 2009 |
This archive contains all the updated files!
Modifications:
/includes/modules/payment/swikey.php has an error on line 35
change:
$this->form_action_url = 'http://www.swikey.ch/demo/payment/process.htm';
to:
$this->form_action_url = 'https://www.swikey.ch/payment/process.htm';
/ext/modules/payment/callback.php has an error on line 68
change:
curl_setopt($ch, CURLOPT_URL, 'http://' . $server);
to:
curl_setopt($ch, CURLOPT_URL, 'https://' . $server);
| 7 Nov 2009 |
Note: Contributions are used at own risk.
