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';