mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed interval for default price
no refs
This commit is contained in:
parent
b08716a981
commit
d776aedda4
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ export default class GhLaunchWizardSetPricingComponent extends Component {
|
||||||
active: 1,
|
active: 1,
|
||||||
currency: this.currency,
|
currency: this.currency,
|
||||||
description: yearlyDiscount > 0 ? `${yearlyDiscount}% discount` : 'Full access',
|
description: yearlyDiscount > 0 ? `${yearlyDiscount}% discount` : 'Full access',
|
||||||
interval: 'month',
|
interval: 'year',
|
||||||
type: 'recurring'
|
type: 'recurring'
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue