Skip to content

Commit

Permalink
Fixed Place order button not working (in dev mode) for certain paymen…
Browse files Browse the repository at this point in the history
…t methods

due to circular dependency
GCOM-1403
  • Loading branch information
bramvanderholst committed Jun 17, 2024
1 parent af54bde commit e7aab8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-shoes-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphcommerce/magento-payment-included": patch
---

Fixed Place order button not working (in dev mode) for certain payment methods
8 changes: 3 additions & 5 deletions packages/magento-payment-included/methods.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {
PaymentMethodOptionsNoop,
PaymentMethodPlaceOrderNoop,
PaymentModule,
} from '@graphcommerce/magento-cart-payment-method'
import { PaymentModule } from '@graphcommerce/magento-cart-payment-method/Api/PaymentMethod'
import { PaymentMethodOptionsNoop } from '@graphcommerce/magento-cart-payment-method/PaymentMethodOptionsNoop/PaymentMethodOptionsNoop'
import { PaymentMethodPlaceOrderNoop } from '@graphcommerce/magento-cart-payment-method/PaymentMethodPlaceOrderNoop/PaymentMethodPlaceOrderNoop'
import { ActionCard, IconSvg, iconCreditCard } from '@graphcommerce/next-ui'

export const checkmo: PaymentModule = {
Expand Down

0 comments on commit e7aab8f

Please sign in to comment.