@@ -40,21 +40,17 @@ class Nonces:
40
40
SamsungPayVisa : Final = "tokensam_fake_visa"
41
41
SepaDirectDebit : Final = "fake-sepa-direct-debit-nonce"
42
42
ThreeDSecureTwoVisaErrorOnLookup : Final = "fake-three-d-secure-two-visa-error-on-lookup-nonce"
43
- ThreeDSecureTwoVisaSuccessfulFrictionlessAuthentication : Final = (
44
- "fake-three-d-secure-two-visa-successful-frictionless-authentication-nonce" # noqa: Y053
45
- )
46
- ThreeDSecureTwoVisaSuccessfulStepUpAuthentication : Final = (
47
- "fake-three-d-secure-two-visa-successful-step-up-authentication-nonce" # noqa: Y053
48
- )
49
- ThreeDSecureTwoVisaTimeoutOnLookup : Final = "fake-three-d-secure-two-visa-timeout-on-lookup-nonce" # noqa: Y053
50
- ThreeDSecureVisaAttemptsNonParticipating : Final = "fake-three-d-secure-visa-attempts-non-participating-nonce" # noqa: Y053
51
- ThreeDSecureVisaAuthenticationUnavailable : Final = "fake-three-d-secure-visa-authentication-unavailable-nonce" # noqa: Y053
52
- ThreeDSecureVisaBypassedAuthentication : Final = "fake-three-d-secure-visa-bypassed-authentication-nonce" # noqa: Y053
53
- ThreeDSecureVisaFailedAuthentication : Final = "fake-three-d-secure-visa-failed-authentication-nonce" # noqa: Y053
43
+ ThreeDSecureTwoVisaSuccessfulFrictionlessAuthentication : Final [str ]
44
+ ThreeDSecureTwoVisaSuccessfulStepUpAuthentication : Final [str ]
45
+ ThreeDSecureTwoVisaTimeoutOnLookup : Final [str ]
46
+ ThreeDSecureVisaAttemptsNonParticipating : Final [str ]
47
+ ThreeDSecureVisaAuthenticationUnavailable : Final [str ]
48
+ ThreeDSecureVisaBypassedAuthentication : Final [str ]
49
+ ThreeDSecureVisaFailedAuthentication : Final [str ]
54
50
ThreeDSecureVisaFailedSignature : Final = "fake-three-d-secure-visa-failed-signature-nonce"
55
51
ThreeDSecureVisaFullAuthentication : Final = "fake-three-d-secure-visa-full-authentication-nonce"
56
52
ThreeDSecureVisaLookupTimeout : Final = "fake-three-d-secure-visa-lookup-timeout-nonce"
57
- ThreeDSecureVisaMPIAuthenticateError : Final = "fake-three-d-secure-visa-mpi-authenticate-error-nonce" # noqa: Y053
53
+ ThreeDSecureVisaMPIAuthenticateError : Final [ str ]
58
54
ThreeDSecureVisaMPILookupError : Final = "fake-three-d-secure-visa-mpi-lookup-error-nonce"
59
55
ThreeDSecureVisaNoteEnrolled : Final = "fake-three-d-secure-visa-not-enrolled-nonce"
60
56
ThreeDSecureVisaUnavailable : Final = "fake-three-d-secure-visa-unavailable-nonce"
0 commit comments