Skip to content

Commit

Permalink
Merge pull request #176 from rudderlabs/fix.stripe-customer-balance-t…
Browse files Browse the repository at this point in the history
…ransactions

fix.stripe-customer-balance-transactions (ETL-261)
  • Loading branch information
nidhilashkari17 committed Jan 25, 2024
2 parents 233e47a + 26d028a commit 65ae6af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class CustomerBalanceTransactions(BasePaginationStripeStream):
name = "customer_balance_transactions"

def path(self, stream_slice: Mapping[str, Any] = None, **kwargs):
return f"customers/{stream_slice['id']}/balance_transactions"
return f"customers/{stream_slice['record_id']}/balance_transactions"

def stream_slices(
self, *, sync_mode: SyncMode, cursor_field: List[str] = None, stream_state: Mapping[str, Any] = None
Expand Down

0 comments on commit 65ae6af

Please sign in to comment.