game / pragma.inventory / InventoryService / cancelOrderV1 /
cancelOrderV1 #
suspend fun cancelOrderV1(session: PlayerSession, request: InventoryRpc.CancelOrderV1Request): InventoryRpc.CancelOrderV1Response
Cancels an in-progress order that was previously started using the InitializeOrderV1Request.
Internally calls PaymentService CancelOrderPartnerV1 on behalf of the player. Will rethrow errors thrown by this Game node’s configured Social PaymentService.
PragmaResultErrors
- Rethrows errors returned from PaymentService CancelOrderPartnerV1Response.