You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-52Lines changed: 0 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,58 +110,6 @@ page = 1 # Pass in which page of orders you'd like
110
110
Patch::Order.retrieve_orders(page: page)
111
111
```
112
112
113
-
### Estimates
114
-
115
-
Estimates allow API users to get a quote for the cost of compensating a certain amount of CO2. When creating an estimate, an order in the `draft` state will also be created, reserving the allocation of a project for 5 minutes. If you don't place your draft order within those 5 minutes, the order will automatically be cancelled.
page =1# Pass in which page of estimates you'd like
162
-
Patch::Estimate.retrieve_estimates(page: page)
163
-
```
164
-
165
113
### Projects
166
114
167
115
Projects are the ways Patch takes CO2 out of the air. They can represent reforestation, enhanced weathering, direct air carbon capture, etc. When you place an order via Patch, it is allocated to a project.
0 commit comments