Closed Laura10101 closed 10 months ago
After selecting a subscription option, the following error is displayed:
"AttributeError at /contractors/checkout/ 'str' object has no attribute 'user'"
This was caused by decorating two helper methods in the checkout views module with the @login_required decorator. Removed the decorator.
After selecting a subscription option, the following error is displayed:
"AttributeError at /contractors/checkout/ 'str' object has no attribute 'user'"