Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Dec 14, 2023
1 parent 4dc1c45 commit ee06657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/donation/Steps/DonateMethods/Stripe/Stripe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import Form from "./Form";

const stripePromise = loadStripe(PUBLIC_STRIPE_KEY);

// Followed Stripe's custom flow docs
// https://stripe.com/docs/payments/quickstart
export default function Stripe(props: Props) {
const [clientSecret, setClientSecret] = useState("");

Expand Down

0 comments on commit ee06657

Please sign in to comment.