Skip to content

Conversation

kkartunov
Copy link
Collaborator

Enables TCA - enroll payments behind feature flag REACT_APP_ENABLE_TCA_CERT_MONETIZATION.
Still WIP is final copy/flow and etc version which needs to be discussed with team & UX.

@kkartunov kkartunov requested review from vas3a and testflyjets March 13, 2023 12:05
= Number((props.product?.default_price.unit_amount || 0) / 100)
.toFixed(2)

const [formFieldValues, setFormValues]: [any, Dispatch<SetStateAction<any>>] = useState<any>({
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see you removed enrollment-page/enrollment-form/index.ts.

Can we keep all the form functionality in enrollment-page/enrollment-form/index.ts ? This way we have each file (component) with it's own concern/functionality.

Other than that, looks good 👍

Copy link
Contributor

@testflyjets testflyjets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some clean-up of typos and variable naming.

@kkartunov kkartunov merged commit 1ce9a21 into dev Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants