mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
Removed unused interval field on offer modal
no refs
This commit is contained in:
parent
deef182bd2
commit
bfcd0b9ebd
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user