From added73eefcbef7f0eb3492c1d7dbd38bef982ac Mon Sep 17 00:00:00 2001 From: Shoaib Sharif Date: Thu, 23 Mar 2023 18:35:04 +0000 Subject: [PATCH] Add BillPayment on payment classname --- src/Core/CoreConstants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/CoreConstants.php b/src/Core/CoreConstants.php index ef812582..2fedd735 100644 --- a/src/Core/CoreConstants.php +++ b/src/Core/CoreConstants.php @@ -211,7 +211,7 @@ class CoreConstants */ const Id = "Id"; - const PAYMENTCLASSNAME = ["payment", "salesreceipt"]; + const PAYMENTCLASSNAME = ["payment", "salesreceipt", "billpayment"]; const VOID_QUERYPARAMETER_GENERAL = '?operation=void'; const VOID_QUERYPARAMETER_PAYMENT = '?operation=update&include=void';