1/6

rouge

rouge
$55.00
Only 45 item(s) left in stock!
60 people are viewing this right now
Buy more to enjoy FREE Shipping
Estimated Delivery:Apr 19 - Apr 23
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

rouge

1
Select product
Selected 0 item(s)
function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)