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
With merging #82 we have some new deprecation warnings to fix. Once those are fixed we can get ready for a version bump. Instead of calling setAppInfo we should just pass those values to the Stripe configuration like it is suggesting. The warning is shown below:
(node:17938) Stripe: `setAppInfo` is deprecated. Use the `appInfo` config option instead.
The text was updated successfully, but these errors were encountered:
Features:
With merging #82 we have some new deprecation warnings to fix. Once those are fixed we can get ready for a version bump. Instead of calling
setAppInfo
we should just pass those values to the Stripe configuration like it is suggesting. The warning is shown below:The text was updated successfully, but these errors were encountered: