lib/active_merchant/billing/integrations/helper.rb in jelaniharris-activemerchant-1.24.1 vs lib/active_merchant/billing/integrations/helper.rb in jelaniharris-activemerchant-1.29.1
- old
+ new
@@ -69,9 +69,13 @@
def test?
@test_mode ||= ActiveMerchant::Billing::Base.integration_mode == :test || @test
end
+ def form_method
+ "POST"
+ end
+
private
def add_address(key, params)
return if mappings[key].nil?