Skip to content

Commit

Permalink
fix: Custom Description for payment button credit
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Freoua-Alma committed Dec 10, 2024
1 parent ba60095 commit 98df2ac
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 98df2ac

Please sign in to comment.