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
There are two foreign keys in the transactions table for a given merchant account: customer_id and subscription_id.
subscription_id is not currently present in the schema of this tap, but is essential for business logic when reconciling, for example, payment data for multiple subscriptions to a single user, or monthly payments under a single subscription.
A full schema for the transactions table is documented here.
The text was updated successfully, but these errors were encountered:
Hey @briansloane, I took the liberty to do this. I have a PR for this and I tested this and works! Could you apply privileges to me so I can contribute to this repo?
There are two foreign keys in the
transactions
table for a given merchant account:customer_id
andsubscription_id
.subscription_id
is not currently present in the schema of this tap, but is essential for business logic when reconciling, for example, payment data for multiple subscriptions to a single user, or monthly payments under a single subscription.A full schema for the
transactions
table is documented here.The text was updated successfully, but these errors were encountered: