Skip to content

Commit 8681958

Browse files
authored
Update cybersource_ruby_sdk_gen.bat
1 parent eaa21e1 commit 8681958

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

generator/cybersource_ruby_sdk_gen.bat

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ REM to rename long file name
2323

2424
powershell -Command " rename-item -Path ..\lib\cybersource_rest_client\models\ptsv2payments_processing_information_authorization_options_initiator_merchant_initiated_transaction.rb -newname ptsv2payments_merchant_initiated_transaction.rb"
2525

26+
powershell -Command " rename-item -Path ..\lib\cybersource_rest_client\models\risk_v1_authentication_exemptions_post201_response_consumer_authentication_information_strong_authentication.rb -newname risk_v1_authentication_exemptions_consumer_authentication_information_strong_authentication"
27+
28+
powershell -Command " rename-item -Path ..\lib\cybersource_rest_client\models\tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__embedded_instrument_identifier.rb -newname tms_v1_instrument_identifiers_payment_instruments_embedded_instrument_identifier.rb"
29+
2630
powershell -Command " rename-item -Path ..\lib\cybersource_rest_client\models\tms_v1_instrument_identifiers_post200_response_processing_information_authorization_options_initiator_merchant_initiated_transaction.rb -newname tms_v1_instrument_identifiers_post200_response_merchant_initiated_transaction.rb"
2731

2832
powershell -Command " rename-item -Path ..\lib\cybersource_rest_client\models\tms_v1_instrument_identifiers_post200_response_processing_information_authorization_options_initiator.rb -newname tms_v1_instrument_identifiers_post200_response_authorization_options_initiator.rb"
@@ -99,4 +103,4 @@ cd %~dp0\..
99103
git checkout README.md
100104
git checkout cybersource_rest_client.gemspec
101105

102-
pause
106+
pause

0 commit comments

Comments
 (0)