Skip to content

Commit

Permalink
Merge branch 'bugfix/paymentlink-email' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Jun 12, 2023
2 parents 482f8cc + d7eb2d3 commit a7b330d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* See COPYING.txt for license details.
*/

namespace Mollie\Payment\Observer\CheckoutSubmitAllAfter;
namespace Mollie\Payment\Observer\SalesModelServiceQuoteSubmitSuccess;

use Magento\Framework\Event\Observer;
use Magento\Framework\Event\ObserverInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

use Magento\Framework\Event\Observer;
use Mollie\Payment\Model\Mollie;
use Mollie\Payment\Observer\CheckoutSubmitAllAfter\StartTransactionForPaymentLinkOrders;
use Mollie\Payment\Observer\SalesModelServiceQuoteSubmitSuccess\StartTransactionForPaymentLinkOrders;
use Mollie\Payment\Test\Integration\IntegrationTestCase;

class StartTransactionForPaymentLinkOrdersTest extends IntegrationTestCase
Expand Down
2 changes: 1 addition & 1 deletion etc/events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
</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_paymentlink_orders" instance="Mollie\Payment\Observer\SalesModelServiceQuoteSubmitSuccess\StartTransactionForPaymentLinkOrders" />
</event>
<event name="mollie_start_transaction">
<observer name="mollie_save_pending_payment_reminder" instance="Mollie\Payment\Observer\MollieStartTransaction\SavePendingOrder" />
Expand All @@ -46,7 +47,6 @@
</event>
<event name="checkout_submit_all_after">
<observer name="mollie_starttransaction_for_instant_purchase_orders" instance="Mollie\Payment\Observer\CheckoutSubmitAllAfter\StartTransactionForInstantPurchaseOrders" />
<observer name="mollie_starttransaction_for_paymentlink_orders" instance="Mollie\Payment\Observer\CheckoutSubmitAllAfter\StartTransactionForPaymentLinkOrders" />
</event>
<event name="sales_quote_item_set_product">
<observer name="mollie_add_subscription_product_type_options" instance="Mollie\Payment\Observer\SalesQuoteItemSetProduct\SetSubscriptionDataOnBuyRequest" />
Expand Down

0 comments on commit a7b330d

Please sign in to comment.