Posts

Post not yet marked as solved
1 Replies
297 Views
Hello,The docs for completeShippingMethodSelection indicate that in v2, the arguments are (status, total, lineItems), but in v3 we are supposed to pass an ApplePayShippingMethodUpdate which only takes total and lineItems.Currently if something goes wrong in our shippingMethodSelection handler, in our v2 JS code we dosession.completeShippingMethodSelection(session.STATUS_FAILURE, null, null)However, the docs say that for v3 the only argument is an ApplePayShippingMethodUpdate, but the docs for this object do not specify a field for or way to indicate STATUS_FAILURE. How are we supposed to indicate a failure on this function in v3?ThanksDan
Posted
by dg1rg.
Last updated
.