From c95c0eff9b080e3a6b91a3cc2652950d82edb1c0 Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Wed, 6 Mar 2024 11:03:31 +0000 Subject: [PATCH] Removed vault: true from paypal as requested --- src/components/PayPalPayment.tsx | 1 - src/pages/(status)/PaymentDue.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/PayPalPayment.tsx b/src/components/PayPalPayment.tsx index 20cf9787..6324e9d3 100644 --- a/src/components/PayPalPayment.tsx +++ b/src/components/PayPalPayment.tsx @@ -96,7 +96,6 @@ export default function PayPalPayment({ currency, intent: "capture", commit: true, - vault: true, }} > {packages.map((p) => (