Skip to content

Commit

Permalink
Changes Checkout Streams to Checkout Sessions (#17796)
Browse files Browse the repository at this point in the history
I noticed a discrepancy in title of the "Checkout Streams" and "Checkout Streams Line Items" where the actual name of the streams are "Checkout Sessions" and "Checkout Sessions Line Items"
  • Loading branch information
tybernstein authored Oct 12, 2022
1 parent e0db09b commit de8895b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/sources/stripe.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ The Stripe source connector supports the following streams:
- [Bank accounts](https://stripe.com/docs/api/customer_bank_accounts/list)
- [Charges](https://stripe.com/docs/api/charges/list) \(Incremental\)
- The `amount` column defaults to the smallest currency unit. (See [charge object](https://stripe.com/docs/api/charges/object) for more details)
- [Checkout Streams](https://stripe.com/docs/api/checkout/sessions/list)
- [Checkout Streams Line Items](https://stripe.com/docs/api/checkout/sessions/line_items)
- [Checkout Sessions](https://stripe.com/docs/api/checkout/sessions/list)
- [Checkout Sessions Line Items](https://stripe.com/docs/api/checkout/sessions/line_items)
- [Coupons](https://stripe.com/docs/api/coupons/list) \(Incremental\)
- [Customer Balance Transactions](https://stripe.com/docs/api/customer_balance_transactions/list)
- [Customers](https://stripe.com/docs/api/customers/list) \(Incremental\)
Expand Down

0 comments on commit de8895b

Please sign in to comment.