We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa86c4 commit 54c3b2dCopy full SHA for 54c3b2d
lib/adyen/services/checkout/donations_api.rb
@@ -22,7 +22,7 @@ def donation_campaigns(request, headers: {})
22
@client.call_adyen_api(@service, action, request, headers, @version)
23
end
24
25
- # Start a transaction for donations
+ # Make a donation
26
def donations(request, headers: {})
27
endpoint = '/donations'.gsub(/{.+?}/, '%s')
28
endpoint = endpoint.gsub(%r{^/}, '')
0 commit comments