Removed unused interval field on offer modal

no refs
This commit is contained in:
Rishabh 2021-10-11 13:03:38 +05:30
parent deef182bd2
commit bfcd0b9ebd

View File

@ -9,7 +9,6 @@ export default Model.extend(ValidationEngine, {
cadence: attr('string'),
tier: attr(),
stripeCouponId: attr('string'),
interval: attr('string'),
currency: attr('string'),
type: attr('string', {defaultValue: 'percent'}),
amount: attr('number'),