You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Change Quantity Popup does not load correctly in the Admin Portal
To Reproduce
Steps to reproduce the behavior:
Go to Admin Portal
Click on 'change quantity"
Expected behavior
Able to change quantity
Screenshots
Additional context
This is likely due to using an invalid SubscriptionService Method to fetch the subscription Details in HomeController / SubscriptionQuantityDetail method (should use subscriptionService.GetSubscriptionsBySubscriptionId)
The text was updated successfully, but these errors were encountered:
Describe the bug
The Change Quantity Popup does not load correctly in the Admin Portal
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Able to change quantity
Screenshots

Additional context
This is likely due to using an invalid SubscriptionService Method to fetch the subscription Details in
HomeController
/SubscriptionQuantityDetail
method (should usesubscriptionService.GetSubscriptionsBySubscriptionId
)The text was updated successfully, but these errors were encountered: