You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ff-integrations/payments/braintree.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ Make sure the user is authenticated before triggering the Braintree Payment Acti
183
183
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:
184
184
185
185
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.
187
187
3. You can modify the design of the form widget as per your app's needs.
188
188
4. Again select the **checkout button** to complete defining the Action.
189
189
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:
237
237
3. Turn on the **Is Production** toggle present on that page.
238
238
4. Deploy the new Firebase Cloud Functions with the production credentials by clicking on the **Deploy** button.
239
239
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