String GET_NEW_PAYMENT_ID(String oldId) { if(dataPaymentMethods[oldId] != null) return oldId; return dataPaymentMethodsOld[oldId] ?? oldId; }