We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f30ad4 commit 0fdc2efCopy full SHA for 0fdc2ef
README.rst
@@ -276,36 +276,6 @@ Get Info
276
print(response)
277
# <class pybutton.Response merchant_id: org-XXXXXXXXXXXXXXX, ...>
278
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
299
300
301
302
303
304
- response = client.orders.delete('btnorder-XXX')
305
306
307
- # <class pybutton.Response >
308
309
Customers
310
~~~~~~~~~
311
0 commit comments