nomadreservations / ngx-stripe

Angular 8.x wrapper for StripeJS
41 stars 32 forks source link

How to use paymentRequestButton? #6

Closed bageren closed 5 years ago

bageren commented 5 years ago

When I use:

this.elements.create('paymentRequestButton', { paymentRequest: this.paymentRequest });

It tells me that paymentRequest does not exist on ElementOptions. So how can I use the payment request button with this library? Thanks.

paullryan commented 5 years ago

I have not added support for paymentRequest to this library and don't have a timeline for it. However I'm open to a PR.

paullryan commented 5 years ago

This is now available in 1.2.0-beta.5 as ngx-payment-request please see the example. Documentation is not complete, however it should be feature complete (based on stripe.js implementation).

paullryan commented 5 years ago

Documented in README