Skip to content

Commit

Permalink
fix applepay to return array
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Nov 11, 2024
1 parent bed0497 commit 9983acc
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 9983acc

Please sign in to comment.