Method: Cardflex::PlanGateway#request

Defined in:
lib/cardflex/plan_gateway.rb

#request(attributes) ⇒ Object



10
11
12
13
# File 'lib/cardflex/plan_gateway.rb', line 10

def request(attributes)
   res = config.http.post(attributes)
  _handle_response(res)
end