Skip to content

Commit 189e16a

Browse files
committed
Fixed long file names
1 parent 13b3164 commit 189e16a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

generator/cybersource_php_sdk_gen.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ REM renaming long file name
1313

1414
powershell -Command " rename-item -Path ..\CyberSource\lib\Model\TmsV1InstrumentIdentifiersPost200ResponseProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction.php -newname TmsV1InstrumentIdentifiersPost200ResponseMerchantInitiatedTransaction.php"
1515

16+
powershell -Command " rename-item -Path ..\CyberSource\lib\Model\RiskV1AuthenticationExemptionsPost201ResponseConsumerAuthenticationInformationStrongAuthentication.php -newname RiskV1AuthenticationExemptionsPost201ResponseStrongAuthentication.php"
17+
1618
powershell -Command " rename-item -Path ..\CyberSource\lib\Model\Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction.php -newname Ptsv2paymentsMerchantInitiatedTransaction.php"
1719

1820
powershell -Command " rename-item -Path ..\CyberSource\docs\Model\TmsV1InstrumentIdentifiersPost200ResponseProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction.md -newname TmsV1InstrumentIdentifiersPost200ResponseMerchantInitiatedTransaction.md"
1921

2022
powershell -Command " rename-item -Path ..\CyberSource\docs\Model\Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction.md -newname Ptsv2paymentsMerchantInitiatedTransaction.md"
2123

24+
powershell -Command " rename-item -Path ..\CyberSource\docs\Model\RiskV1AuthenticationExemptionsPost201ResponseConsumerAuthenticationInformationStrongAuthentication.md -newname RiskV1AuthenticationExemptionsPost201ResponseStrongAuthentication.md"
25+
2226
powershell -Command " rename-item -Path ..\CyberSource\test\Model\TmsV1InstrumentIdentifiersPost200ResponseProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransactionTest.php -newname TmsV1InstrumentIdentifiersPost200ResponseMerchantInitiatedTransactionTest.php"
2327

2428
powershell -Command " rename-item -Path ..\CyberSource\test\Model\Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransactionTest.php -newname Ptsv2paymentsMerchantInitiatedTransactionTest.php"
@@ -27,6 +31,8 @@ powershell -Command "(Get-Content ..\CyberSource\lib\Model\TmsV1InstrumentIdenti
2731

2832
powershell -Command "(Get-Content ..\CyberSource\lib\Model\TmsV1InstrumentIdentifiersPost200ResponseProcessingInformationAuthorizationOptionsInitiator.php) | ForEach-Object { $_ -replace 'TmsV1InstrumentIdentifiersPost200ResponseProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction', 'TmsV1InstrumentIdentifiersPost200ResponseMerchantInitiatedTransaction'} | Set-Content ..\CyberSource\lib\Model\TmsV1InstrumentIdentifiersPost200ResponseProcessingInformationAuthorizationOptionsInitiator.php"
2933

34+
powershell -Command "(Get-Content ..\CyberSource\lib\Model\RiskV1AuthenticationExemptionsPost201ResponseStrongAuthentication.php) | ForEach-Object { $_ -replace 'class RiskV1AuthenticationExemptionsPost201ResponseConsumerAuthenticationInformationStrongAuthentication', 'class RiskV1AuthenticationExemptionsPost201ResponseStrongAuthentication'} | Set-Content ..\CyberSource\lib\Model\RiskV1AuthenticationExemptionsPost201ResponseStrongAuthentication.php"
35+
3036
REM powershell -Command "(Get-Content ..\CyberSource\lib\Model\ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.php) | ForEach-Object { $_ -replace 'csv\'';', 'csv'';const SUPPORTED_FORMATS_JSON =''application/json'';'} | Set-Content ..\CyberSource\lib\Model\ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.php"
3137

3238
REM powershell -Command "(Get-Content ..\CyberSource\lib\Model\ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.php) | ForEach-Object { $_ -replace 'SUPPORTED_FORMATS_TEXTCSV\,', 'SUPPORTED_FORMATS_TEXTCSV,self::SUPPORTED_FORMATS_JSON,'} | Set-Content ..\CyberSource\lib\Model\ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.php"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* @author Swagger Codegen team
4040
* @link https://github.com/swagger-api/swagger-codegen
4141
*/
42-
class RiskV1AuthenticationExemptionsPost201ResponseConsumerAuthenticationInformationStrongAuthentication implements ArrayAccess
42+
class RiskV1AuthenticationExemptionsPost201ResponseStrongAuthentication implements ArrayAccess
4343
{
4444
const DISCRIMINATOR = null;
4545

0 commit comments

Comments
 (0)