Community Add-Ons
| Maintainers: | swikey |
osCommerce SwiKey Payment Module & IPN v.1.0
for osCommerce Online Merchant v2.2
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
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);
