FInal bank, stripe and paypal sandbox completed

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-08 00:12:41 +00:00
parent ad75fa031e
commit 7ad1f6bdff
19 changed files with 2622 additions and 375 deletions

View File

@@ -166,7 +166,10 @@ const LayoutContent: React.FC = () => {
>
<AppHeader />
{/* Pending Payment Banner - Shows when account status is 'pending_payment' */}
<PendingPaymentBanner className="mx-4 mt-2 md:mx-6 md:mt-2" />
{/* Hidden on /account/plans since PendingPaymentView handles it there */}
{!window.location.pathname.startsWith('/account/plans') && (
<PendingPaymentBanner className="mx-4 mt-2 md:mx-6 md:mt-2" />
)}
<div className="p-3">
<PageLoaderWrapper>
<Outlet />