Skip to content

Commit

Permalink
Replace 'in development' with links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungmin committed Dec 22, 2014
1 parent 1bc04d4 commit f3c6e5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion contents/account-reconciliation.md
Expand Up @@ -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
Expand All @@ -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 <a href="mailto:support+orders@balancedpayments.com">support+orders@balancedpayments.com</a>
Expand Down
4 changes: 2 additions & 2 deletions templates/account-reconciliation.html
Expand Up @@ -49,8 +49,8 @@ <h2>{{item.title}}</h2>
<div class="col-md-4 no-margin-left">
<div class="section-side-body">
{{feature.body.markdown()}}
{% if feature.inDevelopment %}
<div class="stage">In development</div>
{% if feature.linkUrl %}
<p><a href="{{feature.linkUrl}}">{{feature.linkText}}</a></p>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit f3c6e5e

Please sign in to comment.