nextemos 5.2.0 → 5.2.2
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.
|
@@ -166,6 +166,7 @@ export interface IPaymentType {
|
|
|
166
166
|
paymentMethod: number;
|
|
167
167
|
paymentMethodProviderType: string;
|
|
168
168
|
order: number;
|
|
169
|
+
isHidden: boolean;
|
|
169
170
|
}
|
|
170
171
|
export interface ICoupon {
|
|
171
172
|
id: number;
|
|
@@ -190,6 +191,7 @@ export interface IInstallmentOption {
|
|
|
190
191
|
bankName: string;
|
|
191
192
|
logoUrl: string;
|
|
192
193
|
order: number;
|
|
194
|
+
isBankPointActive: boolean;
|
|
193
195
|
options: {
|
|
194
196
|
name: string;
|
|
195
197
|
count: number;
|