Giter VIP home page Giter VIP logo

Comments (2)

sabinkbc avatar sabinkbc commented on August 16, 2024

Hello @boldsidney, any suggestions on where should I start looking?

from magento2-ordercomments.

boldsidney avatar boldsidney commented on August 16, 2024

hi @sabinkbc

I have never used stripe, and I don't have any webshop project available that uses it, so I don't know exactly what's going wrong but the typical flow is like this:

After clicking on the place order button, you will arrive in the placeOrder function of the javascript implementation of your payment method.
This implementation will typically call additionalValidators.validate() (see Magento_Checkout/js/view/payment/default.js)
Through the additionalValidators.validate you will end up in our Bold_OrderComment/js/model/checkout/order-comment-validator.js
This will then setup an api call to update the comment.

If this flow is not happening in stripe, then you will need to find out which stripe javascript file is taking care of the place order when using credit cards, see if it does anything with additionalValidators.validate() and find a way to integrate it if it's not used.

from magento2-ordercomments.

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.