MCPcopy Create free account
hub / github.com/basir/node-react-ecommerce / checkoutHandler

Function checkoutHandler

frontend/src/screens/CartScreen.js:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }, []);
22
23 const checkoutHandler = () => {
24 props.history.push("/signin?redirect=shipping");
25 }
26
27 return <div className="cart">
28 <div className="cart-list">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected