Fix minor syntax error

This commit is contained in:
Enrique Barcelli 2021-07-15 17:12:41 +08:00
parent 47ed0b4366
commit a728fcadef

View file

@ -61,7 +61,7 @@ class plgHikashoppaymentTriplea extends hikashopPaymentPlugin{
CURLOPT_POSTFIELDS => $postvars,
CURLOPT_HTTPHEADER => $httpheader
),
));
);
$response = curl_exec($curl);