Khoa Nguyen

Results 13 comments of Khoa Nguyen

hey sorry for the late reply! would you still be interested in me checking out the latest version?

I've merged the latest master into my branch. Let me know if there's anything else I need to change :)

Hey @iamthefreeman, Sorry for the late reply. I'm thinking it might be because it's nested in your components. If the parent component has a v-if, it might be breaking the...

@iamthefreeman, hey sorry I just got some time to look at it today. You're definitely right, it's caused by the sticky. Since Zurb Foundation uses jQuery which manipulates the DOM...

@iamthefreeman, so I managed to get around it with a very hacky workaround. ``` ``` ``` import Vue from 'vue' import PayPal from 'vue-paypal-checkout' export default { mounted() { const...

Hey @furyscript, No it's not possible at the moment I'm afraid. I've been planning to tackle the advanced integration for this component but haven't had the time, nor came up...

Hey @Connum, The `paypal-checkout` button exposes a prop called `commit` which should be what you're looking for. It's normally true by default. I'm guessing you can set `commit: false` instead?...

Hey @Connum, Did you get it to work?

Hey @Connum, I never used it without `commit: true` before, so you're most likely right. I'll add a check for the `commit` prop beforehand. Cheers! P.S. Thanks for the PR...

hey @bhaskararao-nyros, The event names were changed recently. https://github.com/khoanguyen96/vue-paypal-checkout#events-fired-by-the-simple-paypal-component What version of vue-paypal-checkout do you have installed?