Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Updated Adyen::SOAP::RecurringService.disable to match WSDL (changelo…
Browse files Browse the repository at this point in the history
…g 2.16)
  • Loading branch information
sborsje committed Jul 21, 2010
1 parent f3b2106 commit 7a7a33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adyen/soap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def list(args = {})
def disable(args = {})
invoke_args = Adyen::SOAP.default_arguments.merge(args)
response = invoke('recurring:disable') do |message|
message.add('recurring:disableRequest') do |req|
message.add('recurring:request') do |req|
req.add('recurring:merchantAccount', invoke_args[:merchant_account])
req.add('recurring:shopperReference', invoke_args[:shopper_reference])
req.add('recurring:recurringDetailReference', invoke_args[:recurring_detail_reference])
Expand Down

0 comments on commit 7a7a33c

Please sign in to comment.