Skip to content

Commit c2c9ae2

Browse files
committed
Fixing response of Transaction Batch Summary API
1 parent 56e2126 commit c2c9ae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generator/cybersource_dotnet_sdk_gen.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ powershell -Command "$fileContents = (get-content ..\src\CyberSource\Api\SecureF
1212

1313
powershell -Command "$fileContents = (get-content ..\src\CyberSource\Api\ReportDownloadsApi.cs) ; $fileContents[259] = $fileContents[259] -replace 'null', 'localVarResponse.Content' ; $fileContents[336] = $fileContents[336] -replace 'null', 'localVarResponse.Content' ;$fileContents|Set-Content ..\src\CyberSource\Api\ReportDownloadsApi.cs"
1414

15+
powershell -Command "$fileContents = (get-content ..\src\CyberSource\Api\TransactionBatchesApi.cs) ; $fileContents[344] = $fileContents[344] -replace 'null', 'localVarResponse.Content' ; $fileContents[418] = $fileContents[418] -replace 'null', 'localVarResponse.Content' ;$fileContents|Set-Content ..\src\CyberSource\Api\TransactionBatchesApi.cs"
16+
1517
rem Accept Type and Content Type Changes
1618

1719
REM Should be fixed by change in spec files. Need review

0 commit comments

Comments
 (0)