capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 74 forks source link

Subscriptions and language #103

Closed Marius-Romanus closed 2 years ago

Marius-Romanus commented 2 years ago

Hello, I have two questions:

Is this valid for subscriptions? Can the texts of "Pay", "Add your payment information", etc be changed?

Thanks!

rdlabo commented 2 years ago

@Marius-Romanus Maybe yes. Difference of payment once or subscription looks like on backend only.

Can the texts of "Pay", "Add your payment information", etc be changed?

No, this is be from stripe's SDK. We can use multi language, but can't change arbitrarily.

Marius-Romanus commented 2 years ago

thank you, how can I change the language?

rdlabo commented 2 years ago

Device's settings of language. But this is not plugin issue, if you want to know detail, please ask stripe team.

Marius-Romanus commented 2 years ago

Right, thanks for the help

rdlabo commented 2 years ago

@Marius-Romanus Did you adapt this plugin for production? If yes, please tell us what app. Please help us to develop this plugin in 2022. https://github.com/capacitor-community/stripe/issues/145 Thanks.