- Fix a bug where discount webhook were not correctly handled, which resulted in updates not being updated
- Fix a bug where subscription webhook were not correctly handled, which resulted in updates not being updated
- Fix logic for the
isExpired
method on card entity
- Fix a bug when using the method
getOneByCustomer
on card service
- Update mapping so that when fetching a subscription, plan and (eventual) discount are loaded eagerly instead of being lazy-loaded. The reason is that most of the time, the subscription is fetched in order to be shown with all the information linked to it.
- Revert uppercase for country code
- Add compatibility with the new
2015-02-18
Stripe API version. This change removes the "card" concept in favour of a more abstract "source" concept. ZfrCash will automatically use the right calls based on your set API version.
- First official release
- Updated the
CustomerTrait
to allow null values for Stripe ID. This is useful if you are using a unique user table to hold the Stripe ID, but not all users have a Stripe ID
- Fix mapping
- Add a validator for VIES european codes
- Initial release