Ryan Hope
Ryan Hope
Even after reading the webooks page linked above there are still questions about the endpoint. ``` Make sure to replace https://your-app.com/payments/stripe/ with the actual URL for your Stripe webhook endpoint....
I have my project setup to use StripeV3 as directed above. When I go to click on my Stripe payment button (which was working with the older stripe module), I...
> >  > > Try to save real url path (it's a pitty but it should be a full path, and I can't setup relative one) for **success** and...
Here is the stacktrace from django... ``` [26/Jan/2024 16:27:48] "GET /invoice/cart/ HTTP/1.1" 200 11429 Internal Server Error: /invoice/cart/ Traceback (most recent call last): File ".venv\lib\site-packages\payments\stripe\providers.py", line 141, in create_session return...
Making progress... I understand the previous comment. my success and failure handlers were returning relative paths so I switched them up like this: ``` def get_failure_url(self): url = f"{settings.PAYMENT_HOST}{reverse('payment-failure', args=[self.pk])}"...
> the webhook URL for that particular provider is **https://example.com/payments/default** > this info appears to be wrong, it seems the correct answer is **https://example.com/payments/process/default**
also can't get this working
Looks like I am gonna have to add this
I have the same issue with QTableView, there is so much extra space in the cells when qdarktheme is applied than standard
I don't think its fixable unless we go full-screen.