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