Module: Aurfy

Defined in:
lib/aurfy/client.rb,
lib/aurfy/parser.rb,
lib/aurfy/version.rb,
lib/aurfy/response.rb,
lib/aurfy/configure.rb

Defined Under Namespace

Classes: Client, Configure, Parser, Response

Constant Summary collapse

API_URL =
"https://pgw.aurfy.com/v2/api/purchase/express"
TEST_API_URL =
"http://test-pgw.comconnpay.com/v2/api/purchase/express"
MAJOR =
1
MINOR =
0
PATCH =
0
VERSION =
[MAJOR, MINOR, PATCH].join('.').freeze