wordpress-mobile / WordPress-FluxC-Android

WordPress Network and Persistence layer based on the Flux architecture
GNU General Public License v2.0
58 stars 37 forks source link

Add new isEndless field to support Blaze Evergreen campaigns #3086

Closed JorgeMucientes closed 2 months ago

JorgeMucientes commented 3 months ago

Closes: 12390

This PR adds a new field isEndlessCampaign to create campaigns with no defined end date. I avoided using evergreen in the app's code (except for the DTO model) because that is not a meaningful name, and didn't want to couple it to the API definition.

These changes can be tested using this PR: https://github.com/woocommerce/woocommerce-android/pull/12433