vnorder / com.venuenext.vnorder.orders.data / OrderRepository / updateOrderPhoneNumberAsync

updateOrderPhoneNumberAsync

suspend fun updateOrderPhoneNumberAsync(orderUUID: String, phoneNumber: String): <ERROR CLASS>

Updates the phone number on an F&B Order.

Parameters

orderUUID - the uuid of the Order you would like to update.

phoneNumber - the new phone number to you would like to attach to the Order.

Exceptions

OrdersException - when the phoneNumber fails to update.