Skip to content

Commit

Permalink
check it out
Browse files Browse the repository at this point in the history
  • Loading branch information
Tania Sabzizar committed Nov 13, 2024
1 parent a1d5115 commit 7514ab9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion models/legacy/customer_orders.sql
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ on orders.user_id = customer_order_history.customer_id
left outer join {{ source('stripe', 'payment') }} payments
on orders.id = payments.orderid

where payments.status != 'fail'
where payments.status != 'fail'

-- tots

0 comments on commit 7514ab9

Please sign in to comment.