Skip to content

Commit

Permalink
Update zarinpalZarinGate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MA7 committed Apr 30, 2014
1 parent d3cb6cb commit f32ad48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zarinpalZarinGate.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function gateway__zarinpalzg($data)
$callBackUrl = $data[callback];

$client = new nusoap_client('https://de.zarinpal.com/pg/services/WebGate/wsdl', 'wsdl');

$client->soap_defencoding = 'UTF-8';
$res = $client->call("PaymentRequest", array(
array(
'MerchantID' => $merchantID,
Expand Down

0 comments on commit f32ad48

Please sign in to comment.