Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Jun 20, 2023
1 parent 00cd251 commit 7592eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/BlockTypes/Checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function( $acc, $zone ) {
// not just the ones that are available for the current cart (which may not exist yet).
$payment_methods = $this->get_enabled_payment_gateways();
$formatted_payment_methods = array_reduce(
$payment_gateways,
$payment_methods,
function( $acc, $method ) {
$acc[] = [
'id' => $method->id,
Expand Down

0 comments on commit 7592eec

Please sign in to comment.