Skip to content

Commit

Permalink
Merge pull request #2296 from graphcommerce-org/fix/GCOM-1403
Browse files Browse the repository at this point in the history
Fixed Place order button not working (in dev mode) for certain payment methods
  • Loading branch information
paales authored Jun 28, 2024
2 parents 521e00a + e7aab8f commit 1d33d34
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 1d33d34

Please sign in to comment.