Skip to content

Commit

Permalink
small bits added to refund action
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Gradidge authored and Matthew Gradidge committed Oct 28, 2009
1 parent 230d8eb commit 9b0ef4f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -118,6 +118,9 @@ def build_adaptive_refund_details options
x.detailLevel 'ReturnAll'
x.errorLanguage options[:error_language] ||= 'en_US'
end
x.clientDetails do |x|
x.applicationId @config[:appid]
end

end
end
Expand Down

0 comments on commit 9b0ef4f

Please sign in to comment.