We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af3689 commit d15f9e7Copy full SHA for d15f9e7
packages/app/src/app/overmind/namespaces/patron/actions.ts
@@ -24,7 +24,7 @@ export const createSubscriptionClicked: AsyncAction<{
24
state.patron.price,
25
coupon
26
);
27
- effects.notificationToast.error('Thank you very much for your support!');
+ effects.notificationToast.success('Thank you very much for your support!');
28
} catch (error) {
29
if (
30
error.error_code &&
0 commit comments