imranhsayed / woo-next

:rocket: React WooCommerce theme, built with Next JS, Webpack, Babel, Node, Express, using GraphQL and Apollo Client
https://codeytek.com/course/woocommerce-with-react-course/
879 stars 260 forks source link

Invalid payment method with 'cod' #115

Open nd0nd0 opened 2 years ago

nd0nd0 commented 2 years ago

Passing the payment method as 'cod' returns an error

{"errors":[{"message":"Invalid payment method.","extensions":{"category":"user"},"locations":[{"line":2,"column":3}],"path":["checkout"]}],"data":{"checkout":null},"extensions":{"debug":[]}}

w3bdesign commented 1 year ago

@nd0nd0

You need to enable Cash On Delivery as a payment method. Have you done that?

image