1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

adjust storage with payment intent/method handling

This commit is contained in:
Kyle Spearrin
2019-08-10 12:59:47 -04:00
parent e28e820286
commit de9bcac0ec
2 changed files with 7 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ export abstract class ApiService {
postPremium: (data: FormData) => Promise<PaymentResponse>;
postReinstatePremium: () => Promise<any>;
postCancelPremium: () => Promise<any>;
postAccountStorage: (request: StorageRequest) => Promise<any>;
postAccountStorage: (request: StorageRequest) => Promise<PaymentResponse>;
postAccountPayment: (request: PaymentRequest) => Promise<any>;
postAccountLicense: (data: FormData) => Promise<any>;
postAccountKey: (request: UpdateKeyRequest) => Promise<any>;