createOrderFromCurrentCart

fun createOrderFromCurrentCart(    callback: CreateOrderCallback,     options: PaymentOptions? = PaymentOptions(),     externalTransactionToken: String? = null)

Creates an order with items from the cart of the current user. Returns the payment token and order ID.

See also

Parameters

options

Payment options.

callback

Status callback.

Sources

Link copied to clipboard