Merge pull request #14264 from awerlang/patch-1

[stripe] add client_ip to StripeTokenResponse
This commit is contained in:
Arthur Ozga
2017-02-09 16:30:19 -08:00
committed by GitHub
+1
View File
@@ -35,6 +35,7 @@ interface StripeCardTokenData {
interface StripeTokenResponse {
id: string;
client_ip: string;
created: number;
livemode: boolean;
object: string;