Skip to content

Commit e1c2ecd

Browse files
committed
Removing unused generator files
1 parent b87d420 commit e1c2ecd

6 files changed

+1
-53
lines changed

generator/OrganizationIdFix.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

generator/PaymentBatchSummariesFix.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

generator/ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

generator/ReportingV3ReportsIdGet200Response.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

generator/ReportsApiLocalVarPath.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

generator/cybersource_dotnet_sdk_gen.bat

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ powershell -Command "$fileContents = (get-content ..\src\CyberSource\Api\ReportD
1414

1515
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"
1616

17-
rem Accept Type and Content Type Changes
18-
19-
REM Should be fixed by change in spec files. Need review
20-
powershell -Command "$fileContents = (get-content ..\src\CyberSource\Api\SearchTransactionsApi.cs) ; $fileContents[409] = ''; $fileContents|Set-Content ..\src\CyberSource\Api\SearchTransactionsApi.cs"
21-
2217
rem For changing nuspec filename in csproj file
2318
powershell -Command "(Get-Content ..\src\CyberSource\CyberSource.csproj) | ForEach-Object { $_ -replace '<None Include=\"CyberSource.nuspec\" />', '<None Include=\"cybersource-rest-client-dotnet.nuspec\" />' } | Set-Content ..\src\CyberSource\CyberSource.csproj"
2419

@@ -38,6 +33,7 @@ powershell Rename-Item ..\CyberSource.sln cybersource-rest-client-dotnet.sln
3833

3934
xcopy ..\src\cybersource ..\ /s /e /y /exclude:excludelist.txt
4035
git checkout ..\README.md
36+
git checkout ..\test\packages.config
4137
md ..\test
4238
xcopy ..\src\cybersource.test ..\test /s /e /y
4339

0 commit comments

Comments
 (0)