File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -379,6 +379,7 @@ export interface IOrderInitialData {
379379 flow_settings : Record < string , unknown > ;
380380 requires_shipping : boolean ;
381381 eps_gateways : IEpsGateways ;
382+ vaulting_enabled : boolean ;
382383}
383384
384385export interface ISupportedLanguage {
Original file line number Diff line number Diff line change @@ -351,6 +351,7 @@ export const orderInitialDataMock: IOrderInitialData = {
351351 flow_settings : { } ,
352352 requires_shipping : true ,
353353 eps_gateways : { } ,
354+ vaulting_enabled : false ,
354355} ;
355356
356357export const cssRuleMock : ICssRule = {
Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ export const orderInitialData: IOrderInitialData = {
201201 flow_settings : { } ,
202202 requires_shipping : true ,
203203 eps_gateways : { } ,
204+ vaulting_enabled : false ,
204205} ;
205206
206207export const retryErrorCodeList : Array < number > = [
You can’t perform that action at this time.
0 commit comments