Skip to content

Commit

Permalink
false[adyen-sdk-automation] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot committed Nov 18, 2024
1 parent cf3054e commit 04a4bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adyen/services/checkout/payments_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def initialize(client, version = DEFAULT_VERSION)
super(client, version, 'Checkout')
end

# Get the list of brands on the card
# Get the brands and other details of a card
def card_details(request, headers: {})
endpoint = '/cardDetails'.gsub(/{.+?}/, '%s')
endpoint = endpoint.gsub(%r{^/}, '')
Expand Down

0 comments on commit 04a4bf4

Please sign in to comment.