Skip to content

Commit

Permalink
Merge pull request #71 from indykoning/patch-6
Browse files Browse the repository at this point in the history
Correctly listen to PaymentMethod trigger
  • Loading branch information
WouterSteen authored Dec 3, 2024
2 parents 632a34c + a5b552d commit fc41cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/ModuleConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ protected function shouldTriggerOnMode(
return true;
}

return true;
return false;
}

public function getTriggerMode(int|null|string $storeId = null): ?int
Expand Down

0 comments on commit fc41cc0

Please # to comment.