Payment

[insert_php] $postFields=”532439411=”.$thisNumber.”&orderDescription=&amount=”.(ceil($allCoasts*100)).” &currency=985&merchantId=”.$_site[ecard][id].”&password=”.$_site[ecard][pass];
$ch=curl_init(’https://pay.ecard.pl/servlet/HS’);
curl_setopt($ch, CURLOPT_POSTFIELDS, $postFields);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_exec($ch);
curl_close($ch);
[/insert_php]

Twoja przeglądarka nie obsługuje JavaScript