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 97d0ffb commit 91ad231Copy full SHA for 91ad231
README.md
@@ -56,7 +56,7 @@ In Patch, orders represent a purchase of carbon offsets or negative emissions by
56
const mass = 1000000 // Pass in the mass in grams (i.e. 1 metric tonne)
57
patch.orders.createOrder({ mass_g: mass })
58
59
-# Retrieve an order
+// Retrieve an order
60
orderId = 'ord_test_1234' // Pass in the order's id
61
patch.orders.retrieveOrder(orderId)
62
0 commit comments