From f55748da127d6a5c3aa7df82999b8d466b56f8b6 Mon Sep 17 00:00:00 2001 From: MarijusCoding Date: Sun, 20 Oct 2024 12:22:52 +0300 Subject: [PATCH] whitespace --- src/Exception/ExceptionCode.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Exception/ExceptionCode.php b/src/Exception/ExceptionCode.php index 01a566c2..d7a0a14d 100644 --- a/src/Exception/ExceptionCode.php +++ b/src/Exception/ExceptionCode.php @@ -33,7 +33,6 @@ class ExceptionCode // Payment related codes starts from 5*** const PAYMENT_FAILED_TO_FIND_CART = 5001; const PAYMENT_FAILED_TO_CREATE_ORDER = 5002; - const CANNOT_USE_CARD = 5003; // Order related codes starts from 7***