for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
module WePay
class ProductionRequest
include BaseRequest
private
def api_endpoint
::WePay::Client::PRODUCTION_API_ENDPOINT
end
# :nocov:
def ui_endpoint
::WePay::Client::PRODUCTION_UI_ENDPOINT