mirror of
https://github.com/bitwarden/jslib
synced 2025-12-15 15:53:51 +00:00
Adding a PayPalConfig environment type (#478)
* Adding a PayPalConfig environment type for the web vault * Adding missing semicolon
This commit is contained in:
@@ -11,6 +11,11 @@ export type Urls = {
|
|||||||
enterprise?: string;
|
enterprise?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type PayPalConfig = {
|
||||||
|
businessId?: string;
|
||||||
|
buttonAction?: string;
|
||||||
|
};
|
||||||
|
|
||||||
export abstract class EnvironmentService {
|
export abstract class EnvironmentService {
|
||||||
urls: Observable<Urls>;
|
urls: Observable<Urls>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user