-
-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Labels
Description
I don't know what's the problem, I'm successfully (validate, price and place) the order but nothing is submitted to the store.
End Point: order.golo02.dominos.com
Markt: SAUDI_ARABIA
This is the result from order.place:
{ success: true,
result:
{ Status: -1,
Order:
{ Address: [Object],
Coupons: [],
CustomerID: '',
Email: 'xxxxxx@gmail.com',
Extension: '',
FirstName: 'Yazeed',
LastName: 'Alrubyli',
LanguageCode: 'en',
OrderChannel: 'OLO',
OrderID: 'czVprnEUBW4TAAMujRop',
OrderMethod: 'Web',
Payments: [],
Phone: '966xxxxxxxxxx',
Products: [Object],
Market: 'UNITED_STATES',
Currency: 'SAR',
ServiceMethod: 'Carryout',
SourceOrganizationURI: 'order.golo02.dominos.com',
StoreID: 62931,
Tags: {},
Version: '1.0',
NoCombine: true,
Partners: {},
NewUser: true,
metaData: {},
BusinessDate: '2017-06-18',
EstimatedWaitMinutes: '0',
PriceOrderTime: '2017-06-18 17:03:27',
IP: '46.152.113.217',
Promotions: [Object],
Status: -1,
StatusItems: [Object],
Amounts: [Object],
PriceOrderMs: 1228,
CorrectiveAction: [Object] },
Offer: { ProductOffer: '', CouponList: [] },
StatusItems: [ [Object] ] } }
In addition, we don't have credit card option. We have to pay upon delivery or at the store. So I did not add any type of payment when submitting the order, is this what cause the problem?
Reactions are currently unavailable