Replies: 1 comment 1 reply
-
What version of Pay are you using? What database & column type? Any other details? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
sorry if it's already been asked, I couldn't find any reference.
I've setup an integration with Stripe, and has worked fine so far in the last 6 months, but a couple of times we've had an issue in the Pay::Subscription model, where the data attribute is not properly serialized as Ruby Hash, it's serialized as String:
This is the check that I ran after:
Reprocessing the attribute and assigning a hash fixes the issue, but I'd like to know if anybody had the same issue before. I think I could try to reproduce it because I have the webhook sent by Stripe.
Beta Was this translation helpful? Give feedback.
All reactions