Example #1
0
 protected virtual async Task HandleUrlChange(string url)
 {
     if (await VmService.ProcessPayment(url))
     {
         await PaymentsVmService.OrderPaid(OrderId);
     }
 }