lib/active_merchant/billing/gateways/sage_pay.rb in activemerchant-1.85.0 vs lib/active_merchant/billing/gateways/sage_pay.rb in activemerchant-1.86.0
- old
+ new
@@ -50,23 +50,23 @@
}
OPTIONAL_REQUEST_FIELDS = {
paypal_callback_url: :PayPalCallbackURL,
basket: :Basket,
- gift_aid_payment: :GiftAidPayment ,
- apply_avscv2: :ApplyAVSCV2 ,
+ gift_aid_payment: :GiftAidPayment,
+ apply_avscv2: :ApplyAVSCV2,
apply_3d_secure: :Apply3DSecure,
account_type: :AccountType,
billing_agreement: :BillingAgreement,
basket_xml: :BasketXML,
customer_xml: :CustomerXML,
surcharge_xml: :SurchargeXML,
vendor_data: :VendorData,
language: :Language,
website: :Website,
- recipient_account_number: :FIRecipientAcctNumber ,
- recipient_surname: :FIRecipientSurname ,
- recipient_postcode: :FIRecipientPostcode ,
+ recipient_account_number: :FIRecipientAcctNumber,
+ recipient_surname: :FIRecipientSurname,
+ recipient_postcode: :FIRecipientPostcode,
recipient_dob: :FIRecipientDoB
}
self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :maestro, :diners_club]
self.supported_countries = ['GB', 'IE']