ovi-kit 1.3.18 → 1.3.20

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.
@@ -1,3 +1,4 @@
1
1
  export interface PaymentProviderSetting {
2
2
  base_url: string;
3
+ plum_basic_auth_base64: string;
3
4
  }
@@ -1 +1 @@
1
- export type PaymentProviderType = 'atmos' | 'ipak_yuli';
1
+ export type PaymentProviderType = 'atmos' | 'ipak_yuli' | 'plum';
@@ -1 +1 @@
1
- export type PaymentType = 'atmos' | 'cash' | 'not_set';
1
+ export type PaymentType = 'online' | 'cash';