Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Adyen helper initializes @raw_html_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Narnach committed Mar 30, 2012
1 parent 42aa5c2 commit 784c293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/active_merchant/billing/integrations/adyen/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def initialize(order, account, options = {})
# Do NOT call super. Super's options are too limited for Adyen
options.assert_valid_keys([:amount, :currency, :test] + SIGNATURE_FIELDS)
@fields = {}
@raw_html_fields = []
self.order = order
self.account = account
options.each do |k, v|
Expand Down

0 comments on commit 784c293

Please sign in to comment.