mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
fix typo on billing response
This commit is contained in:
parent
3726d9e6d8
commit
ef897695e9
@ -72,13 +72,13 @@ export class BillingSubscriptionItemResponse {
|
||||
name: string;
|
||||
amount: number;
|
||||
quantity: number;
|
||||
internal: string;
|
||||
interval: string;
|
||||
|
||||
constructor(response: any) {
|
||||
this.name = response.Name;
|
||||
this.amount = response.Amount;
|
||||
this.quantity = response.Quantity;
|
||||
this.internal = response.Internal;
|
||||
this.interval = response.Interval;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user