Closed Laura10101 closed 11 months ago
FAILED payments_api/test_services.py::test_process_payment_success - django.core.exceptions.ValidationError: {'subscription_id': ['“Subscription for user 479” value must be an integer.']}
The test was passing the whole subscription object to the service. Updated to pass in the id only.
FAILED payments_api/test_services.py::test_process_payment_success - django.core.exceptions.ValidationError: {'subscription_id': ['“Subscription for user 479” value must be an integer.']}