choco-one-click-payment 1.0.7 → 1.0.8
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/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ export interface ChocoOneClickConfig {
|
|
|
46
46
|
* Код валюты
|
|
47
47
|
* @default "KZT"
|
|
48
48
|
*/
|
|
49
|
-
currency?:
|
|
49
|
+
currency?: string;
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
52
|
* Окружение для API
|
|
@@ -64,7 +64,7 @@ export interface ChocoOneClickConfig {
|
|
|
64
64
|
* Язык интерфейса виджета
|
|
65
65
|
* @default "ru"
|
|
66
66
|
*/
|
|
67
|
-
locale?:
|
|
67
|
+
locale?: string;
|
|
68
68
|
|
|
69
69
|
/**
|
|
70
70
|
* Callback вызываемый при успешной оплате
|