Fix mistake is obtaining the correct hosting order id

This commit is contained in:
PCoder 2024-02-09 21:03:17 +05:30
parent 2e335fc574
commit 96af882e6d

View file

@ -87,7 +87,7 @@
<tbody>
{% for ho, stripe_charge_data in invs_charge %}
<tr>
{{ ho.id | get_line_item_from_hosting_order_charge }}
{{ ho | get_line_item_from_hosting_order_charge }}
</tr>
{% endfor %}
</tbody>