Giter VIP home page Giter VIP logo

Comments (9)

cocoastorm avatar cocoastorm commented on July 17, 2024 1

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 I'll take a look at it as soon as I can. 👍

from vue-paypal-checkout.

cocoastorm avatar cocoastorm commented on July 17, 2024

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?

If this doesn't work for you let me know! I'll look into it.

Cheers!

from vue-paypal-checkout.

Connum avatar Connum commented on July 17, 2024

Thanks for the quick response!
Currently I can't access the REST API at all (always receiving a status of 401), but I'll try it out and let you know, as soon as it's working again.

from vue-paypal-checkout.

cocoastorm avatar cocoastorm commented on July 17, 2024

Hey @Connum,

Did you get it to work?

from vue-paypal-checkout.

Connum avatar Connum commented on July 17, 2024

Unfortunately, I still haven't been able to test it due to the API error. Even tried a new key, but to no avail. But I hope this will be sorted out soon!

from vue-paypal-checkout.

Connum avatar Connum commented on July 17, 2024

Hi @khoaNguyen96,
thanks, it works!

from vue-paypal-checkout.

Connum avatar Connum commented on July 17, 2024

One thing that I still don't understand though is that the payment is automatically being completed after authorization, without the user having to confirm it on the page again. This seems to be triggered by the component? Shouldn't there be a check in "onAuthorize" for the commit prop?

from vue-paypal-checkout.

bhaskararao-nyros avatar bhaskararao-nyros commented on July 17, 2024
<PayPal
       env="sandbox"
       amount="0.01"
       currency="USD"
       locale="en_US"
       :client="paypal_credentials"
       :paypal-paymentAuthorized="onPaymentSuccess"
       :paypal-paymentCancelled="onPaymentFail">
</PayPal>

I imported and used this code and provided sandbox client ID.But not working.can you please help me how to get responses while doing payment

from vue-paypal-checkout.

cocoastorm avatar cocoastorm commented on July 17, 2024

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?

from vue-paypal-checkout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.