Skip to content

Commit 26df5bd

Browse files
authored
EPS-320: rever mandatory field (#31)
1 parent 2670712 commit 26df5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/apiInterfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ export interface IOrderInitialData {
402402
life_elements: Array<ILifeField>;
403403
flow_settings: Record<string, unknown>;
404404
requires_shipping: boolean;
405-
eps_gateways?: IEpsGateways;
405+
eps_gateways: IEpsGateways;
406406
}
407407

408408
export interface ISupportedLanguage {

0 commit comments

Comments
 (0)