Skip to content

Commit dc2f094

Browse files
false[adyen-sdk-automation] automated change
1 parent 6794500 commit dc2f094

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)