triniwiz / nativescript-stripe

Apache License 2.0
49 stars 34 forks source link

Make Stripe's credit card images visible to clients #115

Closed RobertGardner closed 4 years ago

RobertGardner commented 4 years ago

Some UIs may want to print a summary of the credit card along with a brand icon for the card. Currently, you have to have your own copy of the images in your resources, even though those images exist in the Stripe SDK and are available through Stripe SDK calls.

These SDK calls should be made visible to plugin users.