@xsolla/payment-client-core 0.2.96 → 0.2.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/core/payment/config/config.service.mjs +9 -1
- package/esm2022/lib/core/settings/configuration.interface.mjs +1 -1
- package/esm2022/lib/core/settings/refer.const.mjs +3 -0
- package/esm2022/lib/core/settings/settings.service.mjs +4 -1
- package/esm2022/lib/core-library.service.mjs +2 -1
- package/fesm2022/xsolla-payment-client-core.mjs +33 -20
- package/fesm2022/xsolla-payment-client-core.mjs.map +1 -1
- package/lib/core/payment/config/config.service.d.ts +1 -0
- package/lib/core/settings/configuration.interface.d.ts +2 -1
- package/lib/core/settings/refer.const.d.ts +3 -0
- package/lib/core/settings/settings.service.d.ts +3 -1
- package/package.json +1 -1
- package/xsolla-payment-client-core-0.2.97.tgz +0 -0
- package/xsolla-payment-client-core-0.2.96.tgz +0 -0
|
@@ -7,6 +7,7 @@ export declare class PaymentConfigService {
|
|
|
7
7
|
private readonly settingsService;
|
|
8
8
|
constructor(urlService: UrlService, settingsService: SettingsService);
|
|
9
9
|
enrich(config: PaymentConfiguration): PaymentConfiguration;
|
|
10
|
+
updateReferByPaymentConfiguration(config: PaymentConfiguration): void;
|
|
10
11
|
private enrichReturnUrl;
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaymentConfigService, never>;
|
|
12
13
|
static ɵprov: i0.ɵɵInjectableDeclaration<PaymentConfigService>;
|
|
@@ -6,6 +6,7 @@ import { Settings } from './settings.interface';
|
|
|
6
6
|
import { Purchase } from './purchase.interface';
|
|
7
7
|
import { Project } from './project.interface';
|
|
8
8
|
import { UtilsResponse } from './utils-response.interface';
|
|
9
|
+
import { Refer } from './refer.const';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class SettingsService {
|
|
11
12
|
private readonly secureApi;
|
|
@@ -33,7 +34,8 @@ export declare class SettingsService {
|
|
|
33
34
|
get topLevelDomain(): string | undefined;
|
|
34
35
|
get isApplePayInstantFlowEnabled(): boolean;
|
|
35
36
|
isSandboxMode(): boolean;
|
|
36
|
-
get refer():
|
|
37
|
+
get refer(): Refer;
|
|
38
|
+
set refer(refer: Refer);
|
|
37
39
|
private sendRequest;
|
|
38
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsService, never>;
|
|
39
41
|
static ɵprov: i0.ɵɵInjectableDeclaration<SettingsService>;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|