Giter Club home page Giter Club logo

Comments (8)

iamrohitpathak avatar iamrohitpathak commented on July 23, 2024

Hello,

I'm having the same issue.
Is there a way someone can assist?

from react-challenge-amazon-clone.

aravindr31 avatar aravindr31 commented on July 23, 2024

Hi

I also faced this issue if you are using z index for the styling product class in product.js that will be the problem.
I rectified the error by removing z index

from react-challenge-amazon-clone.

Anmol9112 avatar Anmol9112 commented on July 23, 2024

Hi,

I'm having the same issue.
Is there a way someone can assist?

from react-challenge-amazon-clone.

shivasinghal2000 avatar shivasinghal2000 commented on July 23, 2024

I am having the same issue too!

from react-challenge-amazon-clone.

apurbu-sarder-apu avatar apurbu-sarder-apu commented on July 23, 2024

@shivasinghal2000 @iamrohitpathak @dev-aravind @Anmol9112 @deVedant
There are some people who are facing a problem that is, when they click Buy Now button its dosen't work or they do not get clientSecret kye.
Please check ((3 number line)) "method:'post'" in payment.js file probably you write mathod. but its method.

Hare it is,

  1.    const getClientSecret = async () => {
    
  2.       const response = await axios({
    
  3.            method: 'post',
    
  4.            // Stripe expects the total in a currencies subunits
    
  5.            url: `/payments/create?total=${floatToMinor(getBasketTotal(basket)) * 100}`
    
  6.        });
    
  7.        setClientSecret(response.data.clientSecret)
    
  8.    }
    

from react-challenge-amazon-clone.

olamide-81 avatar olamide-81 commented on July 23, 2024

anyone solved this issue yet ?

from react-challenge-amazon-clone.

9951234280 avatar 9951234280 commented on July 23, 2024

hi sir, I am having an issue in add to basket when I am going to click add to basket the page is going to blank web page

from react-challenge-amazon-clone.

syedzubair23 avatar syedzubair23 commented on July 23, 2024

Add dummy card number.. 42 on all field requirement

from react-challenge-amazon-clone.

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.