Skip to content

Commit

Permalink
change to default transfer on renewal (uselotus#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-escobedo authored Nov 10, 2022
1 parent 1b18cc3 commit 8451069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/integrations/pages/StripeIntegrationView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const StripeIntegrationView: FC = () => {
onClick={() => {
const promise = transferSubscriptionsMutation.mutateAsync({
source: "stripe",
end_now: true,
end_now: false,
});
toast.promise(promise, {
pending: "Transfering Subscriptions From Stripe",
Expand Down

0 comments on commit 8451069

Please sign in to comment.