Skip to content

Commit baddfed

Browse files
committed
Fixed long file names
1 parent 6dbc316 commit baddfed

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

generator/cybersource_ruby_sdk_gen.bat

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ powershell -Command " rename-item -Path ..\lib\cybersource_rest_client\models\ri
6161

6262
powershell -Command "(Get-Content ..\lib\cybersource_rest_client.rb) | ForEach-Object { $_ -replace 'cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator_merchant_initiated_transaction', 'cybersource_rest_client/models/ptsv2payments_merchant_initiated_transaction' } | Set-Content ..\lib\cybersource_rest_client.rb"
6363

64+
powershell -Command "(Get-Content ..\lib\cybersource_rest_client.rb) | ForEach-Object { $_ -replace 'cybersource_rest_client/models/risk_v1_authentication_exemptions_post201_response_consumer_authentication_information_strong_authentication', 'cybersource_rest_client/models/risk_v1_authentication_exemptions_consumer_authentication_information_strong_authentication' } | Set-Content ..\lib\cybersource_rest_client.rb"
65+
66+
powershell -Command "(Get-Content ..\lib\cybersource_rest_client.rb) | ForEach-Object { $_ -replace 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__embedded_instrument_identifier', 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_embedded_instrument_identifier' } | Set-Content ..\lib\cybersource_rest_client.rb"
67+
6468
powershell -Command "(Get-Content ..\lib\cybersource_rest_client.rb) | ForEach-Object { $_ -replace 'cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response_processing_information_authorization_options_initiator', 'cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response_authorization_options_initiator' } | Set-Content ..\lib\cybersource_rest_client.rb"
6569

6670
powershell -Command "(Get-Content ..\lib\cybersource_rest_client.rb) | ForEach-Object { $_ -replace 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_processing_information_bank_transfer_options', 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response_bank_transfer_options' } | Set-Content ..\lib\cybersource_rest_client.rb"

lib/cybersource_rest_client.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
require 'cybersource_rest_client/models/risk_v1_authentication_excemptions_post400_response'
385385
require 'cybersource_rest_client/models/risk_v1_authentication_exemptions_post201_response'
386386
require 'cybersource_rest_client/models/risk_v1_authentication_exemptions_post201_response_consumer_authentication_information'
387-
require 'cybersource_rest_client/models/risk_v1_authentication_exemptions_post201_response_consumer_authentication_information_strong_authentication'
387+
require 'cybersource_rest_client/models/risk_v1_authentication_exemptions_consumer_authentication_information_strong_authentication'
388388
require 'cybersource_rest_client/models/risk_v1_authentication_exemptions_post201_response_risk_information'
389389
require 'cybersource_rest_client/models/risk_v1_authentication_results_post201_response'
390390
require 'cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information'
@@ -524,7 +524,7 @@
524524
require 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response_personal_identification'
525525
require 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_card'
526526
require 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__embedded'
527-
require 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__embedded_instrument_identifier'
527+
require 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_embedded_instrument_identifier'
528528
require 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__links'
529529
require 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__links_self'
530530
require 'cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response_merchant_information'

0 commit comments

Comments
 (0)