Skip to content

Commit

Permalink
Merge pull request #614 from alma/feature/ecom-2263-ps-fix-custom-des…
Browse files Browse the repository at this point in the history
…cription-for-payment-button-credit

fix: Custom Description for payment button credit
  • Loading branch information
Benjamin-Freoua-Alma authored Dec 10, 2024
2 parents ba60095 + 98df2ac commit 9e3aa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alma/lib/Helpers/PaymentOptionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9e3aa6c

Please sign in to comment.