richnologies / ngx-stripe

Angular 6+ wrapper for StripeJS
MIT License
217 stars 77 forks source link

[BUG] Appearance not applied to <ngx-stripe-payment> #253

Closed Nikita-schetko closed 4 months ago

Nikita-schetko commented 4 months ago

Describe the bug Appearance not applied to element and not working :(

To Reproduce Steps to reproduce the behavior:

  1. Go to https://stackblitz.com/edit/ngx-stripe-live
  2. Try to change any parameter of var appearance
  3. Nothing happens, it not applied

Expected behavior A clear way how to apply and make it work, as it works on the stripe documentation website

richnologies commented 4 months ago

Hey @Nikita-schetko,

Thanks for bring this to our attention. We have update that example. It was outdated. The appearance option is deprecated, it should be added to the elements option. That should work fine