I'm using the REST API to create orders in the sandbox with:
POST /v3/merchants/MERCHANT_ID/orders
{
"note":"Test",
"total":10000,
"manualTransaction":true
}
I see the order listed on my device with the correct total however, once I click the order to view the details, the total becomes $0. If I go go back into the order list, I see the order as $0 on the list. If I pull the order details from the API, it also shows $0.
Anyone know why this is happening?