Skip to content

Fix crash on parse_subscription when next_payment_date is the empty string.

This commit adds handling code in parse_subscription for the case where next_payment_date is the empty string. This happens when a subscription is cancelled.

Merge request reports