From 895eee10fccbc7f5ca26812454720606b84da71d Mon Sep 17 00:00:00 2001 From: sixer1182 Date: Wed, 7 Oct 2020 10:51:57 +0200 Subject: [PATCH] [change] Fix idString --- src/Constants/IdStrings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants/IdStrings.php b/src/Constants/IdStrings.php index e4c2f452..f4ac9ce4 100755 --- a/src/Constants/IdStrings.php +++ b/src/Constants/IdStrings.php @@ -52,7 +52,7 @@ class IdStrings public const INVOICE_FACTORING = 'ivf'; public const HIRE_PURCHASE_DIRECT_DEBIT = 'hdd'; public const PAYMENT_PAGE = 'ppg'; - const BANCONTACT = 'bct'; + public const BANCONTACT = 'bct'; // Resources public const BASKET = 'bsk';