module PayboxApi
Constants
- VERSION
Public Class Methods
init_client(**config)
click to toggle source
# File lib/paybox_api.rb, line 7 def init_client(**config) unless config[:version] V4::Client.new merchant_id: config[:merchant_id], secret_key: config[:secret_key] end end