triniwiz / nativescript-stripe

Apache License 2.0
49 stars 32 forks source link

fix(pmt-sess-config): re-reads Config when creating new PaymentSession #102

Closed RobertGardner closed 4 years ago

RobertGardner commented 4 years ago

What is the current behavior?

When creating a new StripePaymentSession, changes since previous creation are ignored.

What is the new behavior?

StripeConfig is re-read when creating StripePaymentSession.

Fixes/Implements/Closes #101 .