test apps api
This commit is contained in:
@@ -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,
|
||||
})),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user