Dominik Bartenstein

Results 28 comments of Dominik Bartenstein

> I'd like to hear if anyone's still having issues with this with `--parallel`. Would be helpful to know exactly wtf is going on! Hi @Andrew-Chen-Wang: we are using cachalot...

Jep, would be great to have a final 2.7 release soon.

We are using dj-stripe for our SaaS car sharing platform [Zemtu](www.zemtu.com/). Via dj-stripe we connect the Stripe accounts of our partners to Zemtu’s billing engine.

Are there any objections / side effects of calling `Customer.add_payment_method` for a payment method which already is associated with the customer just to make it the default payment method?

> @dbartenstein I believe that will create a duplicate payment method object. They don't do the deduplication for you; although they give you a `fingerprint` to check if two payment...

> You can set the default payment method via the [Customer API](https://stripe.com/docs/api/customers/update) (`invoice_settings.default_payment_method`). @jleclanche thanks - we use the following methods. Where do you think the `update_default_payment_method` is best called?...

> I'm not sure, to be honest, it depends on your flow; I don't think it matters much (beyond calling it too much becoming noisy) seeing as either way, Stripe...

> @dbartenstein I've decided I'll be deprecating both `can_charge` and `has_valid_source` in 2.6 and removing them in 2.8. They're super misleading, don't do what it says on the tin and...

@emorozov: thanks for raising this issue. The [Django geojson serializer](https://docs.djangoproject.com/en/3.2/ref/contrib/gis/serializers/) also gets kicked out by django-money. Do you plan to create a PR for it?