fun createOrderFromCurrentCart( callback: CreateOrderCallback, options: PaymentOptions? = PaymentOptions(), externalTransactionToken: String? = null)
Content copied to clipboard
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.