Skip to content

Commit

Permalink
Bugfix: Prevent duplicate requests for point of sale orders
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Feb 27, 2025
1 parent 4aad9bf commit 64255f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion etc/events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
</event>
<event name="sales_model_service_quote_submit_success">
<observer name="mollie_attach_payment_token_to_order" instance="Mollie\Payment\Observer\SalesModelServiceQuoteSubmitSuccess\AttachPaymentTokenToOrder" />
<observer name="mollie_starttransaction_for_pointofsale_orders" instance="Mollie\Payment\Observer\SalesModelServiceQuoteSubmitSuccess\StartTransactionForPointOfSaleOrders" />
<observer name="mollie_set_payment_link_checkout_url" instance="Mollie\Payment\Observer\SalesModelServiceQuoteSubmitSuccess\SetCheckoutUrlForPaymentLink" />
</event>
<event name="mollie_start_transaction">
Expand Down

0 comments on commit 64255f1

Please sign in to comment.