Skip to content

Commit dc627ce

Browse files
authored
Update braintree.md
Broken link (the creditcardform leads to 404 page)
1 parent b6ff64c commit dc627ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ff-integrations/payments/braintree.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Make sure the user is authenticated before triggering the Braintree Payment Acti
183183
If you want to keep only the Credit Card option on your checkout page, you'll need to add the **CreditCardFrom** widget to the page. Follow the steps below:
184184

185185
1. Select the **Payment Method** as ***Credit Card***.
186-
2. Drag and drop the [**CreditCardFrom**](../../resources/ui/components/built-in-components/creditcardform.md) widget onto the canvas.
186+
2. Drag and drop the [**CreditCardFrom**](../../resources/ui/widgets/built-in-widgets/creditcardform.md) widget onto the canvas.
187187
3. You can modify the design of the form widget as per your app's needs.
188188
4. Again select the **checkout button** to complete defining the Action.
189189
5. Enter the **Currency Code** and you can define the optional attributes like **Tax Rate Percentage** and **Shipping Cost**.
@@ -237,4 +237,4 @@ Before you release the app to production, complete the following steps:
237237
3. Turn on the **Is Production** toggle present on that page.
238238
4. Deploy the new Firebase Cloud Functions with the production credentials by clicking on the **Deploy** button.
239239

240-
Now, you are ready to build and distribute your app with payments to production.
240+
Now, you are ready to build and distribute your app with payments to production.

0 commit comments

Comments
 (0)