Beispiel #1
0
        public async Task <ActionResult> GetMerchantFeeSetupAsync(int merchantAccountId, int paymentCardId)
        {
            var model = await Receipts.GetMerchantFeeSetupAsync(this.Tenant, merchantAccountId, paymentCardId).ConfigureAwait(true);

            return(this.Ok(model));
        }