Radek Holý

Results 8 issues of Radek Holý

Hello, we have created a tyntec WhatsApp adapter. It does basically the same as Twilio WhatsApp adapter but uses tyntec API instead of Twilio. I've published it as a standalone...

**Describe the bug** If I modify the headers dictionary returned by a `Client.prepare_*_request` method, the future calls to any of these methods return the modified headers. **How to reproduce** ```python3...

### Bug Description When I start another Blender instance with an older version of BlenderKit add-on while a Blender instance with the latest BlenderKit add-on version is running, the older...

Hello, **Expected behavior** > If you need to refund a payment, you can do this by calling the `refund()` method on your Payment instance: > > ```python > from payments...

in progress
bug

Partially fixes: https://github.com/jazzband/django-payments/issues/309 Similar work needs to be done on multiple places though but this particular part prevents us from performing proper refunds. Feel free to request any necessary changes...

Since PayPal does support refunding without an amount specified and django-payment's API as well, it makes sense to me. The benefit is that for various reasons the local copy of...

Fixes https://github.com/jazzband/django-payments/issues/401 It also takes into account that for various reasons the local copy of the payment (`BasePayment.captured_amount`) may get easily desynchronized with the payment gateway (e.g. bugs like this...

The example in the [Create a Provider Class](https://django-payments.readthedocs.io/en/latest/backends.html#create-a-provider-class) section of the documentation does not work. Reproducer: 1. Copy the example from the [Create a Provider Class](https://django-payments.readthedocs.io/en/latest/backends.html#create-a-provider-class) section of the documentation...