mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fix UsingInAppPurchase mapping
This commit is contained in:
@@ -17,7 +17,7 @@ export class SubscriptionResponse extends BaseResponse {
|
|||||||
this.maxStorageGb = this.getResponseProperty('MaxStorageGb');
|
this.maxStorageGb = this.getResponseProperty('MaxStorageGb');
|
||||||
this.license = this.getResponseProperty('License');
|
this.license = this.getResponseProperty('License');
|
||||||
this.expiration = this.getResponseProperty('Expiration');
|
this.expiration = this.getResponseProperty('Expiration');
|
||||||
this.usingInAppPurchase = this.getResponseProperty('UpcomingInvoice');
|
this.usingInAppPurchase = this.getResponseProperty('UsingInAppPurchase');
|
||||||
const subscription = this.getResponseProperty('Subscription');
|
const subscription = this.getResponseProperty('Subscription');
|
||||||
const upcomingInvoice = this.getResponseProperty('UpcomingInvoice');
|
const upcomingInvoice = this.getResponseProperty('UpcomingInvoice');
|
||||||
this.subscription = subscription == null ? null : new BillingSubscriptionResponse(subscription);
|
this.subscription = subscription == null ? null : new BillingSubscriptionResponse(subscription);
|
||||||
|
|||||||
Reference in New Issue
Block a user