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
AttributeError: 'WSGIRequest' object has no attribute 'data'
after setting stripe public key and secret key
File "C:\Users\darka.virtualenvs\OneDrive\dev\venv\sanmarco\lib\site-packages\longclaw\checkout\views.py", line 75, in post
capture_payment=True
File "C:\Users\darka.virtualenvs\OneDrive\dev\venv\sanmarco\lib\site-packages\longclaw\checkout\utils.py", line 100, in create_order
description=desc)
File "C:\Users\darka.virtualenvs\OneDrive\dev\venv\sanmarco\lib\site-packages\longclaw\checkout\gateways\stripe.py", line 22, in create_payment
source=request.data['token'],
The text was updated successfully, but these errors were encountered:
ISSUE_TEMPLATE
Description
AttributeError: 'WSGIRequest' object has no attribute 'data'
after setting stripe public key and secret key
File "C:\Users\darka.virtualenvs\OneDrive\dev\venv\sanmarco\lib\site-packages\longclaw\checkout\views.py", line 75, in post
capture_payment=True
File "C:\Users\darka.virtualenvs\OneDrive\dev\venv\sanmarco\lib\site-packages\longclaw\checkout\utils.py", line 100, in create_order
description=desc)
File "C:\Users\darka.virtualenvs\OneDrive\dev\venv\sanmarco\lib\site-packages\longclaw\checkout\gateways\stripe.py", line 22, in create_payment
source=request.data['token'],
The text was updated successfully, but these errors were encountered: