You've already forked AstralRinth
forked from didirus/AstralRinth
Allow servers to be unprovisioned without issuing a refund (#3534)
* Allow servers to be unprovisioned without issuing a refund for very specific weird circumstances where a server gets stuck/etc; useful for support * still create a charge * Fix compile
This commit is contained in:
@@ -277,7 +277,7 @@ const refunding = ref(false);
|
||||
const refundModal = ref();
|
||||
const selectedCharge = ref(null);
|
||||
const refundType = ref("full");
|
||||
const refundTypes = ref(["full", "partial"]);
|
||||
const refundTypes = ref(["full", "partial", "none"]);
|
||||
const refundAmount = ref(0);
|
||||
const unprovision = ref(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user