stepanbenes/api-for-nopcommerce

Add new Order error message

Closed this issue · 3 comments

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

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.

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

if it is working, please close the issue.