Braintree.TestUtil.TestHelper.GenerateUnlockedNonce C# (CSharp) 메소드

GenerateUnlockedNonce() 공개 정적인 메소드

public static GenerateUnlockedNonce ( BraintreeGateway gateway ) : string
gateway Braintree.BraintreeGateway
리턴 string
        public static string GenerateUnlockedNonce(BraintreeGateway gateway)
        {
            return GenerateUnlockedNonce(gateway, "4111111111111111", null);
        }

Same methods

TestHelper::GenerateUnlockedNonce ( BraintreeGateway gateway, string creditCardNumber, string customerId ) : string