Class: StraightServerKit::Order

Inherits:
BaseModel show all
Defined in:
lib/straight-server-kit/models/order.rb

Defined Under Namespace

Classes: Mapping

Instance Method Summary collapse

Methods inherited from BaseModel

#inspect

Instance Method Details

#pay_pathObject



15
16
17
# File 'lib/straight-server-kit/models/order.rb', line 15

def pay_path
  "/pay/#{payment_id}" if payment_id
end