Skip to content

Commit 78a5e5c

Browse files
authored
Merge pull request #304 from Adyen/sdk-automation/models
Code generation: update services and models
2 parents 6794500 + dc2f094 commit 78a5e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/adyen/services/balancePlatform/payment_instruments_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def initialize(client, version = DEFAULT_VERSION)
1212
super(client, version, 'BalancePlatform')
1313
end
1414

15-
# Create network token activation data
16-
def create_network_token_activation_data(request, id, headers: {})
15+
# Create network token provisioning data
16+
def create_network_token_provisioning_data(request, id, headers: {})
1717
endpoint = '/paymentInstruments/{id}/networkTokenActivationData'.gsub(/{.+?}/, '%s')
1818
endpoint = endpoint.gsub(%r{^/}, '')
1919
endpoint = format(endpoint, id)

0 commit comments

Comments
 (0)