Added void status to shop info BOD-195

This commit is contained in:
Patrick Fic
2020-07-27 09:21:58 -07:00
parent 6105854b73
commit 74aa63b712
10 changed files with 139 additions and 137 deletions

View File

@@ -58,7 +58,7 @@ function Test({ bodyshop, setEmailOptions }) {
}, [stripe]);
if (paymentRequest) {
console.log("****************render");
return (
<div style={{ height: "300px" }}>
<PaymentRequestButtonElement options={{ paymentRequest }} />