-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
In app/src/components/app.component.ts There's a property used, metadata, which is supposed to be a child property of BankAccountTokenOptions.
I opened up DefinitelyTyped/DefinitelyTyped/pull/50386, and a maintainer noted
metadata seems not to be a part of the tokenCreate method (or at least it's undocumented): https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account
please be aware this is the types definition for the front-facing stripe.js library https://stripe.com/docs/js
What's the intent with this line of code? Should we remove the metadata property? Is it a mock response?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested