duncanmcclean / simple-commerce

A simple, yet powerful e-commerce addon for Statamic.
https://statamic.com/addons/duncanmcclean/simple-commerce
Other
143 stars 37 forks source link

Fix coupon expiry date #887

Closed duncanmcclean closed 1 year ago

duncanmcclean commented 1 year ago

This pull request fixes an issue that would crop up when trying to create/update a coupon since it was expecting expires_at to be a date.

However, from v4 onwards, the Date fieldtype sends an array with date & time keys.

I fixed this for new coupons in #885 but this PR fixes it for updating coupons and also adds test cases to cover it.

github-actions[bot] commented 1 year ago

Released as part of v5.3.0.