Skip to content

Commit 4135868

Browse files
committed
Modifications for rewrite of RestClient
1 parent 74b19db commit 4135868

File tree

1 file changed

+1
-2
lines changed
  • cybersource-rest-client-netstandard/cybersource-rest-client-netstandard/generator/cybersource-csharp-template

1 file changed

+1
-2
lines changed

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard/generator/cybersource-csharp-template/Configuration.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ namespace {{packageName}}.Client
8484
}
8585
else
8686
{
87-
Timeout = timeout;
87+
Timeout = {{#netStandard}}TimeSpan.FromMilliseconds({{/netStandard}}timeout{{#netStandard}}){{/netStandard}};
8888
}
8989
}
9090

@@ -97,7 +97,6 @@ namespace {{packageName}}.Client
9797

9898
TempFolderPath = tempFolderPath;
9999
DateTimeFormat = dateTimeFormat;
100-
Timeout = {{#netStandard}}TimeSpan.FromMilliseconds({{/netStandard}}timeout{{#netStandard}}){{/netStandard}};
101100
MerchantConfigDictionaryObj = merchConfigDictObj;
102101
MapToControlMLEonAPI = mapToControlMLEonAPI;
103102

0 commit comments

Comments
 (0)