Sha256: 9de1b75687f312da62152c8a794e4645a293de56167b769544144346f5ed9090
Contents?: true
Size: 280 Bytes
Versions: 102
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true module FinApps module REST class OrderNotifications < FinAppsCore::REST::Resources def update(id) not_blank(id, :id) path = "orders/#{ERB::Util.url_encode(id)}/notify" super nil, path end end end end
Version data entries
102 entries across 102 versions & 1 rubygems
Version | Path |
---|---|
finapps-2.3.2 | lib/finapps/rest/order_notifications.rb |
finapps-2.3.1 | lib/finapps/rest/order_notifications.rb |