lib/active_merchant/billing/gateways/komoju.rb in activemerchant-1.83.0 vs lib/active_merchant/billing/gateways/komoju.rb in activemerchant-1.84.0
- old
+ new
@@ -1,10 +1,10 @@
require 'json'
module ActiveMerchant #:nodoc:
module Billing #:nodoc:
class KomojuGateway < Gateway
- self.test_url = 'https://sandbox.komoju.com/api/v1'
+ self.test_url = 'https://komoju.com/api/v1'
self.live_url = 'https://komoju.com/api/v1'
self.supported_countries = ['JP']
self.default_currency = 'JPY'
self.money_format = :cents
self.homepage_url = 'https://www.komoju.com/'