mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
Remove FF 'AC-1607_present-user-offboarding-survey' and old cancel functionality (#8322)
This commit is contained in:
@@ -394,10 +394,6 @@ export class ApiService implements ApiServiceAbstraction {
|
||||
return this.send("POST", "/accounts/reinstate-premium", null, true, false);
|
||||
}
|
||||
|
||||
postCancelPremium(): Promise<any> {
|
||||
return this.send("POST", "/accounts/cancel-premium", null, true, false);
|
||||
}
|
||||
|
||||
async postAccountStorage(request: StorageRequest): Promise<PaymentResponse> {
|
||||
const r = await this.send("POST", "/accounts/storage", request, true, true);
|
||||
return new PaymentResponse(r);
|
||||
|
||||
Reference in New Issue
Block a user