Skip to content

Commit 1f68bd3

Browse files
committed
move refunds to subscriptions
1 parent ca63020 commit 1f68bd3

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

docs/accounts-billing/subscriptions/more-subscription-faqs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1+
---
2+
toc_max_heading_level: 5
3+
sidebar_position: 2
4+
---
25

36
# Other Subscription Questions
47

docs/accounts-billing/refund.md renamed to docs/accounts-billing/subscriptions/refund.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ sidebar_position: 4
88

99

1010
# Refunds
11-
If you're not happy with your FlutterFlow subscription, you can [cancel at any time](subscriptions/subscriptions.md#cancel-my-plan).
11+
If you're not happy with your FlutterFlow subscription, you can [cancel at any time](./subscriptions.md#cancel-my-plan).
1212

1313
However, there are no refunds for cancellation. In the event that the Company suspends or terminates your Account or these Terms, you understand and agree that you shall receive no refund, whether for any unused time on a subscription, any license or subscription fees for any portion of the Service, any content or data associated with your User Account, or for anything else.

docs/accounts-billing/subscriptions/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: subscriptions
33
title: Subscriptions
44
tags: []
55
toc_max_heading_level: 5
6-
sidebar_position: 3
6+
sidebar_position: 0
77
---
88

99

firebase.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2401,7 +2401,7 @@
24012401
{
24022402
"source": "/concepts/custom-code/custom-files",
24032403
"destination": "/concepts/custom-code/configuration-files",
2404-
"type": 301
2404+
"type": 301
24052405
},
24062406
{
24072407
"source": "/marketplace/creators-hub/submit-item-for-reivew",
@@ -2417,6 +2417,11 @@
24172417
"source": "/configuring-cors-for-firebase-storage",
24182418
"destination": "/troubleshooting/firebase/configuring-cors-for-firebase-storage",
24192419
"type": 301
2420+
},
2421+
{
2422+
"source": "/accounts-billing/refunds",
2423+
"destination": "/accounts-billing/subscriptions/refunds",
2424+
"type": 301
24202425
}
24212426
]
24222427
}

0 commit comments

Comments
 (0)