Method: ProcessOut::GatewayRequest#to_s
- Defined in:
- lib/processout/gateway_request.rb
#to_s ⇒ Object
16 17 18 19 20 21 22 23 24 |
# File 'lib/processout/gateway_request.rb', line 16 def to_s "gway_req_" + Base64.strict_encode64(JSON.generate({ gateway_configuration_id: self.gateway_configuration_id, method: self.method, url: self.url, headers: self.headers, body: self.body })) end |