lib/active_merchant/billing/gateways/ipp.rb in activemerchant-1.90.0 vs lib/active_merchant/billing/gateways/ipp.rb in activemerchant-1.91.0

- old
+ new

@@ -20,9 +20,10 @@ '14' => STANDARD_ERROR_CODE[:invalid_number], '54' => STANDARD_ERROR_CODE[:expired_card], } def initialize(options={}) + ActiveMerchant.deprecated('IPP gateway is now named Bambora Asia-Pacific') requires!(options, :username, :password) super end def purchase(money, payment, options={})