solidusio / solidus_braintree

💳 Integrate Solidus with Braintree
https://www.braintreepayments.com/
BSD 3-Clause "New" or "Revised" License
19 stars 55 forks source link

Braintree Payment Method not present in the list of available payment methods in admin #138

Closed kennyadsl closed 1 year ago

kennyadsl commented 1 year ago

Solidus Version:

Latest, using the solidus sandbox.

To Reproduce

  1. rails new my_store_braintree_3
  2. cd my_store_braintree_3
  3. bundle add solidus
  4. open Gemfile and use the local version of Solidus using the branch of this PR.
  5. bin/rails g solidus:install using braintree as payment option

Current behavior Braintree Payment Method is not present in the list of available payment methods in admin.

Expected behavior It should be present.

Screenshots

Screenshot 2023-03-29 at 10 16 54@2x
kennyadsl commented 1 year ago

This has been fixed. I made a mistake while testing the installer for version 3.0.