File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ REM to rename long file name
23
23
24
24
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"
25
25
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
+
26
30
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"
27
31
28
32
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\..
99
103
git checkout README.md
100
104
git checkout cybersource_rest_client.gemspec
101
105
102
- pause
106
+ pause
You can’t perform that action at this time.
0 commit comments