From c555899892b23f5c97b115f9ab519fa051d645f5 Mon Sep 17 00:00:00 2001 From: Leon Xu Date: Sat, 7 May 2022 13:34:37 -0700 Subject: [PATCH] doc: add payment route on checkout button --- src/Checkout/Subtotal.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Checkout/Subtotal.js b/src/Checkout/Subtotal.js index 9cccc82..74f7b79 100644 --- a/src/Checkout/Subtotal.js +++ b/src/Checkout/Subtotal.js @@ -28,7 +28,9 @@ function Subtotal() { prefix={"$"} /> - + ); }