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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user