-
Lets say I updated a subscription in the stripe dashboard, but didn't have the webhooks running, so I want to force it to pull changes from stripe, how would I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
excid3
Jun 15, 2023
Replies: 2 comments 6 replies
-
You can use pay/lib/pay/stripe/subscription.rb Line 22 in a6ef45d Pay::Stripe::Subscription.sync("ID") |
Beta Was this translation helpful? Give feedback.
2 replies
-
Its possible sync the payment method too? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pay::Stripe::PaymentMethod.sync(stripe_payment_method_id)