mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
🐛 Use correct unit amount property (#1577)
This commit is contained in:
parent
41459f6189
commit
b1f52041ef
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export async function getPricing() {
|
|||
return {
|
||||
monthly: {
|
||||
currency: monthly.currency,
|
||||
price: monthly.unit_amount_decimal,
|
||||
price: monthly.unit_amount,
|
||||
},
|
||||
yearly: {
|
||||
currency: yearly.currency,
|
||||
|
|
Loading…
Add table
Reference in a new issue