Customisation the Subscriptions table #87
Answered
by
willsalasare
DWeb-Hitesh
asked this question in
Q&A
-
Hello all, actually i was using this package with paddle, I want to add some custom fields in the subscriptions table like paddle_subscription_id, i have made changes in the migration, the issue is How to store that custom fields data value in the table with the subscribeTo() method |
Beta Was this translation helpful? Give feedback.
Answered by
willsalasare
Dec 30, 2023
Replies: 1 comment 1 reply
-
You could do it this way $subscription->paddle_subscription_id = xxxxx; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DWeb-Hitesh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could do it this way
$subscription->paddle_subscription_id = xxxxx;
$subscription->save();