mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-01 03:20:46 +08:00
Fix incorrect name in stripe-v3 Error
This commit is contained in:
2
types/stripe-v3/index.d.ts
vendored
2
types/stripe-v3/index.d.ts
vendored
@@ -118,7 +118,7 @@ declare namespace stripe {
|
||||
charge: string;
|
||||
message?: string;
|
||||
code?: string;
|
||||
declined_code?: string;
|
||||
decline_code?: string;
|
||||
param?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user