FInal bank, stripe and paypal sandbox completed
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user