From 98df2aca38a03e2bbf0126490d89ccf7c0859578 Mon Sep 17 00:00:00 2001 From: Benjamin Freoua Date: Tue, 10 Dec 2024 10:06:49 +0100 Subject: [PATCH] fix: Custom Description for payment button credit --- alma/lib/Helpers/PaymentOptionHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alma/lib/Helpers/PaymentOptionHelper.php b/alma/lib/Helpers/PaymentOptionHelper.php index f580cec4..49c78b51 100644 --- a/alma/lib/Helpers/PaymentOptionHelper.php +++ b/alma/lib/Helpers/PaymentOptionHelper.php @@ -201,7 +201,7 @@ public function getTextsByTypes($installementCount, $duration, $isCredit, $isDef return $this->getTexts( $installementCount, PaymentButtonAdminFormBuilder::ALMA_PNX_AIR_BUTTON_TITLE, - PaymentButtonAdminFormBuilder::ALMA_PNX_BUTTON_DESC + PaymentButtonAdminFormBuilder::ALMA_PNX_AIR_BUTTON_DESC ); } if ($isDeferred) {