示例#1
0
        public virtual string GetCheckoutRedirectUrl(DwollaCheckoutResponse response)
        {
            this.ValidatorFactory.GetValidator <DwollaCheckoutResponse>()
            .ValidateAndThrow(response);

            return(CheckoutUrl.Replace("{CheckoutId}", response.CheckoutId));
        }
示例#2
0
        public virtual string GetCheckoutRedirectUrl(DwollaCheckoutResponse response)
        {
            this.ValidatorFactory.GetValidator<DwollaCheckoutResponse>()
                .ValidateAndThrow( response );

            return CheckoutUrl.Replace( "{CheckoutId}", response.CheckoutId );
        }