lib/active_merchant/billing/integrations/helper.rb in activemerchant-1.38.1 vs lib/active_merchant/billing/integrations/helper.rb in activemerchant-1.39.0
- old
+ new
@@ -12,10 +12,10 @@
# Useful for things like the PayPal build notation (BN) id fields
class_attribute :application_id
self.application_id = 'ActiveMerchant'
def initialize(order, account, options = {})
- options.assert_valid_keys([:amount, :currency, :test, :credential2, :credential3, :credential4, :country, :account_name, :transaction_type])
+ options.assert_valid_keys([:amount, :currency, :test, :credential2, :credential3, :credential4, :country, :account_name, :transaction_type, :authcode])
@fields = {}
@raw_html_fields = []
@test = options[:test]
self.order = order
self.account = account