Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If a payment_transaction_id is NOT provided, copy it from the subscription_transaction_id if available #14

Open
ideadude opened this issue Jun 5, 2018 · 1 comment

Comments

@ideadude
Copy link
Member

ideadude commented Jun 5, 2018

A customer had an issue where subscriptions were not synced due to the payment_transaction_id being blank. In reality, gateways will link up on the subscription_transaction_id. Making sure the payment id is not blank might help in some cases that check for it.

@kimcoleman
Copy link
Member

We're considering this update but is it really still happening?

This is kind of hacky, and while there is limited downside maybe not needed.

There's a workaround, if you run into this error, you can duplicate the membership_subscription_transaction_id column in your import (with the heading membership_payment_transaction_id).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants