Petr Dlouhý

Results 258 comments of Petr Dlouhý

Now I was at least able to override the plan price. Although it is still not optimal, as it bothers user with creation of the plans on PayPal.

I have re-implemented this in [django-plans-paypal](https://github.com/PetrDlouhy/django-plans-paypal) which uses subscription button from `django-paypal`. I have no time nor motivation to finish this PR, but I am leaving it open for volunteers...

Hi @patrys, I rebased this to current master, and the methods are throwing `NotImplementedError`, if they can't figure out the variables from user. Can you please give a new review?...

Here is sample implementation of the methods that connects `django-payments` to `django-plans`: https://github.com/PetrDlouhy/django-plans-payments/blob/feature/recurring-payments/plans_payments/models.py

@WhyNotHugo @patrys Recently I was exploring PayPal subscription, which has completely different workflow (PayU payments are initiated from server, PayPal from the provider side). I have reworked this completely based...

I have started to work on this in #274 and #217 and I also have working implementation with PayU provider at https://github.com/PetrDlouhy/django-payments-payu If anyone is interested, I would appreciate some...

I am maintaining this package, but I don't have deep enough knowledge of double-entry accounting for this to judge. I would say, that PRs are always welcome, especially if they...

Upon some investigation it seems that this issue has been resolved by commit https://github.com/jazzband/django-two-factor-auth/commit/8deb380eb3cbb9b27f90a8e822e4951c31856515 although the fix works differently than the code in #521. I the original test is passing...

I am closing this. Please reopen this or new issue if there are still cases where the throttling is incorrectly increased.

@Gautier Your test is now part of the main branch, so I hope this issue will not occur ever again.