Closed vytautas-pranskunas- closed 3 years ago
As mentioned in migration guide there should be initialize method which is equivalent to StripePayments.setStripeAccount(null); which resets account id that payment has been accomplished to.
initialize
StripePayments.setStripeAccount(null);
Please post your migration questions in the discussion tabs.
As mentioned in migration guide there should be
initialize
method which is equivalent toStripePayments.setStripeAccount(null);
which resets account id that payment has been accomplished to.