Esempio n. 1
0
            private static async Task <ApiResult <ApiCardPaymentResponse> > BecauseAsync()
            {
                ApiResult = await CardPaymentService.CreatePaymentAsync(CardPaymentRequest);

                return(await CardPaymentService.CancelPaymentAsync(ApiResult.Value.Payment.ID.Value));
            }