@yuno-payments/dashboard-api-mfe 0.36.53-beta.3 → 0.36.54
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/build/index.d.ts
CHANGED
|
@@ -3770,7 +3770,7 @@ declare namespace AI {
|
|
|
3770
3770
|
order_id: string;
|
|
3771
3771
|
payment_id: string;
|
|
3772
3772
|
status: string;
|
|
3773
|
-
sub_status
|
|
3773
|
+
sub_status?: string;
|
|
3774
3774
|
destination_phone: string | null;
|
|
3775
3775
|
duration: number;
|
|
3776
3776
|
country: string;
|
|
@@ -4027,6 +4027,7 @@ declare namespace StylingSettings {
|
|
|
4027
4027
|
enable_ocr?: boolean;
|
|
4028
4028
|
save_on_success?: boolean;
|
|
4029
4029
|
visualization_mode?: VisualizationMode;
|
|
4030
|
+
credit_card_only_processing?: boolean;
|
|
4030
4031
|
};
|
|
4031
4032
|
web_sdk?: {
|
|
4032
4033
|
hide_pay_button?: boolean;
|