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

Add Braintree to the installer as a payment method option #4961

Merged

Conversation

gsmendoza
Copy link
Contributor

@gsmendoza gsmendoza commented Mar 2, 2023

Summary

Closes #4749.

Blockers

This is dependent on releasing SolidusBraintree v3 (SolidusBraintree with StarterFrontend generator). See solidusio/solidus_braintree#94.

Code review feedback

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

  • πŸ“– I have updated the README to account for my changes.
  • πŸ“‘ I have documented new code with YARD.
  • πŸ›£οΈ I have opened a PR to update the guides.
  • βœ… I have added automated tests to cover my changes.
  • πŸ“Έ I have attached screenshots to demo visual changes.

@gsmendoza gsmendoza self-assigned this Mar 2, 2023
@github-actions github-actions bot added the changelog:solidus_core Changes to the solidus_core gem label Mar 2, 2023
@gsmendoza gsmendoza force-pushed the gsmendoza/4749-braintree-payment-method branch from 123947d to e3f7cf1 Compare March 3, 2023 01:30
@gsmendoza gsmendoza force-pushed the gsmendoza/4749-braintree-payment-method branch from e3f7cf1 to f274a66 Compare March 3, 2023 03:00
@@ -0,0 +1,5 @@
unless Bundler.locked_gems.dependencies['solidus_braintree']
bundle_command "add solidus_braintree --git='https://github.com/solidusio/solidus_braintree' --branch='master'"
Copy link
Contributor Author

@gsmendoza gsmendoza Mar 3, 2023

Choose a reason for hiding this comment

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

The git and branch options are temporary. Once SolidusBraintree 3 is released, we can change this to "add solidus_braintree ~> 3.0"

Copy link
Contributor

@waiting-for-dev waiting-for-dev left a comment

Choose a reason for hiding this comment

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

Thanks, @gsmendoza. Nice work. I left some suggestions. Also, holding approval until we release 2.0.

@gsmendoza gsmendoza force-pushed the gsmendoza/4749-braintree-payment-method branch from f274a66 to e4ed928 Compare March 6, 2023 09:38
Copy link
Contributor

@waiting-for-dev waiting-for-dev left a comment

Choose a reason for hiding this comment

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

Thanks, @gsmendoza! Everything looks fine. Holding approval until we release the new version of the gem.

@kennyadsl kennyadsl force-pushed the gsmendoza/4749-braintree-payment-method branch from 4df1ae7 to 3b9d196 Compare March 29, 2023 09:26
@kennyadsl kennyadsl marked this pull request as ready for review March 29, 2023 12:26
@kennyadsl kennyadsl requested a review from a team as a code owner March 29, 2023 12:26
Copy link
Member

@elia elia left a comment

Choose a reason for hiding this comment

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

πŸš€

Copy link
Member

Choose a reason for hiding this comment

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

This was a much needed cleanup! πŸ™Œ
It should be applied equally to all enum options like payment

Copy link
Contributor

@waiting-for-dev waiting-for-dev left a comment

Choose a reason for hiding this comment

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

πŸš€

@kennyadsl kennyadsl merged commit b6f883e into solidusio:master Mar 30, 2023
@kennyadsl kennyadsl deleted the gsmendoza/4749-braintree-payment-method branch March 30, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus_core Changes to the solidus_core gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Braintree to the installer as a payment method option
4 participants