Skip to content

Commit

Permalink
Add payment entry modal
Browse files Browse the repository at this point in the history
  • Loading branch information
zlwaterfield committed Oct 15, 2024
1 parent eb02d93 commit a947304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/scenes/billing/Billing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { BillingCTAHero } from './BillingCTAHero'
import { billingLogic } from './billingLogic'
import { BillingProduct } from './BillingProduct'
import { CreditCTAHero } from './CreditCTAHero'
import { PaymentEntryModal } from './PaymentEntryModal'
import { UnsubscribeCard } from './UnsubscribeCard'

export const scene: SceneExport = {
Expand Down Expand Up @@ -82,6 +83,8 @@ export function Billing(): JSX.Element {
const platformAndSupportProduct = products?.find((product) => product.type === 'platform_and_support')
return (
<div ref={ref}>
<PaymentEntryModal />

{showLicenseDirectInput && (
<>
<Form logic={billingLogic} formKey="activateLicense" enableFormOnSubmit className="space-y-4">
Expand Down

0 comments on commit a947304

Please sign in to comment.