mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +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 {
|
return {
|
||||||
monthly: {
|
monthly: {
|
||||||
currency: monthly.currency,
|
currency: monthly.currency,
|
||||||
price: monthly.unit_amount_decimal,
|
price: monthly.unit_amount,
|
||||||
},
|
},
|
||||||
yearly: {
|
yearly: {
|
||||||
currency: yearly.currency,
|
currency: yearly.currency,
|
||||||
|
|
Loading…
Add table
Reference in a new issue