Skip to content

Commit

Permalink
Merge pull request #857 from mollie/fix/PIWOO-348
Browse files Browse the repository at this point in the history
[PIWOO-348] Check shippingMethodId identifier
  • Loading branch information
mmaymo authored Apr 9, 2024
2 parents 44735ce + 78d0cb4 commit cff3308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Buttons/ApplePayButton/AppleAjaxRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ protected function calculateTotalsCartPage(
$cart,
$customerAddress,
$shippingMethodId,
$shippingMethodId['identifier']
$shippingMethodId['identifier'] ?? null
);
}
$cart->calculate_shipping();
Expand Down

0 comments on commit cff3308

Please sign in to comment.