Adrian Jones
Adrian Jones
I had to put both a host and a url to get rid of the warning and get search to work. Not ideal.
Thanks @bennypowers ... That example shows using PaymentIntent with the Payment Request button, but I'm looking for an example using the fallback component. Here is what I did to get...
> How's the weather in BC? It's raining, of course ;-)
Hello again @bennypowers ... one more question for you. With the `` component I'm doing the following: ``` ... onPaymentMethod = (e) => { this.stripe.confirmCardPayment(this.paymentIntentsStore.clientSecret, { payment_method: e.detail.id }).then( ......
Nice. Yes I removed `@payment-method="${this.onPaymentMethod}"` from my `` component and it works just fine. So question... why not add a similar `confirmCardPayment` method to the fallback `` component as well?...
Hi @alenaksu ... yes I tried styling the web component itself, but I wasn't able to get the bottom padding that I was looking for, which is why I think...