mirror of
https://github.com/kikobar/hikashoppayment-triplea.git
synced 2024-11-16 12:12:16 +00:00
Fix minor syntax error
This commit is contained in:
parent
47ed0b4366
commit
a728fcadef
|
@ -61,7 +61,7 @@ class plgHikashoppaymentTriplea extends hikashopPaymentPlugin{
|
||||||
CURLOPT_POSTFIELDS => $postvars,
|
CURLOPT_POSTFIELDS => $postvars,
|
||||||
CURLOPT_HTTPHEADER => $httpheader
|
CURLOPT_HTTPHEADER => $httpheader
|
||||||
),
|
),
|
||||||
));
|
);
|
||||||
|
|
||||||
$response = curl_exec($curl);
|
$response = curl_exec($curl);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue