mirror of
https://github.com/retailcrm/api-client-ruby.git
synced 2025-03-28 02:33:54 +03:00
fix typos
This commit is contained in:
parent
06c5ce871d
commit
2ffec96adb
@ -355,7 +355,7 @@ class Retailcrm
|
||||
# Arguments:
|
||||
# pack (Array)
|
||||
# site (String)
|
||||
def customers_create(pack, site = nil)
|
||||
def packs_create(pack, site = nil)
|
||||
url = "#{@url}orders/packs/create"
|
||||
@params[:pack] = pack.to_json
|
||||
@params[:site] = site
|
||||
@ -429,7 +429,7 @@ class Retailcrm
|
||||
# Arguments:
|
||||
# id (Integer)
|
||||
# site (String)
|
||||
def packs_edit(id, site = nil)
|
||||
def packs_delete(id, site = nil)
|
||||
url = "#{@url}orders/packs/#{id}/delete"
|
||||
@params[:site] = site
|
||||
make_request(url, 'post')
|
||||
|
Loading…
x
Reference in New Issue
Block a user