diff --git a/modules/gateways/callback/xendit.php b/modules/gateways/callback/xendit.php index 910dbe9..9fcc265 100644 --- a/modules/gateways/callback/xendit.php +++ b/modules/gateways/callback/xendit.php @@ -23,7 +23,7 @@ * Make sure the CC authentication status = 1 * That mean the CC token is valid to create the charge */ - if(!isset($postData['xendit_cc_authentication_status']) || $postData['xendit_cc_authentication_status'] == 0){ + if (!isset($postData['xendit_cc_authentication_status']) || $postData['xendit_cc_authentication_status'] == 0) { logTransaction($gatewayParams['paymentmethod'], $postData, "CC authentication failed"); $creditCard->renderJson( [