Refactor GPC plus flow to page recharge
This commit is contained in:
@@ -204,6 +204,7 @@ const selectCfDomain = { value: 'example.com' };
|
||||
const selectTempEmailDomain = { value: 'mail.example.com' };
|
||||
const selectPanelMode = { value: 'cpa' };
|
||||
function getSelectedPlusPaymentMethod() { return 'paypal'; }
|
||||
function normalizeGpcCardKeyInput(value = '') { return String(value || '').trim().toUpperCase(); }
|
||||
const inputVpsUrl = { value: 'https://panel.example.com' };
|
||||
const inputVpsPassword = { value: 'panel-secret' };
|
||||
const inputSub2ApiUrl = { value: 'https://sub.example.com' };
|
||||
|
||||
Reference in New Issue
Block a user