stripe-js
stripe-js copied to clipboard
[BUG]: Missing implementation of 'retrieveCardNetworks' method in the package
What happened?
trying to implement Co-badged cards compliance, and custom integration as described here: https://docs.stripe.com/co-badged-cards-compliance?type=custom-integration#available-networks-for-card-numbers
the method exists on "https://js.stripe.com/v3" but not exist on @stripe/stripe-js package
I'm using the last version "@stripe/stripe-js": "3.5.0",