diff --git a/plg_hikashoppayment_triplea/triplea.php b/plg_hikashoppayment_triplea/triplea.php index 279b802..a9173fc 100644 --- a/plg_hikashoppayment_triplea/triplea.php +++ b/plg_hikashoppayment_triplea/triplea.php @@ -61,7 +61,7 @@ class plgHikashoppaymentTriplea extends hikashopPaymentPlugin{ CURLOPT_POSTFIELDS => $postvars, CURLOPT_HTTPHEADER => $httpheader ), - )); + ); $response = curl_exec($curl);