Exemple #1
0
        public ThreeDSecureServiceTest()
        {
            this.service = new ThreeDSecureService();

            this.createOptions = new ThreeDSecureCreateOptions()
            {
                Amount    = 25,
                Currency  = "eur",
                ReturnUrl = "https://stripe.com",
            };
        }
Exemple #2
0
        public ThreeDSecureServiceTest(MockHttpClientFixture mockHttpClientFixture)
            : base(mockHttpClientFixture)
        {
            this.service = new ThreeDSecureService();

            this.createOptions = new ThreeDSecureCreateOptions
            {
                Amount    = 25,
                Currency  = "eur",
                ReturnUrl = "https://stripe.com",
            };
        }