auto recurring testing phase 5

This commit is contained in:
rizwanisready
2024-07-31 20:18:11 +05:30
parent 32afbd952e
commit 0ba056cb63
2 changed files with 2 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ class StripeProductView(LoginRequiredMixin, generic.ListView):
page_name = resource_action.RESOURCE_MANAGE_SUBSCRIPTIONS
resource = resource_action.RESOURCE_MANAGE_SUBSCRIPTIONS
action = resource_action.ACTION_READ
model = Subscription
model = StripeProduct
template_name = "manage_subscriptions/product_list.html"
context_object_name = "product_obj"

View File

@@ -55,7 +55,7 @@
</tr>
</thead>
<tbody>
{% for data_obj in subscription_obj %}
{% for data_obj in product_obj %}
<tr role="row">
<td class="checkbox-column text-center sorting_1"> {{data_obj.id}}</td>
<td>{{data_obj.title}}</td>