mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 08:54:36 +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'),
|
cadence: attr('string'),
|
||||||
tier: attr(),
|
tier: attr(),
|
||||||
stripeCouponId: attr('string'),
|
stripeCouponId: attr('string'),
|
||||||
interval: attr('string'),
|
|
||||||
currency: attr('string'),
|
currency: attr('string'),
|
||||||
type: attr('string', {defaultValue: 'percent'}),
|
type: attr('string', {defaultValue: 'percent'}),
|
||||||
amount: attr('number'),
|
amount: attr('number'),
|
||||||
|
Loading…
Reference in New Issue
Block a user