vue-paypal-checkout icon indicating copy to clipboard operation
vue-paypal-checkout copied to clipboard

A simple Vue.js wrapper component for paypal-checkout

Results 38 vue-paypal-checkout issues
Sort by recently updated
recently updated
newest added

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...

bug

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 ![2018-12-26 11 22 16](https://user-images.githubusercontent.com/39116039/50430832-4c3a0980-0901-11e9-8c28-792d6011055a.png)

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...

needs-documentation

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.