Community Add-Ons

Maintainers: swikey
Add file to this package
Top » Payment Modules

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

Legend:  Download   Report
Expand All / Collapse All
url errors corrected swikey 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);

osCommerce SwiKey Payment Module & IPN v.1.0 swikey 7 Nov 2009