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
i'm currently having issues with the last few minutes of the video. i'm trying to make payment so that the card can be saved but i keep getting a django attribute error message on the page. The funny thing is on my stripe logs, the order status returns 200(OK) but the web page displays an attribute error "sources". This is where the error seems to be occuring: "customer.sources.create(source=token)".
The text was updated successfully, but these errors were encountered:
i'm currently having issues with the last few minutes of the video. i'm trying to make payment so that the card can be saved but i keep getting a django attribute error message on the page. The funny thing is on my stripe logs, the order status returns 200(OK) but the web page displays an attribute error "sources". This is where the error seems to be occuring: "customer.sources.create(source=token)".
The text was updated successfully, but these errors were encountered: