Remove subscription page and payment info.
This commit is contained in:
parent
712525b8ea
commit
cbb22e2b88
@ -877,29 +877,6 @@ const SCENES = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
Subscription:class{
|
|
||||||
constructor() { }
|
|
||||||
load(data) {
|
|
||||||
if(sessionStorage.getItem("auth") === null) return false;
|
|
||||||
|
|
||||||
UI.mainmenu_account(null, "subscription");
|
|
||||||
|
|
||||||
// Left Buttons
|
|
||||||
let buttons_left = [ ];
|
|
||||||
|
|
||||||
// Right Buttons
|
|
||||||
let buttons_right = [ ];
|
|
||||||
buttons_right.push(UI.button("Cancel", () => { }));
|
|
||||||
|
|
||||||
UI.mainnav(buttons_left, buttons_right);
|
|
||||||
|
|
||||||
// Main Content
|
|
||||||
|
|
||||||
history.pushState(null, "Dzura - About", "/u/" + CONTEXT.Auth.handle);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
Invitations:class{
|
Invitations:class{
|
||||||
constructor() {
|
constructor() {
|
||||||
this.data = null;
|
this.data = null;
|
||||||
|
@ -206,7 +206,6 @@ const UI = {
|
|||||||
// Bottom Buttons
|
// Bottom Buttons
|
||||||
if(CONTEXT.Auth !== null && (handle === null || handle == CONTEXT.Auth.handle)) {
|
if(CONTEXT.Auth !== null && (handle === null || handle == CONTEXT.Auth.handle)) {
|
||||||
buttons_bottom.push(UI.button("Account", () => { SCENE.load(SCENES.Account) }, page == "account"));
|
buttons_bottom.push(UI.button("Account", () => { SCENE.load(SCENES.Account) }, page == "account"));
|
||||||
buttons_bottom.push(UI.button("Subscription", () => { SCENE.load(SCENES.Subscription) }, page == "subscription"));
|
|
||||||
buttons_bottom.push(UI.button("Invitations", () => { SCENE.load(SCENES.Invitations) }, page == "invitations"));
|
buttons_bottom.push(UI.button("Invitations", () => { SCENE.load(SCENES.Invitations) }, page == "invitations"));
|
||||||
}
|
}
|
||||||
buttons_bottom.push(UI.button(LANG("back"), () => { SCENE.load(SCENES.Browse); }));
|
buttons_bottom.push(UI.button(LANG("back"), () => { SCENE.load(SCENES.Browse); }));
|
||||||
|
@ -16,49 +16,3 @@ Dzura is a work of [Project Kirisame](https://kirisame.com).
|
|||||||
This website does not collect any information beyond that used to implement user accounts and gameplay.
|
This website does not collect any information beyond that used to implement user accounts and gameplay.
|
||||||
|
|
||||||
Information is not provided to third parties except in serving the application to clients.
|
Information is not provided to third parties except in serving the application to clients.
|
||||||
|
|
||||||
|
|
||||||
# Payment Policy
|
|
||||||
|
|
||||||
### Subscription
|
|
||||||
|
|
||||||
Dzura's core monetization is a modest subscription for access to extra content, including additional reactions, custom games, and media.
|
|
||||||
|
|
||||||
The exact benefits of the subscription may change over time as more content is added.
|
|
||||||
|
|
||||||
|
|
||||||
### Pricing
|
|
||||||
|
|
||||||
Dzura's subscription is offered at:
|
|
||||||
|
|
||||||
- USD $2.00 ($1.00 reduced period)
|
|
||||||
|
|
||||||
|
|
||||||
### Reduced Period
|
|
||||||
|
|
||||||
Subscriptions activated after the 14th day of the month will be offered at reduced price for the period.
|
|
||||||
|
|
||||||
Subscriptions activated after the 21st day will be included with the next month's period at no additional cost.
|
|
||||||
|
|
||||||
|
|
||||||
### Refunds
|
|
||||||
|
|
||||||
Refunds will be automatically accepted up to 3 days after activation of subscription or start of the payment period if the subscription is canceled during that time.
|
|
||||||
|
|
||||||
Refunds or free periods will also be provided at our discretion for any inconveniences to our users.
|
|
||||||
|
|
||||||
|
|
||||||
### Cancellation
|
|
||||||
|
|
||||||
Users may cancel their subscriptions at any time under the Subscription page of Account Management.
|
|
||||||
|
|
||||||
Canceled subscriptions will remain active until the end of the period.
|
|
||||||
|
|
||||||
A canceled subscription may be reinstated until the next payment period.
|
|
||||||
|
|
||||||
If a user is not active for a full payment period, their subscription will be automatically canceled.
|
|
||||||
|
|
||||||
|
|
||||||
### Customer Service
|
|
||||||
|
|
||||||
**Contact:** service@dzura.com
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user