diff --git a/contents/account-reconciliation.md b/contents/account-reconciliation.md index 96be656..bf92a00 100644 --- a/contents/account-reconciliation.md +++ b/contents/account-reconciliation.md @@ -37,7 +37,8 @@ features: - title: Combine payouts from multiple orders body: Balanced allows you to issue one payout to a merchant with multiple orders waiting to be settled. Each customer has a payable account which can carry a stored balance. Simply credit the funds from the various orders into your merchant’s balance. Then issue a settlement from the balance to your merchant’s bank account. class: account-reconciliation-bulk-crediting - inDevelopment: true + linkUrl: https://docs.balancedpayments.com/1.1/guides/settlements/ + linkText: View docs for settlements - title: Track orders from the Balanced Dashboard body: The Balanced Dashboard provides a complete view of each order with detailed customer and transaction information. class1: account_reconciliation_dashboard_1 @@ -48,6 +49,8 @@ features: - title: Implementing orders body: "Using orders is simple: just specify the merchant and create an order for this merchant." name: api + linkUrl: https://docs.balancedpayments.com/1.1/guides/orders/ + linkText: View docs for orders contactUs: | If you have any questions, send an email to support+orders@balancedpayments.com diff --git a/templates/account-reconciliation.html b/templates/account-reconciliation.html index b6af47f..62a4c81 100644 --- a/templates/account-reconciliation.html +++ b/templates/account-reconciliation.html @@ -49,8 +49,8 @@

{{item.title}}

{{feature.body.markdown()}} - {% if feature.inDevelopment %} -
In development
+ {% if feature.linkUrl %} +

{{feature.linkText}}

{% endif %}