Skip to content

Commit d15f9e7

Browse files
committed
Change notification of succesful patron to be success instead of error
1 parent 9af3689 commit d15f9e7

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/overmind/namespaces/patron

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/namespaces/patron/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const createSubscriptionClicked: AsyncAction<{
2424
state.patron.price,
2525
coupon
2626
);
27-
effects.notificationToast.error('Thank you very much for your support!');
27+
effects.notificationToast.success('Thank you very much for your support!');
2828
} catch (error) {
2929
if (
3030
error.error_code &&

0 commit comments

Comments
 (0)