Skip to content

Commit

Permalink
Merge pull request #1097 from buckaroo-it/BP-3894-Fix-An-error-has-ha…
Browse files Browse the repository at this point in the history
…ppened-during-application-run-Apple-Pay

BP-3894-Fix-An-error-has-happened-during-application-run-Apple-Pay
  • Loading branch information
vegimcarkaxhija authored Nov 11, 2024
2 parents bed0497 + 9983acc commit 749a72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/ConfigProvider/Method/Applepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function getAvailableButtons()
if ($availableButtons) {
$availableButtons = explode(',', (string)$availableButtons);
} else {
$availableButtons = false;
$availableButtons = [];
}

return $availableButtons;
Expand Down

0 comments on commit 749a72a

Please sign in to comment.