stepanbenes / api-for-nopcommerce

API plugin for nopCommerce 4.50
MIT License
139 stars 92 forks source link

Add new Order error message #25

Closed engingor closed 3 years ago

engingor commented 3 years ago

"errors": { "order placement": [ "Payment method couldn't be loaded" ] }

stepanbenes commented 3 years ago

What is you request body exactly? The error indicates that you are trying to use payment method that is not registered as a plugin in nopCommerce.

engingor commented 3 years ago

thanks json file added "payment_method_system_name": "Payments.CheckMoneyOrder", order creat working

stepanbenes commented 3 years ago

if it is working, please close the issue.