MCPcopy Create free account

hub / github.com/Akshatjalan/Book-store-Reactjs / functions

Functions37 in github.com/Akshatjalan/Book-store-Reactjs

↓ 2 callersFunctionhandleUpdateCartQty
(lineItemId, newQuantity)
src/components/Cart/CartItem/CartItem.jsx:9
↓ 2 callersFunctionnextStep
()
src/components/CheckoutForm/Checkout/Checkout.jsx:19
↓ 1 callersFunctionfetchBioProducts
()
src/App.js:61
↓ 1 callersFunctionfetchCart
()
src/App.js:69
↓ 1 callersFunctionfetchFeatureProducts
()
src/App.js:45
↓ 1 callersFunctionfetchFictionProducts
()
src/App.js:53
↓ 1 callersFunctionfetchMangaProducts
()
src/App.js:37
↓ 1 callersFunctionfetchProduct
(id)
src/components/ProductView/ProductView.js:15
↓ 1 callersFunctionfetchProducts
()
src/App.js:31
↓ 1 callersFunctionfetchShippingCountries
(checkoutTokenId)
src/components/CheckoutForm/AddressForm.jsx:18
↓ 1 callersFunctionfetchShippingOptions
(checkoutTokenId, country, stateProvince = null)
src/components/CheckoutForm/AddressForm.jsx:32
↓ 1 callersFunctionfetchSubdivisions
(countryCode)
src/components/CheckoutForm/AddressForm.jsx:25
↓ 1 callersFunctiongenerateToken
()
src/components/CheckoutForm/Checkout/Checkout.jsx:24
↓ 1 callersFunctionhandleRemoveFromCart
(lineItemId)
src/components/Cart/CartItem/CartItem.jsx:11
↓ 1 callersFunctionhandleSubmit
(event, elements, stripe)
src/components/CheckoutForm/PaymentForm.jsx:21
↓ 1 callersFunctionrefreshCart
()
src/App.js:97
↓ 1 callersFunctionrenderEmptyCart
()
src/components/Cart/Cart.js:13
↓ 1 callersFunctiontest
(data)
src/components/CheckoutForm/Checkout/Checkout.jsx:38
FunctionAddressForm
({ checkoutToken, test })
src/components/CheckoutForm/AddressForm.jsx:9
FunctionCartItem
({ item, onUpdateCartQty, onRemoveFromCart })
src/components/Cart/CartItem/CartItem.jsx:6
FunctionCheckout
({ cart, onCaptureCheckout, order, error })
src/components/CheckoutForm/Checkout/Checkout.jsx:12
FunctionConfirmation
()
src/components/CheckoutForm/Checkout/Checkout.jsx:44
FunctionForm
()
src/components/CheckoutForm/Checkout/Checkout.jsx:70
FunctionFormInput
({ name, label, required })
src/components/CheckoutForm/CustomTextField.jsx:5
FunctionPaymentForm
({ checkoutToken, nextStep, backStep, shippingData, onCaptureCheckout, })
src/components/CheckoutForm/PaymentForm.jsx:14
FunctionProducts
({ products, onAddToCart, featureProducts })
src/components/Products/Products.jsx:16
FunctionReview
({ checkoutToken })
src/components/CheckoutForm/Review.jsx:4
FunctionbackStep
()
src/components/CheckoutForm/Checkout/Checkout.jsx:20
FunctioncreateMarkup
(text)
src/components/ProductView/ProductView.js:8
FunctionhandleAddToCart
(productId, quantity)
src/App.js:73
FunctionhandleCaptureCheckout
(checkoutTokenId, newOrder)
src/App.js:103
FunctionhandleDrawerToggle
()
src/App.js:127
FunctionhandleEmptyCart
()
src/App.js:91
FunctionhandleEmptyCart
()
src/components/Cart/Cart.js:11
FunctionhandleInputClick
()
src/components/Products/Products.jsx:23
FunctionhandleRemoveFromCart
(lineItemId)
src/App.js:85
FunctionhandleUpdateCartQty
(lineItemId, quantity)
src/App.js:79