migration to vite and cleaned up /uploads
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
import { stripeAPI, rentalAPI } from "../services/api";
|
||||
|
||||
const stripePromise = loadStripe(
|
||||
process.env.REACT_APP_STRIPE_PUBLISHABLE_KEY || ""
|
||||
import.meta.env.VITE_STRIPE_PUBLISHABLE_KEY || ""
|
||||
);
|
||||
|
||||
interface UpdatePaymentMethodProps {
|
||||
|
||||
Reference in New Issue
Block a user