Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move stripe related forms #17

Merged
merged 6 commits into from
Mar 29, 2021
Merged

Move stripe related forms #17

merged 6 commits into from
Mar 29, 2021

Conversation

Gnito
Copy link
Contributor

@Gnito Gnito commented Mar 24, 2021

Move remaining 2 forms:

  • StripeConnectAccountForm => src/components/
  • StripePaymentForm => CheckoutPage
    ...and delete src/forms/ directory.
src/containers/CheckoutPage
├── CheckoutPage.duck.js
├── CheckoutPage.js
├── CheckoutPage.module.css
├── CheckoutPage.test.js
├── CheckoutPageSessionHelpers.js
├── StripePaymentForm
│   ├── StripePaymentForm.example.js
│   ├── StripePaymentForm.js
│   └── StripePaymentForm.module.css
└── __snapshots__
    └── CheckoutPage.test.js.snap

@Gnito Gnito force-pushed the remove-payoutdetailsform branch from a603487 to 09d5828 Compare March 29, 2021 12:12
Base automatically changed from remove-payoutdetailsform to main March 29, 2021 12:22
@Gnito Gnito force-pushed the move-stripe-related-forms branch from ad4064e to e8e5bed Compare March 29, 2021 12:25
@Gnito Gnito force-pushed the move-stripe-related-forms branch from e8e5bed to 7285115 Compare March 29, 2021 12:37
@Gnito Gnito merged commit e2c3642 into main Mar 29, 2021
@Gnito Gnito deleted the move-stripe-related-forms branch March 29, 2021 12:40
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.

2 participants