Skip to content

Commit

Permalink
Update README that extension is to be used with StarterFrontend
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmendoza committed Feb 16, 2023
1 parent 1bf5c89 commit a3ee7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

`solidus_braintree` is an extension that adds support for using [Braintree](https://www.braintreepayments.com) as a payment source in your [Solidus](https://solidus.io/) store. It supports Apple Pay, PayPal, and credit card transactions.

🚧 This extension is currently only compatible with the legacy `solidus_frontend` 🚧
🚧 This extension is currently only compatible with the `solidus_starter_frontend` 🚧

## Installation

Expand Down Expand Up @@ -119,7 +119,7 @@ Your payment method can accept payments in three ways: through Paypal, through A
end
```

4. If your site uses an unmodified `solidus_frontend`, it should now be ready to take payments. See below for more information on configuring Paypal and ApplePay.
4. If your site uses an unmodified Solidus Starter Frontend, it should now be ready to take payments. See below for more information on configuring Paypal and ApplePay.

5. Typical Solidus sites will have customized frontend code, and may require some additional work. Use `lib/views/frontend/spree/checkout/payment/_braintree.html.erb` and `app/assets/javascripts/solidus_braintree/checkout.js` as models.

Expand Down

0 comments on commit a3ee7ed

Please sign in to comment.