Skip to content

Commit

Permalink
feat: update href link add pmt if none available
Browse files Browse the repository at this point in the history
  • Loading branch information
HKuz committed Mar 21, 2024
1 parent 30cc89a commit ecc484c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions electronic_payments/templates/pages/order.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ <h3 class="m-0">{{ doc.name }}</h3>
</div>
</div>
{% endif %}
<!-- PLACEHOLDER - UPDATE WHEN SELF SERVICE PR MERGED -->
{% if not has_portal_payment_method %}
<div class="form-column col-sm-6">
<div class="page-header-actions-block" data-html-block="header-actions">
<p>
<a href=""
<a href="/payment_methods/new_payment_method"
class="btn btn-primary btn-sm" id="add-portal-payment-method">
{{ _("Add Payment Method") }}
</a>
Expand Down

0 comments on commit ecc484c

Please sign in to comment.