Event orders fail: INVALID_ENUM_VALUE
-
When I setup a WooCommerce product (digital download) the cart works correctly (item added) and credit card is processed by Square. Order Note says “Customercreated on Square”; Square charge complete; Order status changed from Pending to Processing.
But when I setup an event (Modern Events Calendar with payment gateway: Pay by WooCommerce) the event is not counted by the cart (still shows 0) and the payment fails. When I look at the order in WooCommerce it has this Order Note: Array
( [0] => stdClass Object (
[category] => INVALID_REQUEST_ERROR
[code] => INVALID_ENUM_VALUE
[detail] => “ is not a valid enum value forbilling_address.country
.
[field] => billing_address.country ) )
Order status changed from Pending payment to Failed.Does anyone have a clue why or what I can test to investigate?
Sincerely EricThe page I need help with: [log in to see the link]
- The topic ‘Event orders fail: INVALID_ENUM_VALUE’ is closed to new replies.