choco-one-click-payment 1.1.39 → 1.1.40
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/dist/index.esm.js +367 -353
- package/dist/index.js +31 -23
- package/index.d.ts +7 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -187,6 +187,13 @@ export interface ChocoOneClickConfig {
|
|
|
187
187
|
*/
|
|
188
188
|
isNativeAndroid?: boolean;
|
|
189
189
|
|
|
190
|
+
/**
|
|
191
|
+
* Признак оплаты холодильника (микромаркет).
|
|
192
|
+
* Если true — передаётся is_fridge: true в тело checkout-запроса.
|
|
193
|
+
* @default false
|
|
194
|
+
*/
|
|
195
|
+
isFridge?: boolean;
|
|
196
|
+
|
|
190
197
|
/**
|
|
191
198
|
* Данные по бонусам для отображения бонусного блока в виджете.
|
|
192
199
|
* Если не переданы, бонусный блок не показывается.
|