mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
🐛 Fixed missing currency for yearly plan in Labs subscription price settings (#1626)
no-issue
This commit is contained in:
parent
be0a6d58a0
commit
43419275ac
@ -98,7 +98,7 @@ export default Component.extend({
|
|||||||
},
|
},
|
||||||
yearly: {
|
yearly: {
|
||||||
amount: parseInt(yearly.amount) / 100 || 0,
|
amount: parseInt(yearly.amount) / 100 || 0,
|
||||||
yearly: yearly.currency
|
currency: yearly.currency
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user