lib/active_merchant/billing/gateways/blue_pay.rb in activemerchant-1.60.0 vs lib/active_merchant/billing/gateways/blue_pay.rb in activemerchant-1.61.0

- old
+ new

@@ -41,10 +41,10 @@ 'REB_AMOUNT' => :rebill_amount, 'NEXT_AMOUNT' => :next_amount, 'USUAL_DATE' => :undoc_usual_date, # Not found in the bp20rebadmin API doc. } - self.supported_countries = ['US'] + self.supported_countries = ['US', 'CA'] self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club, :jcb] self.homepage_url = 'http://www.bluepay.com/' self.display_name = 'BluePay' self.money_format = :dollars