docs: fix method names in complete checkout code block (#4746)

Closes #4744
This commit is contained in:
Shahed Nasser
2023-08-11 09:47:24 +03:00
committed by GitHub
parent a268d2cb0b
commit 324c9d62ef
@@ -560,8 +560,8 @@ const Cart = () => {
const { completeCheckout } = useCart()
// ...
const handleStartCheckout = () => {
startCheckout.mutate()
const handleCompleteCheckout = () => {
completeCheckout.mutate()
}
// ...