🐛 Use correct unit amount property (#1577)

This commit is contained in:
Luke Vella 2025-02-24 17:57:57 +00:00 committed by GitHub
parent 41459f6189
commit b1f52041ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,