Skip to content

Commit 749a72a

Browse files
Merge pull request #1097 from buckaroo-it/BP-3894-Fix-An-error-has-happened-during-application-run-Apple-Pay
BP-3894-Fix-An-error-has-happened-during-application-run-Apple-Pay
2 parents bed0497 + 9983acc commit 749a72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/ConfigProvider/Method/Applepay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function getAvailableButtons()
141141
if ($availableButtons) {
142142
$availableButtons = explode(',', (string)$availableButtons);
143143
} else {
144-
$availableButtons = false;
144+
$availableButtons = [];
145145
}
146146

147147
return $availableButtons;

0 commit comments

Comments
 (0)