test apps api

This commit is contained in:
2025-12-23 23:14:51 +01:00
parent 16cd572c63
commit efcdbd17f2
71 changed files with 3924 additions and 913 deletions

View File

@@ -24,8 +24,8 @@ export class GetEntitySponsorshipPricingPresenter {
pricing: output.tiers.map(item => ({
id: item.name,
level: item.name,
price: item.price,
currency: 'USD',
price: item.price.amount,
currency: item.price.currency,
})),
};
}