Class: StraightServerKit::Order
- Defined in:
- lib/straight-server-kit/models/order.rb
Defined Under Namespace
Classes: Mapping
Instance Method Summary collapse
Methods inherited from BaseModel
Instance Method Details
#pay_path ⇒ Object
15 16 17 |
# File 'lib/straight-server-kit/models/order.rb', line 15 def pay_path "/pay/#{payment_id}" if payment_id end |