Repository URL to install this package:
|
Version:
0.2.8 ▾
|
# frozen_string_literal: true
module Paysimple
class Endpoint
PRODUCTION = 'https://api.paysimple.com'.freeze
SANDBOX = 'https://sandbox-api.paysimple.com'.freeze
end
end