Skip to content

Commit 0fdc2ef

Browse files
committed
removed duplicate customer in README
1 parent 9f30ad4 commit 0fdc2ef

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.rst

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -276,36 +276,6 @@ Get Info
276276
print(response)
277277
# <class pybutton.Response merchant_id: org-XXXXXXXXXXXXXXX, ...>
278278
279-
Update
280-
''''''
281-
282-
.. code:: python
283-
284-
from pybutton import Client
285-
286-
client = Client('sk-XXX')
287-
288-
response = client.orders.update('btnorder-XXX', {
289-
'total': 60,
290-
})
291-
292-
print(response)
293-
# <class pybutton.Response total: 60, currency: 'USD', ...>
294-
295-
Delete
296-
''''''
297-
298-
.. code:: python
299-
300-
from pybutton import Client
301-
302-
client = Client('sk-XXX')
303-
304-
response = client.orders.delete('btnorder-XXX')
305-
306-
print(response)
307-
# <class pybutton.Response >
308-
309279
Customers
310280
~~~~~~~~~
311281

0 commit comments

Comments
 (0)