Laura10101 / contractor-tax-calculator

0 stars 2 forks source link

"str object has no attribute 'user'" on checkout page #216

Closed Laura10101 closed 10 months ago

Laura10101 commented 10 months ago

After selecting a subscription option, the following error is displayed:

"AttributeError at /contractors/checkout/ 'str' object has no attribute 'user'"

Laura10101 commented 10 months ago

This was caused by decorating two helper methods in the checkout views module with the @login_required decorator. Removed the decorator.