Sha256: 4c7f48b277992cf4c14d5851ba82c3934edfd98c284d1305511902db5334d187
Contents?: true
Size: 279 Bytes
Versions: 5
Compression:
Stored size: 279 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
5 entries across 5 versions & 1 rubygems