doc: add payment route on checkout button
This commit is contained in:
@@ -28,7 +28,9 @@ function Subtotal() {
|
||||
prefix={"$"}
|
||||
/>
|
||||
|
||||
<button>Proceed to Checkout</button>
|
||||
<button onClick={(e) => history.push("/payment")}>
|
||||
Proceed to Checkout
|
||||
</button>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user