mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge pull request #14264 from awerlang/patch-1
[stripe] add client_ip to StripeTokenResponse
This commit is contained in:
Vendored
+1
@@ -35,6 +35,7 @@ interface StripeCardTokenData {
|
||||
|
||||
interface StripeTokenResponse {
|
||||
id: string;
|
||||
client_ip: string;
|
||||
created: number;
|
||||
livemode: boolean;
|
||||
object: string;
|
||||
|
||||
Reference in New Issue
Block a user