Skip to content

Commit

Permalink
EPS-320: rever mandatory field (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
bold-nima authored Sep 5, 2024
1 parent 2670712 commit 26df5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/apiInterfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export interface IOrderInitialData {
life_elements: Array<ILifeField>;
flow_settings: Record<string, unknown>;
requires_shipping: boolean;
eps_gateways?: IEpsGateways;
eps_gateways: IEpsGateways;
}

export interface ISupportedLanguage {
Expand Down

0 comments on commit 26df5bd

Please sign in to comment.