Class: FinApps::REST::OrderNotifications
- Inherits:
-
FinAppsCore::REST::Resources
- Object
- FinAppsCore::REST::Resources
- FinApps::REST::OrderNotifications
- Defined in:
- lib/finapps/rest/order_notifications.rb
Instance Method Summary collapse
Instance Method Details
#update(id) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/finapps/rest/order_notifications.rb', line 6 def update(id) not_blank(id, :id) path = "orders/#{ERB::Util.url_encode(id)}/notify" super nil, path end |