vue-paypal-checkout
vue-paypal-checkout copied to clipboard
A simple Vue.js wrapper component for paypal-checkout
Instead of "Paypal" in would like to show Pay here or just "Pay" Regards
I use the `vue-paypal-checkout` to payment. ``` ``` and in the `payment_completed_cb` I will request a API for change order status or change the account balance. but I have a...
Hello, I have a problem with the local prop. When I try to change it when the hook updated is called nothing happend. I try the same thing with the...
Based on the [documentation](https://developer.paypal.com/docs/checkout/quick-start/) , Specify allowed and disallowed funding sources : ``` // Specify allowed and disallowed funding sources // // Options: // - paypal.FUNDING.CARD // - paypal.FUNDING.CREDIT //...
How to prevent this warning message from appearing in the browser 
Hi there, this might not be the component's fault, but as the docs state that a "valid object with the Experience options" can be passed, I'm posting this here in...
Hi, thank you for developing and sharing this component. It's a really nice encapsulated module. I've been debugging into vue-paypal-checkout-common.js to understand the internals and how it works with Paypals'...
Is it possible to use this repo for advanced integration like this: https://github.com/paypal/paypal-checkout/blob/master/docs/button.md#advanced-integration ? I don't see the finely grained control in docs.