Skip to content

Commit e6cd438

Browse files
Update generated code for v1379
1 parent a9d15c8 commit e6cd438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1378
1+
v1379

types/Issuing/Authorizations.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ declare module 'stripe' {
143143
/**
144144
* Whether the authorization bypassed fraud risk checks because the cardholder has previously completed a fraud challenge on a similar high-risk authorization from the same merchant.
145145
*/
146-
verified_by_fraud_challenge?: boolean | null;
146+
verified_by_fraud_challenge: boolean | null;
147147

148148
/**
149149
* The digital wallet used for this transaction. One of `apple_pay`, `google_pay`, or `samsung_pay`. Will populate as `null` when no digital wallet was utilized.

0 commit comments

Comments
 (0)