From a3ee7ed7df3c576ade87c4a505631d8064caa3a4 Mon Sep 17 00:00:00 2001 From: George Mendoza Date: Wed, 15 Feb 2023 13:10:16 +0800 Subject: [PATCH] Update README that extension is to be used with StarterFrontend --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7534be44..747cd42d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.