blob: a4c60509d1cdfdbf97b85eafd6f8f753fc78fcc8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Widget-Form" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form.xsd">
<!-- form whose input filters the FindPaymentGatewayConfig -->
<form name="FindPaymentGatewayConfig" type="single" target="FindPaymentGatewayConfig" header-row-style="header-row" default-table-style="basic-table">
<field name="paymentGatewayConfigId" title="${uiLabelMap.AccountingPaymentGatewayConfigId}"><text-find ignore-case="true"/></field>
<field name="description" title="${uiLabelMap.AccountingPaymentGatewayConfigDescription}"><text-find ignore-case="true"/></field>
<field name="paymentGatewayConfigTypeId" title="${uiLabelMap.AccountingPaymentGatewayConfigTypeId}">
<drop-down allow-empty="true">
<entity-options entity-name="PaymentGatewayConfigType" key-field-name="paymentGatewayConfigTypeId">
<entity-order-by field-name="description"/>
</entity-options>
</drop-down>
</field>
<field name="performSearch"><hidden value="Y"/></field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="ListPaymentGatewayConfig" type="list" list-name="listIt" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="FindPaymentGatewayConfig">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="PaymentGatewayConfig"/>
<field-map field-name="orderBy" value="description"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<auto-fields-entity entity-name="PaymentGatewayConfig" default-field-type="display"/>
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="description" title="${uiLabelMap.AccountingPaymentGatewayConfigDescription}">
<hyperlink description="${description}" target="EditPaymentGatewayConfig?paymentGatewayConfigId=${paymentGatewayConfigId}"/>
</field>
<field name="paymentGatewayConfigTypeId" title="${uiLabelMap.AccountingPaymentGatewayConfigTypeId}">
<display-entity entity-name="PaymentGatewayConfigType" key-field-name="paymentGatewayConfigTypeId"/>
</field>
</form>
<form name="EditPaymentGatewayConfig" type="single" target="UpdatePaymentGatewayConfig" default-map-name="paymentGatewayConfig" header-row-style="header-row" default-table-style="basic-table">
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="description" title="${uiLabelMap.AccountingPaymentGatewayConfigDescription}"><text size="60" maxlength="60"/></field>
<field name="paymentGatewayConfigTypeId" title="${uiLabelMap.AccountingPaymentGatewayConfigTypeId}">
<display-entity entity-name="PaymentGatewayConfigType" key-field-name="paymentGatewayConfigTypeId"/>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="EditPaymentGatewayConfigSagePay" type="single" target="UpdatePaymentGatewayConfigSagePay" default-map-name="paymentGatewaySagePay" header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PaymentGatewaySagePay" default-field-type="edit"/>
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="vendor" title="${uiLabelMap.AccountingSagePayVendor}">
<text size="60" maxlength="60"/>
</field>
<field name="productionHost" title="${uiLabelMap.AccountingSagePayProductionHost}">
<text size="100" maxlength="100"/>
</field>
<field name="testingHost" title="${uiLabelMap.AccountingSagePayTestingHost}">
<text size="100" maxlength="100"/>
</field>
<field name="sagePayMode" title="${uiLabelMap.AccountingSagePayMode}">
<drop-down>
<option key="TEST" description="${uiLabelMap.AccountingSagePayTest}"/>
<option key="PRODUCTION" description="${uiLabelMap.AccountingSagePayProduction}"/>
</drop-down>
</field>
<field name="protocolVersion" title="${uiLabelMap.AccountingSagePayProtocolVersion}">
<text size="10" maxlength="10"/>
</field>
<field name="authenticationTransType" title="${uiLabelMap.AccountingSagePayAuthenticationTransType}">
<drop-down>
<option key="PAYMENT" description="${uiLabelMap.CommonPayment}"/>
<option key="AUTHENTICATE" description="${uiLabelMap.CommonAuthenticate}"/>
<option key="DEFERRED" description="${uiLabelMap.CommonDeferred}"/>
</drop-down>
</field>
<field name="authenticationUrl" title="${uiLabelMap.AccountingSagePayAuthenticationUrl}">
<text size="100" maxlength="100"/>
</field>
<field name="authoriseTransType" title="${uiLabelMap.AccountingSagePayAuthorisationTransType}">
<drop-down>
<option key="AUTHORISE" description="${uiLabelMap.CommonAuthorise}"/>
<option key="RELEASE" description="${uiLabelMap.CommonRelease}"/>
</drop-down>
</field>
<field name="authoriseUrl" title="${uiLabelMap.AccountingSagePayAuthorisationUrl}">
<text size="100" maxlength="100"/>
</field>
<field name="releaseTransType" title="${uiLabelMap.AccountingSagePayReleaseTransType}">
<drop-down>
<option key="CANCEL" description="${uiLabelMap.CommonCancel}"/>
<option key="ABORT" description="${uiLabelMap.CommonAbort}"/>
</drop-down>
</field>
<field name="releaseUrl" title="${uiLabelMap.AccountingSagePayReleaseUrl}">
<text size="100" maxlength="100"/>
</field>
<field name="voidUrl" title="${uiLabelMap.AccountingSagePayVoidUrl}">
<text size="100" maxlength="100"/>
</field>
<field name="refundUrl" title="${uiLabelMap.AccountingSagePayRefundUrl}">
<text size="100" maxlength="100"/>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="EditPaymentGatewayConfigAuthorizeNet" type="single" target="UpdatePaymentGatewayConfigAuthorizeNet" default-map-name="paymentGatewayAuthorizeNet" header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PaymentGatewayAuthorizeNet" default-field-type="edit"/>
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="transactionUrl" title="${uiLabelMap.AccountingAuthorizeNetTransactionUrl}">
<text size="60" maxlength="60"/>
</field>
<field name="apiVersion" title="${uiLabelMap.AccountingAuthorizeNetApiVersion}">
<text size="10" maxlength="10"/>
</field>
<field name="delimitedData" title="${uiLabelMap.AccountingAuthorizeNetDelimitedData}">
<drop-down>
<option key="TRUE" description="${uiLabelMap.CommonTrue}"/>
<option key="FALSE" description="${uiLabelMap.CommonFalse}"/>
</drop-down>
</field>
<field name="delimiterChar" title="${uiLabelMap.AccountingAuthorizeNetDelimiterChar}">
<text size="1" maxlength="1"/>
</field>
<field name="method" title="${uiLabelMap.AccountingAuthorizeNetMethod}">
<drop-down>
<option key="CC" description="${uiLabelMap.AccountingAuthorizeNetMethodCC}"/>
</drop-down>
</field>
<field name="emailCustomer" title="${uiLabelMap.AccountingAuthorizeNetEmailCustomer}">
<drop-down>
<option key="TRUE" description="${uiLabelMap.CommonTrue}"/>
<option key="FALSE" description="${uiLabelMap.CommonFalse}"/>
</drop-down>
</field>
<field name="emailMerchant" title="${uiLabelMap.AccountingAuthorizeNetEmailMerchant}">
<drop-down>
<option key="TRUE" description="${uiLabelMap.CommonTrue}"/>
<option key="FALSE" description="${uiLabelMap.CommonFalse}"/>
</drop-down>
</field>
<field name="testMode" title="${uiLabelMap.AccountingAuthorizeNetTestMode}">
<drop-down>
<option key="TRUE" description="${uiLabelMap.CommonTrue}"/>
<option key="FALSE" description="${uiLabelMap.CommonFalse}"/>
</drop-down>
</field>
<field name="relayResponse" title="${uiLabelMap.AccountingAuthorizeNetRelayResponse}">
<drop-down>
<option key="TRUE" description="${uiLabelMap.CommonTrue}"/>
<option key="FALSE" description="${uiLabelMap.CommonFalse}"/>
</drop-down>
</field>
<field name="cpVersion" title="${uiLabelMap.AccountingAuthorizeNetCpVersion}">
<text size="10" maxlength="10"/>
</field>
<field name="cpMarketType" title="${uiLabelMap.AccountingAuthorizeNetCpMarket}">
<text size="10" maxlength="10"/>
</field>
<field name="cpDeviceType" title="${uiLabelMap.AccountingAuthorizeNetCpDevice}">
<text size="10" maxlength="10"/>
</field>
<field name="tranKey" title="${uiLabelMap.AccountingAuthorizeNetTransKey}">
<text size="60" maxlength="60"/>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="EditPaymentGatewayConfigCyberSource" type="single" target="UpdatePaymentGatewayConfigCyberSource" default-map-name="paymentGatewayCyberSource" header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PaymentGatewayCyberSource" default-field-type="edit"/>
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="apiVersion" title="${uiLabelMap.AccountingCyberSourceApiVersion}">
<text size="10" maxlength="10"/>
</field>
<field name="production" title="${uiLabelMap.AccountingCyberSourceProduction}">
<drop-down>
<option key="true" description="${uiLabelMap.CommonTrue}"/>
<option key="false" description="${uiLabelMap.CommonFalse}"/>
</drop-down>
</field>
<field name="keysDir" title="${uiLabelMap.AccountingCyberSourceKeysDir}"><text size="80" maxlength="80"/></field>
<field name="keysFile" title="${uiLabelMap.AccountingCyberSourceKeysFile}"><text size="80" maxlength="80"/></field>
<field name="logEnabled" title="${uiLabelMap.AccountingCyberSourceLogEnable}">
<drop-down>
<option key="true" description="${uiLabelMap.CommonTrue}"/>
<option key="false" description="${uiLabelMap.CommonFalse}"/>
</drop-down>
</field>
<field name="logDir" title="${uiLabelMap.AccountingCyberSourceLogDir}"><text size="80" maxlength="80"/></field>
<field name="logFile" title="${uiLabelMap.AccountingCyberSourceLogFile}"><text size="80" maxlength="80"/></field>
<field name="logSize" title="${uiLabelMap.AccountingCyberSourceLogSize}"><text size="20" maxlength="20"/></field>
<field name="merchantDescr" title="${uiLabelMap.AccountingCyberSourceMerchantDescr}"><text size="80" maxlength="80"/></field>
<field name="merchantContact" title="${uiLabelMap.AccountingCyberSourceMerchantContact}"><text size="80" maxlength="80"/></field>
<field name="autoBill" title="${uiLabelMap.AccountingCyberSourceAutoBill}">
<drop-down>
<option key="true" description="${uiLabelMap.CommonTrue}"/>
<option key="false" description="${uiLabelMap.CommonFalse}"/>
</drop-down>
</field>
<field name="ignoreAvs" title="${uiLabelMap.AccountingCyberSourceIgnoreAvs}">
<drop-down>
<option key="true" description="${uiLabelMap.CommonTrue}"/>
<option key="false" description="${uiLabelMap.CommonFalse}"/>
</drop-down>
</field>
<field name="enableDav" title="${uiLabelMap.AccountingCyberSourceEnableDav}">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="fraudScore" title="${uiLabelMap.AccountingCyberSourceFraudScore}">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="disableBillAvs" title="${uiLabelMap.AccountingCyberSourceDisableBillAvs}">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="avsDeclineCodes" title="${uiLabelMap.AccountingCyberSourceAvsDeclineCodes}"><text size="20" maxlength="20"/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="EditPaymentGatewayConfigPayflowPro" type="single" target="UpdatePaymentGatewayConfigPayflowPro" default-map-name="paymentGatewayPayflowPro" header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PaymentGatewayPayflowPro" default-field-type="edit"/>
<field name="certsPath"><text size="80" maxlength="80"/></field>
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="checkAvs">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="checkCvv2">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="preAuth">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="enableTransmit">
<drop-down>
<option key="true" description="${uiLabelMap.CommonTrue}"/>
<option key="false" description="${uiLabelMap.CommonFalse}"/>
</drop-down>
</field>
<field name="loggingLevel">
<drop-down>
<option key="6" description="${uiLabelMap.AccountingPayflowProLoggingOff}"/>
<option key="5" description="${uiLabelMap.AccountingPayflowProLoggingSeverityFatal}"/>
<option key="4" description="${uiLabelMap.AccountingPayflowProLoggingSeverityError}"/>
<option key="3" description="${uiLabelMap.AccountingPayflowProLoggingSeverityWarn}"/>
<option key="2" description="${uiLabelMap.AccountingPayflowProLoggingSeverityInfo}"/>
<option key="1" description="${uiLabelMap.AccountingPayflowProLoggingSeverityDebug}"/>
</drop-down>
</field>
<field name="maxLogFileSize"><text size="20" maxlength="20"/></field>
<field name="stackTraceOn">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="EditPaymentGatewayConfigClearCommerce" type="single" target="UpdatePaymentGatewayConfigClearCommerce" default-map-name="paymentGatewayClearCommerce" header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PaymentGatewayClearCommerce" default-field-type="edit"/>
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="enableCVM">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="processMode">
<drop-down>
<option key="Y" description="${uiLabelMap.AccountingPaymentGatewayApprove}"/>
<option key="N" description="${uiLabelMap.AccountingPaymentGatewayDecline}"/>
<option key="R" description="${uiLabelMap.AccountingPaymentGatewayRandom}"/>
<option key="P" description="${uiLabelMap.AccountingPaymentGatewayProduction}"/>
</drop-down>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="EditPaymentGatewayConfigEway" type="single" target="UpdatePaymentGatewayConfigEway" default-map-name="paymentGatewayEway" header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PaymentGatewayEway" default-field-type="edit"/>
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="testMode">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="enableBeagle">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="enableCvn">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="EditPaymentGatewayConfigWorldPay" type="single" target="UpdatePaymentGatewayConfigWorldPay" default-map-name="paymentGatewayWorldPay" header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PaymentGatewayWorldPay" default-field-type="edit"/>
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="redirectUrl"><text size="60" maxlength="60"/></field>
<field name="instId" title="${uiLabelMap.AccountingWorldPayInstId}"><text size="10" maxlength="10"/></field>
<field name="authMode" title="${uiLabelMap.AccountingWorldPayAuthMode}">
<drop-down>
<option key="A" description="${uiLabelMap.AccountingWorldPayFullAuth}"/>
<option key="E" description="${uiLabelMap.AccountingWorldPayPreAuth}"/>
</drop-down>
</field>
<field name="fixContact" title="${uiLabelMap.AccountingWorldPayFixContact}">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="hideContact" title="${uiLabelMap.AccountingWorldPayHideContact}">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="hideCurrency" title="${uiLabelMap.AccountingWorldPayHideCurrency}">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="langId" title="${uiLabelMap.AccountingWorldPayLangId}">
<text size="6" maxlength="6"/>
</field>
<field name="noLanguageMenu" title="${uiLabelMap.AccountingWorldPayNoLanguageMenu}">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="withDelivery" title="${uiLabelMap.AccountingWorldPayWithDelivery}">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="testMode" title="${uiLabelMap.AccountingWorldPayTestMode}">
<drop-down>
<option key="100" description="${uiLabelMap.AccountingWorldPayApprove}"/>
<option key="101" description="${uiLabelMap.AccountingWorldPayCancelled}"/>
<option key="0" description="${uiLabelMap.AccountingWorldPayLive}"/>
</drop-down>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="FindPaymentGatewayConfigTypes" type="single" target="FindPaymentGatewayConfigTypes" header-row-style="header-row" default-table-style="basic-table">
<field name="paymentGatewayConfigTypeId" title="${uiLabelMap.AccountingPaymentGatewayConfigTypeId}"><text-find ignore-case="true"/></field>
<field name="description" title="${uiLabelMap.AccountingPaymentGatewayConfigDescription}"><text-find ignore-case="true"/></field>
<field name="performSearch"><hidden value="Y"/></field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="ListPaymentGatewayConfigTypes" type="list" list-name="listIt" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="FindPaymentGatewayConfigTypes">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="PaymentGatewayConfigType"/>
<field-map field-name="orderBy" value="description DESC"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<auto-fields-entity entity-name="PaymentGatewayConfigType" default-field-type="display"/>
<field name="paymentGatewayConfigTypeId"><hidden/></field>
<field name="description" title="${uiLabelMap.AccountingPaymentGatewayConfigTypeDescription}">
<hyperlink description="${description}" target="EditPaymentGatewayConfigType?paymentGatewayConfigTypeId=${paymentGatewayConfigTypeId}"/>
</field>
</form>
<form name="EditPaymentGatewayConfigType" type="single" target="UpdatePaymentGatewayConfigType" default-map-name="paymentGatewayConfigType" header-row-style="header-row" default-table-style="basic-table">
<field name="paymentGatewayConfigTypeId"><hidden/></field>
<field name="description" title="${uiLabelMap.AccountingPaymentGatewayConfigTypeDescription}"><text size="60" maxlength="60"/></field>
<field name="parentTypeId">
<drop-down allow-empty="true">
<entity-options entity-name="PaymentGatewayConfigType" key-field-name="paymentGatewayConfigTypeId">
<entity-constraint name="paymentGatewayConfigTypeId" operator="not-equals" env-name="paymentGatewayConfigTypeId"/>
<entity-order-by field-name="description"/>
</entity-options>
</drop-down>
</field>
<field name="hasTable">
<drop-down>
<option key="Y" description="${uiLabelMap.CommonYes}"/>
<option key="N" description="${uiLabelMap.CommonNo}"/>
</drop-down>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="EditPaymentGatewayConfigPayPal" type="single" target="UpdatePaymentGatewayConfigPayPal" default-map-name="paymentGatewayPayPal" header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PaymentGatewayPayPal" default-field-type="edit"/>
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="EditPaymentGatewayConfigSecurePay" type="single" target="UpdatePaymentGatewayConfigSecurePay" default-map-name="paymentGatewaySecurePay" header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PaymentGatewaySecurePay" default-field-type="edit"/>
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
<form name="EditPaymentGatewayConfigiDEAL" type="single" target="UpdatePaymentGatewayConfigiDEAL" default-map-name="paymentGatewayiDEAL" header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="PaymentGatewayiDEAL" default-field-type="edit"/>
<field name="paymentGatewayConfigId"><hidden/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
</form>
</forms>