Version Notes
Version 1.2.4
Download this release
Release Info
Developer | DataCash |
Extension | Datacash |
Version | 1.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.2.2 to 1.2.4
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Adminhtml/System/Config/Fieldset/Hint.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Api.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Apiprereg.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Hcc.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Hps.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Iframe.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Placeform.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Iframe/Complete.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Iframe/Start.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Info/Api.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Info/Hcc.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Block/Info/Hps.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Controller/Abstract.php +0 -0
- app/code/community/DataCash/Dpg/Helper/Cdata.php +13 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Helper/Data.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Api/Abstract.php +39 -36
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Api/Direct.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Api/Directprereg.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Api/Hcc.php +37 -31
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Api/Hps.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Code.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Config.php +2 -1
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Datacash/Request.php +11 -11
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Datacash/Response.php +0 -0
- app/code/community/DataCash/Dpg/Model/Datacash/Simplexml/Element.php +21 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Dpg.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Entity/Setup.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Abstract.php +2 -2
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Api.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Apiprereg.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Hcc.php +19 -9
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Hosted/Abstract.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Hosted/Interface.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Hps.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Observer.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Resource/Setup.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Resource/Tokencard.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Resource/Tokencard/Collection.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Service.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Service/Abstract.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Service/Direct.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Service/Directprereg.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Service/Hcc.php +10 -15
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Service/State/Datacash.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Source/Acceptreject.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Source/Authtypes.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Source/GatewayMode.php +2 -1
- app/code/community/DataCash/Dpg/Model/Source/RsgBillingShipping.php +45 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Source/RsgServiceTypes.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Source/Threedstypes.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/Model/Tokencard.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/controllers/HccController.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/controllers/HostedController.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/controllers/HpsController.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/controllers/T3mController.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/etc/config.xml +5 -5
- {datacash/app → app}/code/community/DataCash/Dpg/etc/system.xml +990 -1961
- {datacash/app → app}/code/community/DataCash/Dpg/sql/datacash_dpg_setup/mysql4-install-0.1.0.php +0 -0
- {datacash/app → app}/code/community/DataCash/Dpg/sql/datacash_dpg_setup/mysql4-upgrade-1.0.1-1.1.0.php +0 -0
- {datacash/app → app}/design/frontend/base/default/layout/datacash.xml +0 -0
- {datacash/app → app}/design/frontend/base/default/template/datacash/form/cc.phtml +0 -0
- {datacash/app → app}/design/frontend/base/default/template/datacash/form/cc.phtml.backup +0 -0
- {datacash/app → app}/design/frontend/base/default/template/datacash/form/cc_prereg.phtml +0 -0
- {datacash/app → app}/design/frontend/base/default/template/datacash/hcc/form.phtml +0 -0
- {datacash/app → app}/design/frontend/base/default/template/datacash/hcc/info.phtml +0 -0
- {datacash/app → app}/design/frontend/base/default/template/datacash/hcc/placeform.phtml +0 -0
- {datacash/app → app}/design/frontend/base/default/template/datacash/hps/form.phtml +0 -0
- {datacash/app → app}/design/frontend/base/default/template/datacash/hps/info.phtml +0 -0
- {datacash/app → app}/design/frontend/base/default/template/datacash/iframe/complete.phtml +0 -0
- {datacash/app → app}/design/frontend/base/default/template/datacash/iframe/form.phtml +0 -0
- {datacash/app → app}/design/frontend/base/default/template/datacash/iframe/start.phtml +0 -0
- {datacash/app → app}/etc/modules/DataCash_Payment.xml +0 -0
- {datacash/app → app}/locale/en_GB/DataCash_Dpg.csv +0 -0
- datacash/app/design/adminhtml/default/default/template/datacash/hcc/info.phtml +0 -46
- datacash/app/design/adminhtml/default/default/template/datacash/hps/info.phtml +0 -46
- datacash/app/design/adminhtml/default/default/template/datacash/system/config/fieldset/hint.phtml +0 -38
- package.xml +17 -1
{datacash/app → app}/code/community/DataCash/Dpg/Block/Adminhtml/System/Config/Fieldset/Hint.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Api.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Apiprereg.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Hcc.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Hps.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Iframe.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Block/Form/Placeform.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Block/Iframe/Complete.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Block/Iframe/Start.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Block/Info/Api.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Block/Info/Hcc.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Block/Info/Hps.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Controller/Abstract.php
RENAMED
File without changes
|
app/code/community/DataCash/Dpg/Helper/Cdata.php
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class DataCash_Dpg_Helper_Cdata
|
3 |
+
{
|
4 |
+
private $value = null;
|
5 |
+
public function __construct($value)
|
6 |
+
{
|
7 |
+
$this->value = $value;
|
8 |
+
}
|
9 |
+
public function getValue()
|
10 |
+
{
|
11 |
+
return $this->value;
|
12 |
+
}
|
13 |
+
}
|
{datacash/app → app}/code/community/DataCash/Dpg/Helper/Data.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Api/Abstract.php
RENAMED
@@ -334,13 +334,13 @@ abstract class DataCash_Dpg_Model_Api_Abstract extends Varien_Object
|
|
334 |
$shippingAddress = $quote->getShippingAddress();
|
335 |
|
336 |
$map = array(
|
337 |
-
'first_name' => $shippingAddress->getFirstname(),
|
338 |
-
'surname' => $shippingAddress->getLastname(),
|
339 |
-
'address_line1' => $shippingAddress->getStreet(1),
|
340 |
-
'address_line2' => $shippingAddress->getStreet(2),
|
341 |
-
'city' => $shippingAddress->getCity(),
|
342 |
'state_province' => $shippingAddress->getRegionCode(),
|
343 |
-
'zip_code' => $shippingAddress->getPostcode(),
|
344 |
'country' => $shippingAddress->getCountryId(),
|
345 |
);
|
346 |
|
@@ -371,10 +371,12 @@ abstract class DataCash_Dpg_Model_Api_Abstract extends Varien_Object
|
|
371 |
$value = null;
|
372 |
switch($field) {
|
373 |
case 'product_code':
|
374 |
-
$value = $item->getProduct()->getSku();
|
375 |
break;
|
376 |
case 'product_description':
|
377 |
-
$
|
|
|
|
|
378 |
break;
|
379 |
case 'product_category':
|
380 |
$product = $item->getProduct();
|
@@ -387,7 +389,7 @@ abstract class DataCash_Dpg_Model_Api_Abstract extends Varien_Object
|
|
387 |
foreach ($categoryIds as $categoryId) {
|
388 |
$values[] = Mage::getModel('catalog/category')->load($categoryId)->getName();
|
389 |
}
|
390 |
-
$value = implode(',', $values);
|
391 |
break;
|
392 |
case 'order_quantity':
|
393 |
$value = (int)$item->getQty();
|
@@ -452,46 +454,46 @@ abstract class DataCash_Dpg_Model_Api_Abstract extends Varien_Object
|
|
452 |
'ip_address' => $_SERVER['REMOTE_ADDR'],
|
453 |
);
|
454 |
|
|
|
|
|
|
|
455 |
if (Mage::getSingleton('customer/session')->isLoggedIn()) {
|
456 |
// Customer details
|
457 |
$customer = Mage::getSingleton('customer/session')->getCustomer();
|
458 |
-
$addressId = $customer->getDefaultBilling();
|
459 |
|
460 |
$map = array_merge($map, array(
|
461 |
-
'first_name' => $
|
462 |
-
'surname' => $
|
463 |
'user_id' => $customer->getId(),
|
464 |
'email_address' => $customer->getEmail(),
|
465 |
));
|
466 |
|
467 |
-
if ($
|
468 |
-
$address = Mage::getModel('customer/address')->load($addressId);
|
469 |
$map = array_merge($map, array(
|
470 |
-
'address_line1' => $address->getStreet(1),
|
471 |
-
'address_line2' => $address->getStreet(2),
|
472 |
-
'city' => $address->getCity(),
|
473 |
'state_province' => $address->getRegionCode(),
|
474 |
-
'zip_code' => $address->getPostcode(),
|
475 |
'country' => $address->getCountryId(),
|
476 |
-
'telephone' => $address->getTelephone(),
|
477 |
));
|
478 |
}
|
479 |
} else {
|
480 |
// Guest details
|
481 |
-
$billingAddress = $quote->getBillingAddress();
|
482 |
$map = array_merge($map, array(
|
483 |
-
'email_address' => $
|
484 |
-
'first_name' => $
|
485 |
-
'surname' => $
|
486 |
-
'address_line1' => $
|
487 |
-
'address_line2' => $
|
488 |
-
'city' => $
|
489 |
-
'state_province' => $
|
490 |
-
'zip_code' => $
|
491 |
-
'country' => $
|
492 |
));
|
493 |
}
|
494 |
-
|
495 |
$rsgData = array();
|
496 |
foreach($policy as $field => $is_enabled) {
|
497 |
if (!isset($map[$field]) || $is_enabled != "1") {
|
@@ -499,6 +501,7 @@ abstract class DataCash_Dpg_Model_Api_Abstract extends Varien_Object
|
|
499 |
}
|
500 |
$rsgData[$field] = $map[$field];
|
501 |
}
|
|
|
502 |
$request->setRsgCustomer($rsgData);
|
503 |
}
|
504 |
|
@@ -509,12 +512,12 @@ abstract class DataCash_Dpg_Model_Api_Abstract extends Varien_Object
|
|
509 |
$billingAddress = $quote->getBillingAddress();
|
510 |
|
511 |
$map = array(
|
512 |
-
'name' => "{$billingAddress->getFirstname()} {$billingAddress->getLastname()}",
|
513 |
-
'address_line1' => $billingAddress->getStreet(1),
|
514 |
-
'address_line2' => $billingAddress->getStreet(2),
|
515 |
-
'city' => $billingAddress->getCity(),
|
516 |
'state_province' => $billingAddress->getRegionCode(),
|
517 |
-
'zip_code' => $billingAddress->getPostcode(),
|
518 |
'country' => $billingAddress->getCountryId(),
|
519 |
);
|
520 |
|
@@ -721,7 +724,7 @@ abstract class DataCash_Dpg_Model_Api_Abstract extends Varien_Object
|
|
721 |
public function setRawResponse(Zend_Http_Response $response)
|
722 |
{
|
723 |
$this->_rawResponse = $response;
|
724 |
-
$body = new
|
725 |
$this->getResponse()->addData($body->asArray());
|
726 |
}
|
727 |
|
334 |
$shippingAddress = $quote->getShippingAddress();
|
335 |
|
336 |
$map = array(
|
337 |
+
'first_name' => new DataCash_Dpg_Helper_Cdata($shippingAddress->getFirstname()),
|
338 |
+
'surname' => new DataCash_Dpg_Helper_Cdata($shippingAddress->getLastname()),
|
339 |
+
'address_line1' => new DataCash_Dpg_Helper_Cdata($shippingAddress->getStreet(1)),
|
340 |
+
'address_line2' => new DataCash_Dpg_Helper_Cdata($shippingAddress->getStreet(2)),
|
341 |
+
'city' => new DataCash_Dpg_Helper_Cdata($shippingAddress->getCity()),
|
342 |
'state_province' => $shippingAddress->getRegionCode(),
|
343 |
+
'zip_code' => new DataCash_Dpg_Helper_Cdata($shippingAddress->getPostcode()),
|
344 |
'country' => $shippingAddress->getCountryId(),
|
345 |
);
|
346 |
|
371 |
$value = null;
|
372 |
switch($field) {
|
373 |
case 'product_code':
|
374 |
+
$value = htmlentities($item->getProduct()->getSku());
|
375 |
break;
|
376 |
case 'product_description':
|
377 |
+
$product = $item->getProduct();
|
378 |
+
$desc = substr(strip_tags($product->getName()), 0, 50);
|
379 |
+
$value = new DataCash_Dpg_Helper_Cdata($desc);
|
380 |
break;
|
381 |
case 'product_category':
|
382 |
$product = $item->getProduct();
|
389 |
foreach ($categoryIds as $categoryId) {
|
390 |
$values[] = Mage::getModel('catalog/category')->load($categoryId)->getName();
|
391 |
}
|
392 |
+
$value = new DataCash_Dpg_Helper_Cdata(implode(',', $values));
|
393 |
break;
|
394 |
case 'order_quantity':
|
395 |
$value = (int)$item->getQty();
|
454 |
'ip_address' => $_SERVER['REMOTE_ADDR'],
|
455 |
);
|
456 |
|
457 |
+
$useBillingAddr = Mage::getStoreConfig('payment/datacash_hcc/rsg_data_customer_first_name') == "1" || $quote->isVirtual() ? true : false;
|
458 |
+
$address = $useBillingAddr ? $quote->getBillingAddress() : $quote->getShippingAddress();
|
459 |
+
|
460 |
if (Mage::getSingleton('customer/session')->isLoggedIn()) {
|
461 |
// Customer details
|
462 |
$customer = Mage::getSingleton('customer/session')->getCustomer();
|
|
|
463 |
|
464 |
$map = array_merge($map, array(
|
465 |
+
'first_name' => new DataCash_Dpg_Helper_Cdata($address->getFirstname()),
|
466 |
+
'surname' => new DataCash_Dpg_Helper_Cdata($address->getLastname()),
|
467 |
'user_id' => $customer->getId(),
|
468 |
'email_address' => $customer->getEmail(),
|
469 |
));
|
470 |
|
471 |
+
if ($address->getId()) {
|
|
|
472 |
$map = array_merge($map, array(
|
473 |
+
'address_line1' => new DataCash_Dpg_Helper_Cdata($address->getStreet(1)),
|
474 |
+
'address_line2' => new DataCash_Dpg_Helper_Cdata($address->getStreet(2)),
|
475 |
+
'city' => new DataCash_Dpg_Helper_Cdata($address->getCity()),
|
476 |
'state_province' => $address->getRegionCode(),
|
477 |
+
'zip_code' => new DataCash_Dpg_Helper_Cdata($address->getPostcode()),
|
478 |
'country' => $address->getCountryId(),
|
479 |
+
'telephone' => new DataCash_Dpg_Helper_Cdata($address->getTelephone()),
|
480 |
));
|
481 |
}
|
482 |
} else {
|
483 |
// Guest details
|
|
|
484 |
$map = array_merge($map, array(
|
485 |
+
'email_address' => $address->getEmail(),
|
486 |
+
'first_name' => new DataCash_Dpg_Helper_Cdata($address->getFirstname()),
|
487 |
+
'surname' => new DataCash_Dpg_Helper_Cdata($address->getLastname()),
|
488 |
+
'address_line1' => new DataCash_Dpg_Helper_Cdata($address->getStreet(1)),
|
489 |
+
'address_line2' => new DataCash_Dpg_Helper_Cdata($address->getStreet(2)),
|
490 |
+
'city' => new DataCash_Dpg_Helper_Cdata($address->getCity()),
|
491 |
+
'state_province' => $address->getRegionCode(),
|
492 |
+
'zip_code' => new DataCash_Dpg_Helper_Cdata($address->getPostcode()),
|
493 |
+
'country' => $address->getCountryId(),
|
494 |
));
|
495 |
}
|
496 |
+
|
497 |
$rsgData = array();
|
498 |
foreach($policy as $field => $is_enabled) {
|
499 |
if (!isset($map[$field]) || $is_enabled != "1") {
|
501 |
}
|
502 |
$rsgData[$field] = $map[$field];
|
503 |
}
|
504 |
+
|
505 |
$request->setRsgCustomer($rsgData);
|
506 |
}
|
507 |
|
512 |
$billingAddress = $quote->getBillingAddress();
|
513 |
|
514 |
$map = array(
|
515 |
+
'name' => new DataCash_Dpg_Helper_Cdata("{$billingAddress->getFirstname()} {$billingAddress->getLastname()}"),
|
516 |
+
'address_line1' => new DataCash_Dpg_Helper_Cdata($billingAddress->getStreet(1)),
|
517 |
+
'address_line2' => new DataCash_Dpg_Helper_Cdata($billingAddress->getStreet(2)),
|
518 |
+
'city' => new DataCash_Dpg_Helper_Cdata($billingAddress->getCity()),
|
519 |
'state_province' => $billingAddress->getRegionCode(),
|
520 |
+
'zip_code' => new DataCash_Dpg_Helper_Cdata($billingAddress->getPostcode()),
|
521 |
'country' => $billingAddress->getCountryId(),
|
522 |
);
|
523 |
|
724 |
public function setRawResponse(Zend_Http_Response $response)
|
725 |
{
|
726 |
$this->_rawResponse = $response;
|
727 |
+
$body = new DataCash_Dpg_Model_Datacash_Simplexml_Element($this->_rawResponse->getBody());
|
728 |
$this->getResponse()->addData($body->asArray());
|
729 |
}
|
730 |
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Api/Direct.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Api/Directprereg.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Api/Hcc.php
RENAMED
@@ -57,6 +57,32 @@ class DataCash_Dpg_Model_Api_Hcc extends DataCash_Dpg_Model_Api_Abstract
|
|
57 |
return $this->getToken()->getToken();
|
58 |
}
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
/**
|
61 |
* setUpHccSession
|
62 |
* Prepares request for a Datacash HCC session setup request
|
@@ -80,8 +106,8 @@ class DataCash_Dpg_Model_Api_Hcc extends DataCash_Dpg_Model_Api_Abstract
|
|
80 |
/**
|
81 |
* requestPreAuth
|
82 |
*
|
83 |
-
* @param boolean $addThreeDSecureSection Adds the 3D secure section to the request. It is
|
84 |
-
*
|
85 |
*
|
86 |
* @author Hilary Boyce, Norbert Nagy
|
87 |
*/
|
@@ -116,8 +142,8 @@ class DataCash_Dpg_Model_Api_Hcc extends DataCash_Dpg_Model_Api_Abstract
|
|
116 |
/**
|
117 |
* requestAuth
|
118 |
*
|
119 |
-
* @param boolean $addThreeDSecureSection Adds the 3D secure section to the request. It is
|
120 |
-
*
|
121 |
*
|
122 |
* @author Hilary Boyce, Norbert Nagy
|
123 |
*/
|
@@ -183,31 +209,11 @@ class DataCash_Dpg_Model_Api_Hcc extends DataCash_Dpg_Model_Api_Abstract
|
|
183 |
**/
|
184 |
public function call3DLookup()
|
185 |
{
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
//if ($this->getIsUseCcv()) {
|
194 |
-
$paymentAction = $this->getConfig()->getPaymentAction($this->getMethod());
|
195 |
-
if ($paymentAction == Mage_Payment_Model_Method_Abstract::ACTION_AUTHORIZE) {
|
196 |
-
$this->callPre(self::ADD_THREED_SECURE_SECTION);
|
197 |
-
} elseif ($paymentAction == Mage_Payment_Model_Method_Abstract::ACTION_AUTHORIZE_CAPTURE) {
|
198 |
-
$this->callAuth(self::ADD_THREED_SECURE_SECTION);
|
199 |
-
}
|
200 |
-
/*} else {
|
201 |
-
$request = $this->getRequest()
|
202 |
-
->addTransaction()
|
203 |
-
->addTxnDetails($mpiMerchantReference, $this->getAmount(), $this->getCurrency())
|
204 |
-
->addMpiTxn()
|
205 |
-
->addCardDetails($this->getDataCashCardReference(), 'from_hps', 'MpiTxn');
|
206 |
-
|
207 |
-
$this->_add3DSecure();
|
208 |
-
$this->addFraudScreening();
|
209 |
-
|
210 |
-
$this->call($request);
|
211 |
-
}*/
|
212 |
}
|
213 |
-
}
|
57 |
return $this->getToken()->getToken();
|
58 |
}
|
59 |
|
60 |
+
/**
|
61 |
+
* If configured to include the CV2 information add the data to the request
|
62 |
+
*
|
63 |
+
* @return void
|
64 |
+
* @author Alistair Stead
|
65 |
+
**/
|
66 |
+
protected function _addCv2Avs()
|
67 |
+
{
|
68 |
+
if ($this->getIsUseExtendedCv2()) {
|
69 |
+
$request = $this->getRequest();
|
70 |
+
$billingAddress = $this->getBillingAddress();
|
71 |
+
if (!$billingAddress) {
|
72 |
+
throw new Exception('Billing address must be specified to addCv2Avs');
|
73 |
+
}
|
74 |
+
$request->addCv2Avs(
|
75 |
+
$billingAddress->getStreet(1),
|
76 |
+
$billingAddress->getStreet(2),
|
77 |
+
$billingAddress->getCity(),
|
78 |
+
$billingAddress->getRegionId(),
|
79 |
+
$billingAddress->getPostcode(),
|
80 |
+
$this->getCreditCardCvv2()
|
81 |
+
);
|
82 |
+
$request->addCv2ExtendedPolicy($this->getCv2ExtendedPolicy());
|
83 |
+
}
|
84 |
+
}
|
85 |
+
|
86 |
/**
|
87 |
* setUpHccSession
|
88 |
* Prepares request for a Datacash HCC session setup request
|
106 |
/**
|
107 |
* requestPreAuth
|
108 |
*
|
109 |
+
* @param boolean $addThreeDSecureSection Adds the 3D secure section to the request. It is
|
110 |
+
* required if 3D secure is turned on
|
111 |
*
|
112 |
* @author Hilary Boyce, Norbert Nagy
|
113 |
*/
|
142 |
/**
|
143 |
* requestAuth
|
144 |
*
|
145 |
+
* @param boolean $addThreeDSecureSection Adds the 3D secure section to the request. It is
|
146 |
+
* required if 3D secure is turned on
|
147 |
*
|
148 |
* @author Hilary Boyce, Norbert Nagy
|
149 |
*/
|
209 |
**/
|
210 |
public function call3DLookup()
|
211 |
{
|
212 |
+
$paymentAction = $this->getConfig()->getPaymentAction($this->getMethod());
|
213 |
+
if ($paymentAction == Mage_Payment_Model_Method_Abstract::ACTION_AUTHORIZE) {
|
214 |
+
$this->callPre(self::ADD_THREED_SECURE_SECTION);
|
215 |
+
} elseif ($paymentAction == Mage_Payment_Model_Method_Abstract::ACTION_AUTHORIZE_CAPTURE) {
|
216 |
+
$this->callAuth(self::ADD_THREED_SECURE_SECTION);
|
217 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
}
|
219 |
+
}
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Api/Hps.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Code.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Config.php
RENAMED
@@ -115,7 +115,8 @@ class DataCash_Dpg_Model_Config extends Varien_Object
|
|
115 |
$endpoints = array(
|
116 |
$this->_getStoreSetting($method, 'live_endpoint'),
|
117 |
$this->_getStoreSetting($method, 'testing_endpoint'), // test mode 1
|
118 |
-
$this->_getStoreSetting($method, '
|
|
|
119 |
);
|
120 |
return $endpoints[$option];
|
121 |
}
|
115 |
$endpoints = array(
|
116 |
$this->_getStoreSetting($method, 'live_endpoint'),
|
117 |
$this->_getStoreSetting($method, 'testing_endpoint'), // test mode 1
|
118 |
+
$this->_getStoreSetting($method, 'accreditation_cnp_endpoint'), // test mode 2
|
119 |
+
$this->_getStoreSetting($method, 'accreditation_acq_endpoint'), // test mode 3
|
120 |
);
|
121 |
return $endpoints[$option];
|
122 |
}
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Datacash/Request.php
RENAMED
@@ -33,7 +33,7 @@ class DataCash_Dpg_Model_Datacash_Request extends Varien_Object
|
|
33 |
/**
|
34 |
* Internal member variable that will hold the XML request
|
35 |
*
|
36 |
-
* @var
|
37 |
**/
|
38 |
protected $_request;
|
39 |
|
@@ -43,10 +43,10 @@ class DataCash_Dpg_Model_Datacash_Request extends Varien_Object
|
|
43 |
* @return DataCash_Dpg_Model_DataCash_Request
|
44 |
* @author Alistair Stead
|
45 |
**/
|
46 |
-
public function _construct(
|
47 |
{
|
48 |
if (is_null($xmlElement)) {
|
49 |
-
$xmlElement = new
|
50 |
$xmlElement->addAttribute('version', self::XML_VERSION);
|
51 |
}
|
52 |
$this->_request = $xmlElement;
|
@@ -143,14 +143,14 @@ class DataCash_Dpg_Model_Datacash_Request extends Varien_Object
|
|
143 |
$riskDetails->addChild($key, $data[$key]);
|
144 |
}
|
145 |
}
|
146 |
-
|
147 |
$personalDetails = $customerDetails->addChild("PersonalDetails");
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
$addressDetails = $customerDetails->addChild("AddressDetails");
|
155 |
foreach(array('address_line1', 'address_line2', 'city', 'state_province', 'country', 'zip_code') as $key) {
|
156 |
if (isset($data[$key])) {
|
@@ -913,7 +913,7 @@ class DataCash_Dpg_Model_Datacash_Request extends Varien_Object
|
|
913 |
/**
|
914 |
* Public getter for the internal $_request variable
|
915 |
*
|
916 |
-
* @return
|
917 |
* @author Alistair Stead
|
918 |
**/
|
919 |
public function getRequest()
|
33 |
/**
|
34 |
* Internal member variable that will hold the XML request
|
35 |
*
|
36 |
+
* @var DataCash_Dpg_Model_Datacash_Simplexml_Element
|
37 |
**/
|
38 |
protected $_request;
|
39 |
|
43 |
* @return DataCash_Dpg_Model_DataCash_Request
|
44 |
* @author Alistair Stead
|
45 |
**/
|
46 |
+
public function _construct(DataCash_Dpg_Model_Datacash_Simplexml_Element $xmlElement = null)
|
47 |
{
|
48 |
if (is_null($xmlElement)) {
|
49 |
+
$xmlElement = new DataCash_Dpg_Model_Datacash_Simplexml_Element('<Request></Request>');
|
50 |
$xmlElement->addAttribute('version', self::XML_VERSION);
|
51 |
}
|
52 |
$this->_request = $xmlElement;
|
143 |
$riskDetails->addChild($key, $data[$key]);
|
144 |
}
|
145 |
}
|
146 |
+
|
147 |
$personalDetails = $customerDetails->addChild("PersonalDetails");
|
148 |
+
foreach(array('first_name', 'surname', 'telephone') as $key) {
|
149 |
+
if (isset($data[$key])) {
|
150 |
+
$personalDetails->addChild($key, $data[$key]);
|
151 |
+
}
|
152 |
+
}
|
153 |
+
|
154 |
$addressDetails = $customerDetails->addChild("AddressDetails");
|
155 |
foreach(array('address_line1', 'address_line2', 'city', 'state_province', 'country', 'zip_code') as $key) {
|
156 |
if (isset($data[$key])) {
|
913 |
/**
|
914 |
* Public getter for the internal $_request variable
|
915 |
*
|
916 |
+
* @return DataCash_Dpg_Model_Datacash_Simplexml_Element
|
917 |
* @author Alistair Stead
|
918 |
**/
|
919 |
public function getRequest()
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Datacash/Response.php
RENAMED
File without changes
|
app/code/community/DataCash/Dpg/Model/Datacash/Simplexml/Element.php
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class DataCash_Dpg_Model_Datacash_Simplexml_Element extends Varien_Simplexml_Element
|
3 |
+
{
|
4 |
+
public function addChildWithCDATA($name, $value = NULL) {
|
5 |
+
$newChild = parent::addChild($name);
|
6 |
+
if ($newChild !== NULL) {
|
7 |
+
$node = dom_import_simplexml($newChild);
|
8 |
+
$no = $node->ownerDocument;
|
9 |
+
$node->appendChild($no->createCDATASection($value));
|
10 |
+
}
|
11 |
+
return $newChild;
|
12 |
+
}
|
13 |
+
|
14 |
+
public function addChild($name, $value=null, $namespace=null)
|
15 |
+
{
|
16 |
+
if (gettype($value) == "object" && $value instanceof DataCash_Dpg_Helper_Cdata) {
|
17 |
+
return $this->addChildWithCDATA($name, $value->getValue());
|
18 |
+
}
|
19 |
+
return parent::addChild($name, $value, $namespace);
|
20 |
+
}
|
21 |
+
}
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Dpg.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Entity/Setup.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Abstract.php
RENAMED
@@ -142,8 +142,8 @@ abstract class DataCash_Dpg_Model_Method_Abstract extends Mage_Payment_Model_Met
|
|
142 |
{
|
143 |
$fraudPolicy = array(
|
144 |
'customer' => array(
|
145 |
-
'first_name' =>
|
146 |
-
'surname' =>
|
147 |
'ip_address' => $this->getConfigData('rsg_data_customer_ip_address'),
|
148 |
'email_address' => $this->getConfigData('rsg_data_customer_email_address'),
|
149 |
'user_id' => $this->getConfigData('rsg_data_customer_user_id'),
|
142 |
{
|
143 |
$fraudPolicy = array(
|
144 |
'customer' => array(
|
145 |
+
'first_name' => true, // XXX: this field is always included
|
146 |
+
'surname' => true, // XXX: same as above because one field controls both
|
147 |
'ip_address' => $this->getConfigData('rsg_data_customer_ip_address'),
|
148 |
'email_address' => $this->getConfigData('rsg_data_customer_email_address'),
|
149 |
'user_id' => $this->getConfigData('rsg_data_customer_user_id'),
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Api.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Apiprereg.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Hcc.php
RENAMED
@@ -71,8 +71,7 @@ class DataCash_Dpg_Model_Method_Hcc
|
|
71 |
$this->_api->setMerchantPassword($this->_getApiPassword());
|
72 |
|
73 |
$this->_api->setIsSandboxed($this->getConfig()->isMethodSandboxed($this->getCode()));
|
74 |
-
|
75 |
-
$this->_api->setIsUseCcv($this->hasVerification());
|
76 |
if ($this->hasAdvancedVerification()) {
|
77 |
$this->_api->setIsUseExtendedCv2(true);
|
78 |
$this->_api->setCv2ExtendedPolicy($this->_extendedPolicy());
|
@@ -175,8 +174,7 @@ class DataCash_Dpg_Model_Method_Hcc
|
|
175 |
$this->_api->setUseFraudScreening(true);
|
176 |
$this->_api->setFraudScreeningPolicy($this->_fraudPolicy());
|
177 |
}
|
178 |
-
if ($this->
|
179 |
-
//if both CCV verification and 3D secure check is turned on, we just have to authorize the previous calls
|
180 |
$validator = $this->getCentinelValidator();
|
181 |
$this->_api->call3DAuthorization($validator);
|
182 |
} else {
|
@@ -230,8 +228,8 @@ class DataCash_Dpg_Model_Method_Hcc
|
|
230 |
$this->_api->setFraudScreeningPolicy($this->_fraudPolicy());
|
231 |
}
|
232 |
|
233 |
-
if ($this->
|
234 |
-
//if
|
235 |
$validator = $this->getCentinelValidator();
|
236 |
$this->_api->call3DAuthorization($validator);
|
237 |
} else {
|
@@ -267,8 +265,7 @@ class DataCash_Dpg_Model_Method_Hcc
|
|
267 |
->setCustomApiEndpointUrl($this->getConfigData('centinel_api_url'))
|
268 |
->setCode($this->getCode())
|
269 |
->setStore($this->getStore())
|
270 |
-
->setIsPlaceOrder($this->_isPlaceOrder())
|
271 |
-
->setIsUseCcv($this->hasVerification());
|
272 |
|
273 |
if ($this->hasFraudScreening()) {
|
274 |
$validator->setUseFraudScreening(true);
|
@@ -281,4 +278,17 @@ class DataCash_Dpg_Model_Method_Hcc
|
|
281 |
}
|
282 |
return $validator;
|
283 |
}
|
284 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
$this->_api->setMerchantPassword($this->_getApiPassword());
|
72 |
|
73 |
$this->_api->setIsSandboxed($this->getConfig()->isMethodSandboxed($this->getCode()));
|
74 |
+
|
|
|
75 |
if ($this->hasAdvancedVerification()) {
|
76 |
$this->_api->setIsUseExtendedCv2(true);
|
77 |
$this->_api->setCv2ExtendedPolicy($this->_extendedPolicy());
|
174 |
$this->_api->setUseFraudScreening(true);
|
175 |
$this->_api->setFraudScreeningPolicy($this->_fraudPolicy());
|
176 |
}
|
177 |
+
if ($this->getIsCentinelValidationEnabled()) {
|
|
|
178 |
$validator = $this->getCentinelValidator();
|
179 |
$this->_api->call3DAuthorization($validator);
|
180 |
} else {
|
228 |
$this->_api->setFraudScreeningPolicy($this->_fraudPolicy());
|
229 |
}
|
230 |
|
231 |
+
if ($this->getIsCentinelValidationEnabled()) {
|
232 |
+
// if 3D secure check is turned on, we just have to authorize the previous calls
|
233 |
$validator = $this->getCentinelValidator();
|
234 |
$this->_api->call3DAuthorization($validator);
|
235 |
} else {
|
265 |
->setCustomApiEndpointUrl($this->getConfigData('centinel_api_url'))
|
266 |
->setCode($this->getCode())
|
267 |
->setStore($this->getStore())
|
268 |
+
->setIsPlaceOrder($this->_isPlaceOrder());
|
|
|
269 |
|
270 |
if ($this->hasFraudScreening()) {
|
271 |
$validator->setUseFraudScreening(true);
|
278 |
}
|
279 |
return $validator;
|
280 |
}
|
281 |
+
|
282 |
+
/**
|
283 |
+
* HCC always has CV2 verification
|
284 |
+
*
|
285 |
+
* I've removed any reference in the datacash module to this method, but in case it is called
|
286 |
+
* anywhere else from Magento I've forced it to true
|
287 |
+
*
|
288 |
+
* @return bool
|
289 |
+
*/
|
290 |
+
public function hasVerification()
|
291 |
+
{
|
292 |
+
return true;
|
293 |
+
}
|
294 |
+
}
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Hosted/Abstract.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Hosted/Interface.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Method/Hps.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Observer.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Resource/Setup.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Resource/Tokencard.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Resource/Tokencard/Collection.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Service.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Service/Abstract.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Service/Direct.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Service/Directprereg.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Service/Hcc.php
RENAMED
@@ -68,21 +68,17 @@ class DataCash_Dpg_Model_Service_Hcc extends DataCash_Dpg_Model_Service_Abstract
|
|
68 |
*/
|
69 |
public function authenticate($data)
|
70 |
{
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
if (!$validationState || $data->getTransactionId() != $validationState->getLookupTransactionId()) {
|
76 |
-
throw new Exception('Authentication impossible: transaction id or validation state is wrong.');
|
77 |
-
}
|
78 |
|
79 |
-
|
80 |
-
|
81 |
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
}
|
86 |
}
|
87 |
}
|
88 |
|
@@ -150,8 +146,7 @@ class DataCash_Dpg_Model_Service_Hcc extends DataCash_Dpg_Model_Service_Abstract
|
|
150 |
$api->setOrderNumber($data->getOrderNumber())
|
151 |
->setAmount($data->getAmount())
|
152 |
->setDataCashCardReference($data->getDataCashCardReference())
|
153 |
-
->setCurrency($data->getCurrencyCode())
|
154 |
-
->setIsUseCcv($this->getIsUseCcv());
|
155 |
|
156 |
if ($data->getIsUseExtendedCv2()) {
|
157 |
$api->setIsUseExtendedCv2(true)
|
68 |
*/
|
69 |
public function authenticate($data)
|
70 |
{
|
71 |
+
$validationState = $this->_getValidationState();
|
72 |
+
if (!$validationState || $data->getTransactionId() != $validationState->getLookupTransactionId()) {
|
73 |
+
throw new Exception('Authentication impossible: transaction id or validation state is wrong.');
|
74 |
+
}
|
|
|
|
|
|
|
75 |
|
76 |
+
$result = new Varien_Object();
|
77 |
+
$result->setPaResPayload($data->getPaResPayload());
|
78 |
|
79 |
+
$validationState->setAuthenticateResult($result);
|
80 |
+
if (!$validationState->isAuthenticateSuccessful()) {
|
81 |
+
$this->reset();
|
|
|
82 |
}
|
83 |
}
|
84 |
|
146 |
$api->setOrderNumber($data->getOrderNumber())
|
147 |
->setAmount($data->getAmount())
|
148 |
->setDataCashCardReference($data->getDataCashCardReference())
|
149 |
+
->setCurrency($data->getCurrencyCode());
|
|
|
150 |
|
151 |
if ($data->getIsUseExtendedCv2()) {
|
152 |
$api->setIsUseExtendedCv2(true)
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Service/State/Datacash.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Source/Acceptreject.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Source/Authtypes.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Source/GatewayMode.php
RENAMED
@@ -34,7 +34,8 @@ class DataCash_Dpg_Model_Source_GatewayMode
|
|
34 |
$options = array(
|
35 |
array('value' => 0,'label' => 'Live'),
|
36 |
array('value' => 1,'label' => 'Test'),
|
37 |
-
array('value' => 2,'label' => 'Accreditation'),
|
|
|
38 |
);
|
39 |
return $options;
|
40 |
}
|
34 |
$options = array(
|
35 |
array('value' => 0,'label' => 'Live'),
|
36 |
array('value' => 1,'label' => 'Test'),
|
37 |
+
array('value' => 2,'label' => 'Accreditation (cnp_a)'),
|
38 |
+
array('value' => 3,'label' => 'Accreditation (acq_a)'),
|
39 |
);
|
40 |
return $options;
|
41 |
}
|
app/code/community/DataCash/Dpg/Model/Source/RsgBillingShipping.php
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* DataCash
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to info@datacash.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade this module to newer
|
18 |
+
* versions in the future. If you wish to customize this module for your
|
19 |
+
* needs please refer to http://testserver.datacash.com/software/download.cgi
|
20 |
+
* for more information.
|
21 |
+
*
|
22 |
+
* @author Kristjan Heinaste <kristjan@ontapgroup.com>
|
23 |
+
* @package DataCash
|
24 |
+
**/
|
25 |
+
|
26 |
+
class DataCash_Dpg_Model_Source_RsgBillingShipping
|
27 |
+
{
|
28 |
+
/**
|
29 |
+
* Return a list of available options for 3DS behaviours
|
30 |
+
*
|
31 |
+
* @return array
|
32 |
+
* @author Kristjan Heinaste <kristjan@ontapgroup.com>
|
33 |
+
**/
|
34 |
+
public function toOptionArray()
|
35 |
+
{
|
36 |
+
$options = array(array('value' => 1,
|
37 |
+
'label' => 'Use Billing details'),
|
38 |
+
array('value' => 0,
|
39 |
+
'label' => 'Use Shipping details')
|
40 |
+
);
|
41 |
+
|
42 |
+
|
43 |
+
return $options;
|
44 |
+
}
|
45 |
+
}
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Source/RsgServiceTypes.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Source/Threedstypes.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/Model/Tokencard.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/controllers/HccController.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/controllers/HostedController.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/controllers/HpsController.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/controllers/T3mController.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/etc/config.xml
RENAMED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<DataCash_Dpg>
|
5 |
-
<version>1.2.
|
6 |
</DataCash_Dpg>
|
7 |
</modules>
|
8 |
<global>
|
@@ -138,7 +138,8 @@
|
|
138 |
<title>DataCash :: Hosted Card Capture</title>
|
139 |
<testing_endpoint>https://testserver.datacash.com/Transaction</testing_endpoint>
|
140 |
<live_endpoint>https://mars.transaction.datacash.com/Transaction</live_endpoint>
|
141 |
-
<
|
|
|
142 |
<active>0</active>
|
143 |
<cctypes>AE,VI,MC,SM</cctypes>
|
144 |
<order_status>pending</order_status>
|
@@ -149,7 +150,6 @@
|
|
149 |
<allow_fraud_screening>0</allow_fraud_screening>
|
150 |
<rsg_service_mode>1</rsg_service_mode>
|
151 |
<rsg_data_customer_first_name>1</rsg_data_customer_first_name>
|
152 |
-
<rsg_data_customer_surname>1</rsg_data_customer_surname>
|
153 |
<rsg_data_customer_ip_address>1</rsg_data_customer_ip_address>
|
154 |
<rsg_data_customer_email_address>1</rsg_data_customer_email_address>
|
155 |
<rsg_data_customer_user_id>1</rsg_data_customer_user_id>
|
@@ -189,7 +189,8 @@
|
|
189 |
<title>DataCash :: API</title>
|
190 |
<testing_endpoint>https://testserver.datacash.com/Transaction</testing_endpoint>
|
191 |
<live_endpoint>https://mars.transaction.datacash.com/Transaction</live_endpoint>
|
192 |
-
<
|
|
|
193 |
<active>0</active>
|
194 |
<cctypes>AE,VI,MC,SM</cctypes>
|
195 |
<order_status>pending</order_status>
|
@@ -201,7 +202,6 @@
|
|
201 |
<allow_fraud_screening>0</allow_fraud_screening>
|
202 |
<rsg_service_mode>1</rsg_service_mode>
|
203 |
<rsg_data_customer_first_name>1</rsg_data_customer_first_name>
|
204 |
-
<rsg_data_customer_surname>1</rsg_data_customer_surname>
|
205 |
<rsg_data_customer_ip_address>1</rsg_data_customer_ip_address>
|
206 |
<rsg_data_customer_email_address>1</rsg_data_customer_email_address>
|
207 |
<rsg_data_customer_user_id>1</rsg_data_customer_user_id>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<DataCash_Dpg>
|
5 |
+
<version>1.2.4</version>
|
6 |
</DataCash_Dpg>
|
7 |
</modules>
|
8 |
<global>
|
138 |
<title>DataCash :: Hosted Card Capture</title>
|
139 |
<testing_endpoint>https://testserver.datacash.com/Transaction</testing_endpoint>
|
140 |
<live_endpoint>https://mars.transaction.datacash.com/Transaction</live_endpoint>
|
141 |
+
<accreditation_cnp_endpoint>https://accreditation.datacash.com/Transaction/cnp_a</accreditation_cnp_endpoint>
|
142 |
+
<accreditation_acq_endpoint>https://accreditation.datacash.com/Transaction/acq_a</accreditation_acq_endpoint>
|
143 |
<active>0</active>
|
144 |
<cctypes>AE,VI,MC,SM</cctypes>
|
145 |
<order_status>pending</order_status>
|
150 |
<allow_fraud_screening>0</allow_fraud_screening>
|
151 |
<rsg_service_mode>1</rsg_service_mode>
|
152 |
<rsg_data_customer_first_name>1</rsg_data_customer_first_name>
|
|
|
153 |
<rsg_data_customer_ip_address>1</rsg_data_customer_ip_address>
|
154 |
<rsg_data_customer_email_address>1</rsg_data_customer_email_address>
|
155 |
<rsg_data_customer_user_id>1</rsg_data_customer_user_id>
|
189 |
<title>DataCash :: API</title>
|
190 |
<testing_endpoint>https://testserver.datacash.com/Transaction</testing_endpoint>
|
191 |
<live_endpoint>https://mars.transaction.datacash.com/Transaction</live_endpoint>
|
192 |
+
<accreditation_cnp_endpoint>https://accreditation.datacash.com/Transaction/cnp_a</accreditation_cnp_endpoint>
|
193 |
+
<accreditation_acq_endpoint>https://accreditation.datacash.com/Transaction/acq_a</accreditation_acq_endpoint>
|
194 |
<active>0</active>
|
195 |
<cctypes>AE,VI,MC,SM</cctypes>
|
196 |
<order_status>pending</order_status>
|
202 |
<allow_fraud_screening>0</allow_fraud_screening>
|
203 |
<rsg_service_mode>1</rsg_service_mode>
|
204 |
<rsg_data_customer_first_name>1</rsg_data_customer_first_name>
|
|
|
205 |
<rsg_data_customer_ip_address>1</rsg_data_customer_ip_address>
|
206 |
<rsg_data_customer_email_address>1</rsg_data_customer_email_address>
|
207 |
<rsg_data_customer_user_id>1</rsg_data_customer_user_id>
|
{datacash/app → app}/code/community/DataCash/Dpg/etc/system.xml
RENAMED
@@ -10,11 +10,10 @@
|
|
10 |
<show_in_website>1</show_in_website>
|
11 |
<show_in_store>1</show_in_store>
|
12 |
</datacash_hint>
|
13 |
-
|
14 |
-
|
15 |
-
<label>DataCash :: Hosted Payment Service</label>
|
16 |
<frontend_type>text</frontend_type>
|
17 |
-
<sort_order>
|
18 |
<show_in_default>1</show_in_default>
|
19 |
<show_in_website>1</show_in_website>
|
20 |
<show_in_store>1</show_in_store>
|
@@ -104,7 +103,7 @@
|
|
104 |
<show_in_store>1</show_in_store>
|
105 |
</merchant_id>
|
106 |
<merchant_password translate="label">
|
107 |
-
<label>Merchant
|
108 |
<comment><![CDATA[
|
109 |
Used when posting data from Magento to DataCash. <br/>
|
110 |
Supplied by DataCash when you setup your account. <br/>
|
@@ -120,26 +119,38 @@
|
|
120 |
<page_set_id>
|
121 |
<label>Page Set ID</label>
|
122 |
<comment><![CDATA[
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
<frontend_type>text</frontend_type>
|
127 |
<sort_order>90</sort_order>
|
128 |
<show_in_default>1</show_in_default>
|
129 |
<show_in_website>1</show_in_website>
|
130 |
<show_in_store>1</show_in_store>
|
131 |
</page_set_id>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
<debug translate="label">
|
133 |
<label>Debug</label>
|
134 |
<comment><![CDATA[
|
135 |
-
Enable additional log output for payment processes
|
136 |
]]></comment>
|
137 |
<frontend_type>select</frontend_type>
|
138 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
139 |
<sort_order>100</sort_order>
|
140 |
<show_in_default>1</show_in_default>
|
141 |
<show_in_website>1</show_in_website>
|
142 |
-
<show_in_store>
|
143 |
</debug>
|
144 |
<sandbox translate="label">
|
145 |
<label>Gateway Mode</label>
|
@@ -152,7 +163,7 @@
|
|
152 |
<show_in_default>1</show_in_default>
|
153 |
<show_in_website>1</show_in_website>
|
154 |
<show_in_store>0</show_in_store>
|
155 |
-
</sandbox>
|
156 |
<heading_card_settings translate="label">
|
157 |
<label>Credit Card Settings</label>
|
158 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
@@ -161,15 +172,6 @@
|
|
161 |
<show_in_website>1</show_in_website>
|
162 |
<show_in_store>1</show_in_store>
|
163 |
</heading_card_settings>
|
164 |
-
<useccv translate="label">
|
165 |
-
<label>Request CV2 Card Security Code</label>
|
166 |
-
<frontend_type>select</frontend_type>
|
167 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
168 |
-
<sort_order>140</sort_order>
|
169 |
-
<show_in_default>1</show_in_default>
|
170 |
-
<show_in_website>1</show_in_website>
|
171 |
-
<show_in_store>0</show_in_store>
|
172 |
-
</useccv>
|
173 |
<useccv_advanced translate="label">
|
174 |
<label>Use Extended CV2 Policy</label>
|
175 |
<frontend_type>select</frontend_type>
|
@@ -178,9 +180,6 @@
|
|
178 |
<show_in_default>1</show_in_default>
|
179 |
<show_in_website>1</show_in_website>
|
180 |
<show_in_store>0</show_in_store>
|
181 |
-
<depends>
|
182 |
-
<useccv>1</useccv>
|
183 |
-
</depends>
|
184 |
</useccv_advanced>
|
185 |
<heading_extpol_cv2policy translate="label">
|
186 |
<label>Extended Policy - CV2</label>
|
@@ -403,2574 +402,1604 @@
|
|
403 |
<show_in_website>1</show_in_website>
|
404 |
<show_in_store>1</show_in_store>
|
405 |
</heading_3dsecure>
|
406 |
-
<
|
407 |
<label>3D Secure Card Validation</label>
|
408 |
<frontend_type>select</frontend_type>
|
409 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
410 |
-
<sort_order>
|
411 |
-
<show_in_default>1</show_in_default>
|
412 |
-
<show_in_website>1</show_in_website>
|
413 |
-
<show_in_store>1</show_in_store>
|
414 |
-
</use3DSecure>
|
415 |
-
</fields>
|
416 |
-
</datacash_hps>-->
|
417 |
-
<datacash_hcc translate="label,comment" module="dpg">
|
418 |
-
<label>DataCash :: Hosted Card Capture</label>
|
419 |
-
<frontend_type>text</frontend_type>
|
420 |
-
<sort_order>2000</sort_order>
|
421 |
-
<show_in_default>1</show_in_default>
|
422 |
-
<show_in_website>1</show_in_website>
|
423 |
-
<show_in_store>1</show_in_store>
|
424 |
-
<fields>
|
425 |
-
<active translate="label">
|
426 |
-
<label>Enabled</label>
|
427 |
-
<frontend_type>select</frontend_type>
|
428 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
429 |
-
<sort_order>0</sort_order>
|
430 |
-
<show_in_default>1</show_in_default>
|
431 |
-
<show_in_website>1</show_in_website>
|
432 |
-
<show_in_store>1</show_in_store>
|
433 |
-
</active>
|
434 |
-
<title translate="label">
|
435 |
-
<label>Title</label>
|
436 |
-
<frontend_type>text</frontend_type>
|
437 |
-
<sort_order>10</sort_order>
|
438 |
<show_in_default>1</show_in_default>
|
439 |
<show_in_website>1</show_in_website>
|
440 |
<show_in_store>1</show_in_store>
|
441 |
-
</
|
442 |
-
<
|
443 |
-
<label>
|
444 |
-
<
|
445 |
-
<
|
446 |
-
<sort_order>20</sort_order>
|
447 |
<show_in_default>1</show_in_default>
|
448 |
<show_in_website>1</show_in_website>
|
449 |
<show_in_store>1</show_in_store>
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
<
|
456 |
-
<
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
<frontend_type>select</frontend_type>
|
463 |
-
<source_model>
|
464 |
-
<sort_order>
|
465 |
-
<show_in_default>1</show_in_default>
|
466 |
-
<show_in_website>1</show_in_website>
|
467 |
-
<show_in_store>1</show_in_store>
|
468 |
-
</allowspecific>
|
469 |
-
<sort_order translate="label">
|
470 |
-
<label>Sort Order</label>
|
471 |
-
<frontend_type>text</frontend_type>
|
472 |
-
<sort_order>45</sort_order>
|
473 |
-
<show_in_default>1</show_in_default>
|
474 |
-
<show_in_website>1</show_in_website>
|
475 |
-
<show_in_store>0</show_in_store>
|
476 |
-
</sort_order>
|
477 |
-
<specificcountry translate="label">
|
478 |
-
<label>Countries Payment Applicable From</label>
|
479 |
-
<frontend_type>multiselect</frontend_type>
|
480 |
-
<source_model>adminhtml/system_config_source_country</source_model>
|
481 |
-
<sort_order>50</sort_order>
|
482 |
<show_in_default>1</show_in_default>
|
483 |
<show_in_website>1</show_in_website>
|
484 |
<show_in_store>1</show_in_store>
|
485 |
<depends>
|
486 |
-
<
|
487 |
</depends>
|
488 |
-
</
|
489 |
-
<
|
490 |
-
<label>
|
491 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
492 |
-
<sort_order>60</sort_order>
|
493 |
-
<show_in_default>1</show_in_default>
|
494 |
-
<show_in_website>1</show_in_website>
|
495 |
-
<show_in_store>1</show_in_store>
|
496 |
-
</heading_merchant>
|
497 |
-
<merchant_id>
|
498 |
-
<label>Merchant ID</label>
|
499 |
<comment><![CDATA[
|
500 |
-
|
501 |
-
|
|
|
|
|
502 |
]]></comment>
|
503 |
-
<frontend_type>
|
504 |
-
<
|
|
|
505 |
<show_in_default>1</show_in_default>
|
506 |
<show_in_website>1</show_in_website>
|
507 |
<show_in_store>1</show_in_store>
|
508 |
-
|
509 |
-
|
510 |
-
|
|
|
|
|
|
|
511 |
<comment><![CDATA[
|
512 |
-
|
513 |
-
|
514 |
-
This will be reset every 12 months and will need to be updated.
|
515 |
]]></comment>
|
516 |
-
<frontend_type>
|
517 |
-
<
|
518 |
-
<sort_order>
|
519 |
<show_in_default>1</show_in_default>
|
520 |
<show_in_website>1</show_in_website>
|
521 |
<show_in_store>1</show_in_store>
|
522 |
-
|
523 |
-
|
524 |
-
|
|
|
|
|
|
|
525 |
<comment><![CDATA[
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
<
|
|
|
|
|
531 |
<show_in_default>1</show_in_default>
|
532 |
<show_in_website>1</show_in_website>
|
533 |
<show_in_store>1</show_in_store>
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
<
|
541 |
-
<
|
542 |
-
<sort_order>
|
543 |
<show_in_default>1</show_in_default>
|
544 |
<show_in_website>1</show_in_website>
|
545 |
<show_in_store>0</show_in_store>
|
546 |
-
</
|
547 |
-
<
|
548 |
-
<label>
|
549 |
-
<comment><![CDATA[
|
550 |
-
Enable additional log output for payment processes
|
551 |
-
]]></comment>
|
552 |
<frontend_type>select</frontend_type>
|
553 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
554 |
-
<sort_order>
|
555 |
<show_in_default>1</show_in_default>
|
556 |
<show_in_website>1</show_in_website>
|
557 |
-
<show_in_store>
|
558 |
-
</
|
559 |
-
<
|
560 |
-
<label>
|
561 |
-
<comment><![CDATA[
|
562 |
-
Choose service mode.
|
563 |
-
]]></comment>
|
564 |
<frontend_type>select</frontend_type>
|
565 |
-
<source_model>dpg/
|
566 |
-
<sort_order>
|
567 |
<show_in_default>1</show_in_default>
|
568 |
<show_in_website>1</show_in_website>
|
569 |
<show_in_store>0</show_in_store>
|
570 |
-
|
571 |
-
|
572 |
-
|
|
|
|
|
|
|
|
|
|
|
573 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
574 |
-
<sort_order>
|
575 |
-
<show_in_default>1</show_in_default>
|
576 |
-
<show_in_website>1</show_in_website>
|
577 |
-
<show_in_store>1</show_in_store>
|
578 |
-
</heading_card_settings>
|
579 |
-
<useccv_advanced translate="label">
|
580 |
-
<label>Use Extended CV2 Policy</label>
|
581 |
-
<frontend_type>select</frontend_type>
|
582 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
583 |
-
<sort_order>150</sort_order>
|
584 |
-
<show_in_default>1</show_in_default>
|
585 |
-
<show_in_website>1</show_in_website>
|
586 |
-
<show_in_store>0</show_in_store>
|
587 |
-
</useccv_advanced>
|
588 |
-
<heading_extpol_cv2policy translate="label">
|
589 |
-
<label>Extended Policy - CV2</label>
|
590 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
591 |
-
<sort_order>160</sort_order>
|
592 |
<show_in_default>1</show_in_default>
|
593 |
<show_in_website>1</show_in_website>
|
594 |
<show_in_store>0</show_in_store>
|
595 |
<depends>
|
596 |
-
<
|
597 |
</depends>
|
598 |
-
</
|
599 |
-
<
|
600 |
-
<label>
|
601 |
<frontend_type>select</frontend_type>
|
602 |
-
<source_model>dpg/
|
603 |
-
<sort_order>
|
604 |
<show_in_default>1</show_in_default>
|
605 |
<show_in_website>1</show_in_website>
|
606 |
<show_in_store>0</show_in_store>
|
607 |
<depends>
|
608 |
-
<
|
609 |
</depends>
|
610 |
-
</
|
611 |
-
<
|
612 |
-
<label>
|
613 |
<frontend_type>select</frontend_type>
|
614 |
-
<source_model>
|
615 |
-
<sort_order>
|
616 |
<show_in_default>1</show_in_default>
|
617 |
<show_in_website>1</show_in_website>
|
618 |
<show_in_store>0</show_in_store>
|
619 |
<depends>
|
620 |
-
<
|
621 |
-
</depends>
|
622 |
-
</
|
623 |
-
<
|
624 |
-
<label>
|
625 |
<frontend_type>select</frontend_type>
|
626 |
-
<source_model>
|
627 |
-
<sort_order>
|
628 |
<show_in_default>1</show_in_default>
|
629 |
<show_in_website>1</show_in_website>
|
630 |
<show_in_store>0</show_in_store>
|
631 |
<depends>
|
632 |
-
<
|
633 |
-
</depends>
|
634 |
-
</
|
635 |
-
<
|
636 |
-
<label>
|
637 |
<frontend_type>select</frontend_type>
|
638 |
-
<source_model>
|
639 |
-
<sort_order>
|
640 |
<show_in_default>1</show_in_default>
|
641 |
<show_in_website>1</show_in_website>
|
642 |
<show_in_store>0</show_in_store>
|
643 |
<depends>
|
644 |
-
<
|
645 |
-
</depends>
|
646 |
-
</
|
647 |
-
<
|
648 |
-
<label>
|
649 |
<frontend_type>select</frontend_type>
|
650 |
-
<source_model>
|
651 |
-
<sort_order>
|
652 |
<show_in_default>1</show_in_default>
|
653 |
<show_in_website>1</show_in_website>
|
654 |
<show_in_store>0</show_in_store>
|
655 |
<depends>
|
656 |
-
<
|
657 |
-
</depends>
|
658 |
-
</
|
659 |
-
<
|
660 |
-
<label>
|
661 |
-
<
|
662 |
-
<
|
|
|
663 |
<show_in_default>1</show_in_default>
|
664 |
<show_in_website>1</show_in_website>
|
665 |
<show_in_store>0</show_in_store>
|
666 |
<depends>
|
667 |
-
<
|
668 |
-
</depends>
|
669 |
-
</
|
670 |
-
<
|
671 |
-
<label>
|
672 |
<frontend_type>select</frontend_type>
|
673 |
-
<source_model>
|
674 |
-
<sort_order>
|
675 |
<show_in_default>1</show_in_default>
|
676 |
<show_in_website>1</show_in_website>
|
677 |
<show_in_store>0</show_in_store>
|
678 |
<depends>
|
679 |
-
<
|
680 |
-
</depends>
|
681 |
-
</
|
682 |
-
<
|
683 |
-
<label>
|
684 |
<frontend_type>select</frontend_type>
|
685 |
-
<source_model>
|
686 |
-
<sort_order>
|
687 |
<show_in_default>1</show_in_default>
|
688 |
<show_in_website>1</show_in_website>
|
689 |
<show_in_store>0</show_in_store>
|
690 |
<depends>
|
691 |
-
<
|
692 |
-
</depends>
|
693 |
-
</
|
694 |
-
<
|
695 |
-
<label>
|
696 |
<frontend_type>select</frontend_type>
|
697 |
-
<source_model>
|
698 |
-
<sort_order>
|
699 |
<show_in_default>1</show_in_default>
|
700 |
<show_in_website>1</show_in_website>
|
701 |
<show_in_store>0</show_in_store>
|
702 |
<depends>
|
703 |
-
<
|
704 |
-
</depends>
|
705 |
-
</
|
706 |
-
<
|
707 |
-
<label>
|
708 |
<frontend_type>select</frontend_type>
|
709 |
-
<source_model>
|
710 |
-
<sort_order>
|
711 |
<show_in_default>1</show_in_default>
|
712 |
<show_in_website>1</show_in_website>
|
713 |
<show_in_store>0</show_in_store>
|
714 |
<depends>
|
715 |
-
<
|
716 |
-
</depends>
|
717 |
-
</
|
718 |
-
<
|
719 |
-
<label>
|
720 |
<frontend_type>select</frontend_type>
|
721 |
-
<source_model>
|
722 |
-
<sort_order>
|
723 |
<show_in_default>1</show_in_default>
|
724 |
<show_in_website>1</show_in_website>
|
725 |
<show_in_store>0</show_in_store>
|
726 |
<depends>
|
727 |
-
<
|
728 |
-
</depends>
|
729 |
-
</
|
730 |
-
|
731 |
-
|
|
|
|
|
732 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
733 |
-
<sort_order>
|
734 |
<show_in_default>1</show_in_default>
|
735 |
<show_in_website>1</show_in_website>
|
736 |
<show_in_store>0</show_in_store>
|
737 |
<depends>
|
738 |
-
<
|
739 |
</depends>
|
740 |
-
</
|
741 |
-
<
|
742 |
-
<label>
|
743 |
<frontend_type>select</frontend_type>
|
744 |
-
<source_model>
|
745 |
-
<sort_order>
|
746 |
<show_in_default>1</show_in_default>
|
747 |
<show_in_website>1</show_in_website>
|
748 |
<show_in_store>0</show_in_store>
|
749 |
<depends>
|
750 |
-
<
|
751 |
</depends>
|
752 |
-
</
|
753 |
-
<
|
754 |
-
<label>
|
755 |
<frontend_type>select</frontend_type>
|
756 |
-
<source_model>
|
757 |
-
<sort_order>
|
758 |
<show_in_default>1</show_in_default>
|
759 |
<show_in_website>1</show_in_website>
|
760 |
<show_in_store>0</show_in_store>
|
761 |
<depends>
|
762 |
-
<
|
763 |
</depends>
|
764 |
-
</
|
765 |
-
<
|
766 |
-
<label>
|
767 |
<frontend_type>select</frontend_type>
|
768 |
-
<source_model>
|
769 |
-
<sort_order>
|
770 |
<show_in_default>1</show_in_default>
|
771 |
<show_in_website>1</show_in_website>
|
772 |
<show_in_store>0</show_in_store>
|
773 |
<depends>
|
774 |
-
<
|
775 |
-
</depends>
|
776 |
-
</
|
777 |
-
<
|
778 |
-
<label>
|
779 |
<frontend_type>select</frontend_type>
|
780 |
-
<source_model>
|
781 |
-
<sort_order>
|
782 |
<show_in_default>1</show_in_default>
|
783 |
<show_in_website>1</show_in_website>
|
784 |
<show_in_store>0</show_in_store>
|
785 |
<depends>
|
786 |
-
<
|
787 |
-
</depends>
|
788 |
-
</
|
789 |
-
<
|
790 |
-
<label>
|
791 |
<frontend_type>select</frontend_type>
|
792 |
-
<source_model>
|
793 |
-
<sort_order>
|
794 |
<show_in_default>1</show_in_default>
|
795 |
<show_in_website>1</show_in_website>
|
796 |
<show_in_store>0</show_in_store>
|
797 |
<depends>
|
798 |
-
<
|
799 |
-
</depends>
|
800 |
-
</
|
801 |
-
<
|
802 |
-
<label>
|
803 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
804 |
-
<sort_order>400</sort_order>
|
805 |
-
<show_in_default>1</show_in_default>
|
806 |
-
<show_in_website>1</show_in_website>
|
807 |
-
<show_in_store>1</show_in_store>
|
808 |
-
</heading_3dsecure>
|
809 |
-
<centinel translate="label">
|
810 |
-
<label>3D Secure Card Validation</label>
|
811 |
<frontend_type>select</frontend_type>
|
812 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
813 |
-
<sort_order>
|
814 |
<show_in_default>1</show_in_default>
|
815 |
<show_in_website>1</show_in_website>
|
816 |
-
<show_in_store>
|
817 |
-
</centinel>
|
818 |
-
<heading_3dsecure_behaviours translate="label">
|
819 |
-
<label>3-D Secure Behaviours</label>
|
820 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
821 |
-
<sort_order>420</sort_order>
|
822 |
-
<show_in_default>1</show_in_default>
|
823 |
-
<show_in_website>1</show_in_website>
|
824 |
-
<show_in_store>1</show_in_store>
|
825 |
-
<depends>
|
826 |
-
<centinel>1</centinel>
|
827 |
-
</depends>
|
828 |
-
</heading_3dsecure_behaviours>
|
829 |
-
<threedsecure_behaviour_159 translate="label">
|
830 |
-
<label>DPG Response 159 - No VERes from DS</label>
|
831 |
-
<comment><![CDATA[
|
832 |
-
If DataCash does not receive a response from the <br />
|
833 |
-
Directory Service, the card cannot be validated as <br />
|
834 |
-
participating in 3-D Secure. In these circumstances <br />
|
835 |
-
please choose how you would like to continue.
|
836 |
-
]]></comment>
|
837 |
-
<frontend_type>select</frontend_type>
|
838 |
-
<source_model>dpg/source_threedstypes</source_model>
|
839 |
-
<sort_order>430</sort_order>
|
840 |
-
<show_in_default>1</show_in_default>
|
841 |
-
<show_in_website>1</show_in_website>
|
842 |
-
<show_in_store>1</show_in_store>
|
843 |
<depends>
|
844 |
-
<
|
845 |
-
</depends>
|
846 |
-
</
|
847 |
-
<
|
848 |
-
<label>
|
849 |
-
<comment><![CDATA[
|
850 |
-
If DataCash does receive a response from the Directory Service <br />
|
851 |
-
but it is invalid, it is not possible to ascertain if the <br />
|
852 |
-
card is participating in 3-D Secure. In these circumstances <br />
|
853 |
-
please choose how you would like to continue.
|
854 |
-
]]></comment>
|
855 |
<frontend_type>select</frontend_type>
|
856 |
-
<source_model>
|
857 |
-
<sort_order>
|
858 |
<show_in_default>1</show_in_default>
|
859 |
<show_in_website>1</show_in_website>
|
860 |
-
<show_in_store>
|
861 |
<depends>
|
862 |
-
<
|
863 |
-
</depends>
|
864 |
-
</
|
865 |
-
<
|
866 |
-
<label>
|
867 |
-
<comment><![CDATA[
|
868 |
-
Card is not in cache so no 3-D Secure Enrollment Check Request is submitted. <br />
|
869 |
-
In these circumstances please choose how you would like to continue.
|
870 |
-
]]></comment>
|
871 |
<frontend_type>select</frontend_type>
|
872 |
-
<source_model>
|
873 |
-
<sort_order>
|
874 |
<show_in_default>1</show_in_default>
|
875 |
<show_in_website>1</show_in_website>
|
876 |
-
<show_in_store>
|
877 |
<depends>
|
878 |
-
<
|
879 |
-
</depends>
|
880 |
-
</
|
881 |
-
<
|
882 |
-
<label>
|
883 |
-
<comment><![CDATA[
|
884 |
-
If DataCash is not able to communicate with the Directory Service <br />
|
885 |
-
there is no way of establishing if the card is participating in 3-D Secure. <br />
|
886 |
-
In these circumstances please choose how you would like to continue.
|
887 |
-
]]></comment>
|
888 |
<frontend_type>select</frontend_type>
|
889 |
-
<source_model>
|
890 |
-
<sort_order>
|
891 |
<show_in_default>1</show_in_default>
|
892 |
<show_in_website>1</show_in_website>
|
893 |
-
<show_in_store>
|
894 |
<depends>
|
895 |
-
<
|
896 |
-
</depends>
|
897 |
-
</
|
898 |
|
899 |
-
|
900 |
-
|
|
|
901 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
902 |
-
<sort_order>
|
903 |
<show_in_default>1</show_in_default>
|
904 |
<show_in_website>1</show_in_website>
|
905 |
<show_in_store>0</show_in_store>
|
906 |
-
|
907 |
-
|
908 |
-
|
|
|
|
|
|
|
909 |
<frontend_type>select</frontend_type>
|
910 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
911 |
-
<sort_order>
|
912 |
<show_in_default>1</show_in_default>
|
913 |
<show_in_website>1</show_in_website>
|
914 |
<show_in_store>0</show_in_store>
|
915 |
-
|
916 |
-
|
917 |
-
|
|
|
|
|
|
|
918 |
<frontend_type>select</frontend_type>
|
919 |
-
<source_model>
|
920 |
-
<sort_order>
|
921 |
<show_in_default>1</show_in_default>
|
922 |
<show_in_website>1</show_in_website>
|
923 |
<show_in_store>0</show_in_store>
|
924 |
<depends>
|
925 |
<allow_fraud_screening>1</allow_fraud_screening>
|
926 |
</depends>
|
927 |
-
</
|
928 |
|
929 |
-
<!--
|
930 |
-
<
|
931 |
-
<label>
|
932 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
933 |
-
<sort_order>
|
934 |
<show_in_default>1</show_in_default>
|
935 |
<show_in_website>1</show_in_website>
|
936 |
<show_in_store>0</show_in_store>
|
937 |
<depends>
|
938 |
<allow_fraud_screening>1</allow_fraud_screening>
|
939 |
</depends>
|
940 |
-
</
|
941 |
-
<
|
942 |
-
<label>
|
943 |
<frontend_type>select</frontend_type>
|
944 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
945 |
-
<sort_order>
|
946 |
<show_in_default>1</show_in_default>
|
947 |
<show_in_website>1</show_in_website>
|
948 |
<show_in_store>0</show_in_store>
|
949 |
<depends>
|
950 |
<allow_fraud_screening>1</allow_fraud_screening>
|
951 |
</depends>
|
952 |
-
</
|
953 |
-
<
|
954 |
-
<label>
|
955 |
<frontend_type>select</frontend_type>
|
956 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
957 |
-
<sort_order>
|
958 |
<show_in_default>1</show_in_default>
|
959 |
<show_in_website>1</show_in_website>
|
960 |
<show_in_store>0</show_in_store>
|
961 |
<depends>
|
962 |
<allow_fraud_screening>1</allow_fraud_screening>
|
963 |
</depends>
|
964 |
-
</
|
965 |
-
<
|
966 |
-
<label>
|
967 |
<frontend_type>select</frontend_type>
|
968 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
969 |
-
<sort_order>
|
970 |
<show_in_default>1</show_in_default>
|
971 |
<show_in_website>1</show_in_website>
|
972 |
<show_in_store>0</show_in_store>
|
973 |
<depends>
|
974 |
<allow_fraud_screening>1</allow_fraud_screening>
|
975 |
-
</depends>
|
976 |
-
</
|
977 |
-
<
|
978 |
-
<label>
|
979 |
<frontend_type>select</frontend_type>
|
980 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
981 |
-
<sort_order>
|
982 |
<show_in_default>1</show_in_default>
|
983 |
<show_in_website>1</show_in_website>
|
984 |
<show_in_store>0</show_in_store>
|
985 |
<depends>
|
986 |
<allow_fraud_screening>1</allow_fraud_screening>
|
987 |
-
</depends>
|
988 |
-
</
|
989 |
-
<
|
990 |
-
<label>
|
991 |
<frontend_type>select</frontend_type>
|
992 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
993 |
-
<sort_order>
|
994 |
<show_in_default>1</show_in_default>
|
995 |
<show_in_website>1</show_in_website>
|
996 |
<show_in_store>0</show_in_store>
|
997 |
<depends>
|
998 |
<allow_fraud_screening>1</allow_fraud_screening>
|
999 |
-
</depends>
|
1000 |
-
</
|
1001 |
-
|
1002 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1003 |
<frontend_type>select</frontend_type>
|
1004 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1005 |
-
<sort_order>
|
1006 |
<show_in_default>1</show_in_default>
|
1007 |
<show_in_website>1</show_in_website>
|
1008 |
<show_in_store>0</show_in_store>
|
1009 |
<depends>
|
1010 |
<allow_fraud_screening>1</allow_fraud_screening>
|
1011 |
-
</depends>
|
1012 |
-
</
|
1013 |
-
<
|
1014 |
<label>Address line 1</label>
|
1015 |
<frontend_type>select</frontend_type>
|
1016 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1017 |
-
<sort_order>
|
1018 |
<show_in_default>1</show_in_default>
|
1019 |
<show_in_website>1</show_in_website>
|
1020 |
<show_in_store>0</show_in_store>
|
1021 |
<depends>
|
1022 |
<allow_fraud_screening>1</allow_fraud_screening>
|
1023 |
</depends>
|
1024 |
-
</
|
1025 |
-
<
|
1026 |
<label>Address line 2</label>
|
1027 |
<frontend_type>select</frontend_type>
|
1028 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1029 |
-
<sort_order>
|
1030 |
<show_in_default>1</show_in_default>
|
1031 |
<show_in_website>1</show_in_website>
|
1032 |
<show_in_store>0</show_in_store>
|
1033 |
<depends>
|
1034 |
<allow_fraud_screening>1</allow_fraud_screening>
|
1035 |
</depends>
|
1036 |
-
</
|
1037 |
-
<
|
1038 |
<label>City</label>
|
1039 |
<frontend_type>select</frontend_type>
|
1040 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1041 |
-
<sort_order>
|
1042 |
<show_in_default>1</show_in_default>
|
1043 |
<show_in_website>1</show_in_website>
|
1044 |
<show_in_store>0</show_in_store>
|
1045 |
<depends>
|
1046 |
<allow_fraud_screening>1</allow_fraud_screening>
|
1047 |
</depends>
|
1048 |
-
</
|
1049 |
-
<
|
1050 |
<label>State/Province</label>
|
1051 |
<frontend_type>select</frontend_type>
|
1052 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1053 |
-
<sort_order>
|
1054 |
<show_in_default>1</show_in_default>
|
1055 |
<show_in_website>1</show_in_website>
|
1056 |
<show_in_store>0</show_in_store>
|
1057 |
<depends>
|
1058 |
<allow_fraud_screening>1</allow_fraud_screening>
|
1059 |
</depends>
|
1060 |
-
</
|
1061 |
-
<
|
1062 |
<label>Country</label>
|
1063 |
<frontend_type>select</frontend_type>
|
1064 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1065 |
-
<sort_order>
|
1066 |
<show_in_default>1</show_in_default>
|
1067 |
<show_in_website>1</show_in_website>
|
1068 |
<show_in_store>0</show_in_store>
|
1069 |
<depends>
|
1070 |
<allow_fraud_screening>1</allow_fraud_screening>
|
1071 |
</depends>
|
1072 |
-
</
|
1073 |
-
<
|
1074 |
<label>Zip code</label>
|
1075 |
<frontend_type>select</frontend_type>
|
1076 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1077 |
-
<sort_order>
|
1078 |
<show_in_default>1</show_in_default>
|
1079 |
<show_in_website>1</show_in_website>
|
1080 |
<show_in_store>0</show_in_store>
|
1081 |
<depends>
|
1082 |
<allow_fraud_screening>1</allow_fraud_screening>
|
1083 |
</depends>
|
1084 |
-
</
|
1085 |
-
|
1086 |
-
|
1087 |
-
|
1088 |
-
|
1089 |
-
|
1090 |
-
|
1091 |
-
|
1092 |
-
|
1093 |
-
|
1094 |
-
|
1095 |
-
|
1096 |
-
</
|
1097 |
-
|
1098 |
-
|
1099 |
-
<
|
1100 |
-
<frontend_type>select</frontend_type>
|
1101 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1102 |
-
<sort_order>650</sort_order>
|
1103 |
<show_in_default>1</show_in_default>
|
1104 |
<show_in_website>1</show_in_website>
|
1105 |
-
<show_in_store>
|
1106 |
-
|
1107 |
-
|
1108 |
-
</
|
1109 |
-
|
1110 |
-
|
1111 |
-
<
|
|
|
|
|
|
|
|
|
|
|
1112 |
<frontend_type>select</frontend_type>
|
1113 |
-
<source_model>adminhtml/
|
1114 |
-
<sort_order>
|
1115 |
<show_in_default>1</show_in_default>
|
1116 |
<show_in_website>1</show_in_website>
|
1117 |
-
<show_in_store>
|
1118 |
-
|
1119 |
-
|
1120 |
-
</
|
1121 |
-
</rsg_data_shipping_surname>
|
1122 |
-
<rsg_data_shipping_address_line1>
|
1123 |
-
<label>Address line 1</label>
|
1124 |
<frontend_type>select</frontend_type>
|
1125 |
-
<source_model>
|
1126 |
-
<sort_order>
|
1127 |
<show_in_default>1</show_in_default>
|
1128 |
<show_in_website>1</show_in_website>
|
1129 |
<show_in_store>0</show_in_store>
|
1130 |
-
|
1131 |
-
|
1132 |
-
</
|
1133 |
-
</rsg_data_shipping_address_line1>
|
1134 |
-
<rsg_data_shipping_address_line2>
|
1135 |
-
<label>Address line 2</label>
|
1136 |
<frontend_type>select</frontend_type>
|
1137 |
-
<source_model>adminhtml/
|
1138 |
-
<sort_order>
|
1139 |
<show_in_default>1</show_in_default>
|
1140 |
<show_in_website>1</show_in_website>
|
1141 |
-
<show_in_store>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1142 |
<depends>
|
1143 |
-
<
|
1144 |
-
</depends>
|
1145 |
-
</
|
1146 |
-
<
|
1147 |
-
<label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1148 |
<frontend_type>select</frontend_type>
|
1149 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1150 |
-
<sort_order>
|
1151 |
<show_in_default>1</show_in_default>
|
1152 |
<show_in_website>1</show_in_website>
|
1153 |
<show_in_store>0</show_in_store>
|
1154 |
-
|
1155 |
-
|
1156 |
-
</
|
1157 |
-
|
1158 |
-
|
1159 |
-
|
1160 |
<frontend_type>select</frontend_type>
|
1161 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1162 |
-
<sort_order>
|
1163 |
<show_in_default>1</show_in_default>
|
1164 |
<show_in_website>1</show_in_website>
|
1165 |
<show_in_store>0</show_in_store>
|
1166 |
-
|
1167 |
-
|
1168 |
-
</
|
1169 |
-
|
1170 |
-
|
1171 |
-
|
1172 |
<frontend_type>select</frontend_type>
|
1173 |
-
<source_model>
|
1174 |
-
<sort_order>
|
1175 |
<show_in_default>1</show_in_default>
|
1176 |
<show_in_website>1</show_in_website>
|
1177 |
<show_in_store>0</show_in_store>
|
1178 |
-
|
1179 |
-
|
1180 |
-
</
|
1181 |
-
|
1182 |
-
|
1183 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1184 |
<frontend_type>select</frontend_type>
|
1185 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1186 |
-
<sort_order>
|
1187 |
<show_in_default>1</show_in_default>
|
1188 |
<show_in_website>1</show_in_website>
|
1189 |
<show_in_store>0</show_in_store>
|
1190 |
-
|
1191 |
-
|
1192 |
-
</
|
1193 |
-
</rsg_data_shipping_zip_code>
|
1194 |
-
<rsg_data_shipping_delivery_method>
|
1195 |
-
<label>Delivery Method</label>
|
1196 |
<frontend_type>select</frontend_type>
|
1197 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1198 |
-
<sort_order>
|
1199 |
<show_in_default>1</show_in_default>
|
1200 |
<show_in_website>1</show_in_website>
|
1201 |
<show_in_store>0</show_in_store>
|
1202 |
<depends>
|
1203 |
-
<
|
1204 |
-
</depends>
|
1205 |
-
</
|
1206 |
-
|
1207 |
-
|
1208 |
-
<rsg_data_order_heading translate="label">
|
1209 |
-
<label>Order data to screening</label>
|
1210 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1211 |
-
<sort_order>
|
1212 |
<show_in_default>1</show_in_default>
|
1213 |
<show_in_website>1</show_in_website>
|
1214 |
<show_in_store>0</show_in_store>
|
1215 |
<depends>
|
1216 |
-
<
|
1217 |
</depends>
|
1218 |
-
</
|
1219 |
-
<
|
1220 |
-
<label>
|
1221 |
<frontend_type>select</frontend_type>
|
1222 |
-
<source_model>
|
1223 |
-
<sort_order>
|
1224 |
<show_in_default>1</show_in_default>
|
1225 |
<show_in_website>1</show_in_website>
|
1226 |
<show_in_store>0</show_in_store>
|
1227 |
<depends>
|
1228 |
-
<
|
1229 |
</depends>
|
1230 |
-
</
|
1231 |
-
<
|
1232 |
-
<label>
|
1233 |
<frontend_type>select</frontend_type>
|
1234 |
-
<source_model>
|
1235 |
-
<sort_order>
|
1236 |
<show_in_default>1</show_in_default>
|
1237 |
<show_in_website>1</show_in_website>
|
1238 |
<show_in_store>0</show_in_store>
|
1239 |
<depends>
|
1240 |
-
<
|
1241 |
</depends>
|
1242 |
-
</
|
1243 |
-
|
1244 |
-
|
1245 |
-
|
1246 |
-
<
|
1247 |
-
<
|
1248 |
-
<sort_order>790</sort_order>
|
1249 |
<show_in_default>1</show_in_default>
|
1250 |
<show_in_website>1</show_in_website>
|
1251 |
<show_in_store>0</show_in_store>
|
1252 |
<depends>
|
1253 |
-
<
|
1254 |
</depends>
|
1255 |
-
</
|
1256 |
-
<
|
1257 |
-
<label>
|
1258 |
<frontend_type>select</frontend_type>
|
1259 |
-
<source_model>
|
1260 |
-
<sort_order>
|
1261 |
<show_in_default>1</show_in_default>
|
1262 |
<show_in_website>1</show_in_website>
|
1263 |
<show_in_store>0</show_in_store>
|
1264 |
<depends>
|
1265 |
-
<
|
1266 |
</depends>
|
1267 |
-
</
|
1268 |
-
<
|
1269 |
-
<label>
|
1270 |
<frontend_type>select</frontend_type>
|
1271 |
-
<source_model>
|
1272 |
-
<sort_order>
|
1273 |
<show_in_default>1</show_in_default>
|
1274 |
<show_in_website>1</show_in_website>
|
1275 |
<show_in_store>0</show_in_store>
|
1276 |
<depends>
|
1277 |
-
<
|
1278 |
</depends>
|
1279 |
-
</
|
1280 |
-
<
|
1281 |
-
<label>
|
1282 |
-
<
|
1283 |
-
<
|
1284 |
-
<sort_order>820</sort_order>
|
1285 |
<show_in_default>1</show_in_default>
|
1286 |
<show_in_website>1</show_in_website>
|
1287 |
<show_in_store>0</show_in_store>
|
1288 |
<depends>
|
1289 |
-
<
|
1290 |
</depends>
|
1291 |
-
</
|
1292 |
-
<
|
1293 |
-
<label>
|
1294 |
<frontend_type>select</frontend_type>
|
1295 |
-
<source_model>
|
1296 |
-
<sort_order>
|
1297 |
<show_in_default>1</show_in_default>
|
1298 |
<show_in_website>1</show_in_website>
|
1299 |
<show_in_store>0</show_in_store>
|
1300 |
<depends>
|
1301 |
-
<
|
1302 |
</depends>
|
1303 |
-
</
|
1304 |
-
<
|
1305 |
-
<label>
|
1306 |
<frontend_type>select</frontend_type>
|
1307 |
-
<source_model>
|
1308 |
-
<sort_order>
|
1309 |
<show_in_default>1</show_in_default>
|
1310 |
<show_in_website>1</show_in_website>
|
1311 |
<show_in_store>0</show_in_store>
|
1312 |
<depends>
|
1313 |
-
<
|
1314 |
</depends>
|
1315 |
-
</
|
1316 |
-
|
1317 |
-
|
1318 |
-
|
1319 |
-
<
|
1320 |
-
<
|
1321 |
-
<sort_order>850</sort_order>
|
1322 |
<show_in_default>1</show_in_default>
|
1323 |
<show_in_website>1</show_in_website>
|
1324 |
<show_in_store>0</show_in_store>
|
1325 |
<depends>
|
1326 |
-
<
|
1327 |
</depends>
|
1328 |
-
</
|
1329 |
-
<
|
1330 |
-
<label>
|
1331 |
<frontend_type>select</frontend_type>
|
1332 |
-
<source_model>
|
1333 |
-
<sort_order>
|
1334 |
<show_in_default>1</show_in_default>
|
1335 |
<show_in_website>1</show_in_website>
|
1336 |
<show_in_store>0</show_in_store>
|
1337 |
<depends>
|
1338 |
-
<
|
1339 |
</depends>
|
1340 |
-
</
|
1341 |
-
<
|
1342 |
-
<label>
|
1343 |
<frontend_type>select</frontend_type>
|
1344 |
-
<source_model>
|
1345 |
-
<sort_order>
|
1346 |
<show_in_default>1</show_in_default>
|
1347 |
<show_in_website>1</show_in_website>
|
1348 |
<show_in_store>0</show_in_store>
|
1349 |
<depends>
|
1350 |
-
<
|
1351 |
-
</depends>
|
1352 |
-
</
|
1353 |
-
<
|
1354 |
-
<label>
|
1355 |
-
<
|
1356 |
-
<
|
1357 |
-
<sort_order>880</sort_order>
|
1358 |
<show_in_default>1</show_in_default>
|
1359 |
<show_in_website>1</show_in_website>
|
1360 |
<show_in_store>0</show_in_store>
|
1361 |
<depends>
|
1362 |
-
<
|
1363 |
-
</depends>
|
1364 |
-
</
|
1365 |
-
<
|
1366 |
-
<label>
|
1367 |
<frontend_type>select</frontend_type>
|
1368 |
-
<source_model>
|
1369 |
-
<sort_order>
|
1370 |
<show_in_default>1</show_in_default>
|
1371 |
<show_in_website>1</show_in_website>
|
1372 |
<show_in_store>0</show_in_store>
|
1373 |
<depends>
|
1374 |
-
<
|
1375 |
-
</depends>
|
1376 |
-
</
|
1377 |
-
<
|
1378 |
-
<label>
|
1379 |
<frontend_type>select</frontend_type>
|
1380 |
-
<source_model>
|
1381 |
-
<sort_order>
|
1382 |
<show_in_default>1</show_in_default>
|
1383 |
<show_in_website>1</show_in_website>
|
1384 |
<show_in_store>0</show_in_store>
|
1385 |
<depends>
|
1386 |
-
<
|
1387 |
-
</depends>
|
1388 |
-
</
|
1389 |
-
<
|
1390 |
-
<label>
|
1391 |
<frontend_type>select</frontend_type>
|
1392 |
-
<source_model>
|
1393 |
-
<sort_order>
|
1394 |
<show_in_default>1</show_in_default>
|
1395 |
<show_in_website>1</show_in_website>
|
1396 |
<show_in_store>0</show_in_store>
|
1397 |
<depends>
|
1398 |
-
<
|
1399 |
-
</depends>
|
1400 |
-
</
|
1401 |
-
<
|
1402 |
-
<label>
|
1403 |
<frontend_type>select</frontend_type>
|
1404 |
-
<source_model>
|
1405 |
-
<sort_order>
|
1406 |
<show_in_default>1</show_in_default>
|
1407 |
<show_in_website>1</show_in_website>
|
1408 |
<show_in_store>0</show_in_store>
|
1409 |
<depends>
|
1410 |
-
<
|
1411 |
-
</depends>
|
1412 |
-
</
|
1413 |
-
|
1414 |
-
|
1415 |
-
<datacash_api translate="label,comment" module="dpg">
|
1416 |
-
<label>DataCash :: API</label>
|
1417 |
-
<frontend_type>text</frontend_type>
|
1418 |
-
<sort_order>3000</sort_order>
|
1419 |
-
<show_in_default>1</show_in_default>
|
1420 |
-
<show_in_website>1</show_in_website>
|
1421 |
-
<show_in_store>1</show_in_store>
|
1422 |
-
<fields>
|
1423 |
-
<active translate="label">
|
1424 |
-
<label>Enabled</label>
|
1425 |
<frontend_type>select</frontend_type>
|
1426 |
-
<source_model>
|
1427 |
-
<sort_order>
|
1428 |
<show_in_default>1</show_in_default>
|
1429 |
<show_in_website>1</show_in_website>
|
1430 |
-
<show_in_store>
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
|
|
|
|
|
|
|
1436 |
<show_in_default>1</show_in_default>
|
1437 |
<show_in_website>1</show_in_website>
|
1438 |
<show_in_store>1</show_in_store>
|
1439 |
-
</
|
1440 |
-
<
|
1441 |
-
<label>
|
1442 |
<frontend_type>select</frontend_type>
|
1443 |
-
<source_model>adminhtml/
|
1444 |
-
<sort_order>
|
1445 |
<show_in_default>1</show_in_default>
|
1446 |
<show_in_website>1</show_in_website>
|
1447 |
<show_in_store>1</show_in_store>
|
1448 |
-
</
|
1449 |
-
<
|
1450 |
-
<label>
|
1451 |
-
<
|
1452 |
-
<
|
1453 |
-
<sort_order>30</sort_order>
|
1454 |
-
<show_in_default>1</show_in_default>
|
1455 |
-
<show_in_website>1</show_in_website>
|
1456 |
-
<show_in_store>0</show_in_store>
|
1457 |
-
</payment_action>
|
1458 |
-
<allowspecific translate="label">
|
1459 |
-
<label>Payment Applicable From</label>
|
1460 |
-
<frontend_type>select</frontend_type>
|
1461 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
1462 |
-
<sort_order>40</sort_order>
|
1463 |
<show_in_default>1</show_in_default>
|
1464 |
<show_in_website>1</show_in_website>
|
1465 |
<show_in_store>1</show_in_store>
|
1466 |
-
</allowspecific>
|
1467 |
-
<sort_order translate="label">
|
1468 |
-
<label>Sort Order</label>
|
1469 |
-
<frontend_type>text</frontend_type>
|
1470 |
-
<sort_order>45</sort_order>
|
1471 |
-
<show_in_default>1</show_in_default>
|
1472 |
-
<show_in_website>1</show_in_website>
|
1473 |
-
<show_in_store>0</show_in_store>
|
1474 |
-
</sort_order>
|
1475 |
-
<specificcountry translate="label">
|
1476 |
-
<label>Countries Payment Applicable From</label>
|
1477 |
-
<frontend_type>multiselect</frontend_type>
|
1478 |
-
<source_model>adminhtml/system_config_source_country</source_model>
|
1479 |
-
<sort_order>50</sort_order>
|
1480 |
-
<show_in_default>1</show_in_default>
|
1481 |
-
<show_in_website>1</show_in_website>
|
1482 |
-
<show_in_store>1</show_in_store>
|
1483 |
-
<depends>
|
1484 |
-
<allowspecific>1</allowspecific>
|
1485 |
-
</depends>
|
1486 |
-
</specificcountry>
|
1487 |
-
<heading_merchant translate="label">
|
1488 |
-
<label>DataCash Integration</label>
|
1489 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1490 |
-
<sort_order>60</sort_order>
|
1491 |
-
<show_in_default>1</show_in_default>
|
1492 |
-
<show_in_website>1</show_in_website>
|
1493 |
-
<show_in_store>1</show_in_store>
|
1494 |
-
</heading_merchant>
|
1495 |
-
<merchant_id>
|
1496 |
-
<label>Merchant ID</label>
|
1497 |
-
<comment><![CDATA[
|
1498 |
-
Used when posting data from Magento to DataCash. <br/>
|
1499 |
-
Supplied by DataCash when you setup your account.
|
1500 |
-
]]></comment>
|
1501 |
-
<frontend_type>text</frontend_type>
|
1502 |
-
<sort_order>70</sort_order>
|
1503 |
-
<show_in_default>1</show_in_default>
|
1504 |
-
<show_in_website>1</show_in_website>
|
1505 |
-
<show_in_store>1</show_in_store>
|
1506 |
-
</merchant_id>
|
1507 |
-
<merchant_password translate="label">
|
1508 |
-
<label>Merchant Key</label>
|
1509 |
-
<comment><![CDATA[
|
1510 |
-
Used when posting data from Magento to DataCash. <br/>
|
1511 |
-
Supplied by DataCash when you setup your account. <br/>
|
1512 |
-
This will be reset every 12 months and will need to be updated.
|
1513 |
-
]]></comment>
|
1514 |
-
<frontend_type>obscure</frontend_type>
|
1515 |
-
<backend_model>adminhtml/system_config_backend_encrypted</backend_model>
|
1516 |
-
<sort_order>80</sort_order>
|
1517 |
-
<show_in_default>1</show_in_default>
|
1518 |
-
<show_in_website>1</show_in_website>
|
1519 |
-
<show_in_store>1</show_in_store>
|
1520 |
-
</merchant_password>
|
1521 |
-
<!-- T3M is depricated in favor of RSG -->
|
1522 |
-
<!--
|
1523 |
-
<allow_t3m>
|
1524 |
-
<label>Enable DataCash Fraud Services</label>
|
1525 |
-
<frontend_type>select</frontend_type>
|
1526 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1527 |
-
<sort_order>95</sort_order>
|
1528 |
-
<show_in_default>1</show_in_default>
|
1529 |
-
<show_in_website>1</show_in_website>
|
1530 |
-
<show_in_store>0</show_in_store>
|
1531 |
-
</allow_t3m>
|
1532 |
-
<t3m_use_ssl_callback translate="label">
|
1533 |
-
<label>Use SSL for DataCash Fraud Services callback</label>
|
1534 |
-
<comment><![CDATA[
|
1535 |
-
DataCash Fraud Services will respond to a secure url if this option is checked.
|
1536 |
-
]]>
|
1537 |
-
</comment>
|
1538 |
-
<frontend_type>select</frontend_type>
|
1539 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1540 |
-
<sort_order>96</sort_order>
|
1541 |
-
<show_in_default>1</show_in_default>
|
1542 |
-
<show_in_website>1</show_in_website>
|
1543 |
-
<show_in_store>0</show_in_store>
|
1544 |
-
<depends>
|
1545 |
-
<allow_t3m>1</allow_t3m>
|
1546 |
-
</depends>
|
1547 |
-
</t3m_use_ssl_callback>
|
1548 |
-
-->
|
1549 |
-
<!--<line_items_enabled translate="label">
|
1550 |
-
<label>Send Line Items</label>
|
1551 |
-
<comment><![CDATA[
|
1552 |
-
Enabling this will send line item data to DataCash<br/>
|
1553 |
-
<strong>Will impose limitations for partial fulfilment and refunds</strong>
|
1554 |
-
]]></comment>
|
1555 |
-
<frontend_type>select</frontend_type>
|
1556 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1557 |
-
<sort_order>90</sort_order>
|
1558 |
-
<show_in_default>1</show_in_default>
|
1559 |
-
<show_in_website>1</show_in_website>
|
1560 |
-
<show_in_store>0</show_in_store>
|
1561 |
-
</line_items_enabled>-->
|
1562 |
-
<allow_tokenizer>
|
1563 |
-
<label>Enable DataCash Tokenised Cards</label>
|
1564 |
-
<comment><![CDATA[
|
1565 |
-
This allows the users to save and re-use saved cards.
|
1566 |
-
]]></comment>
|
1567 |
-
<frontend_type>select</frontend_type>
|
1568 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1569 |
-
<sort_order>97</sort_order>
|
1570 |
-
<show_in_default>1</show_in_default>
|
1571 |
-
<show_in_website>1</show_in_website>
|
1572 |
-
<show_in_store>0</show_in_store>
|
1573 |
-
</allow_tokenizer>
|
1574 |
-
<debug translate="label">
|
1575 |
-
<label>Debug</label>
|
1576 |
-
<comment><![CDATA[
|
1577 |
-
Enable additional log output for payment processes
|
1578 |
-
]]></comment>
|
1579 |
-
<frontend_type>select</frontend_type>
|
1580 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1581 |
-
<sort_order>100</sort_order>
|
1582 |
-
<show_in_default>1</show_in_default>
|
1583 |
-
<show_in_website>1</show_in_website>
|
1584 |
-
<show_in_store>0</show_in_store>
|
1585 |
-
</debug>
|
1586 |
-
<sandbox translate="label">
|
1587 |
-
<label>Gateway Mode</label>
|
1588 |
-
<comment><![CDATA[
|
1589 |
-
Choose service mode.
|
1590 |
-
]]></comment>
|
1591 |
-
<frontend_type>select</frontend_type>
|
1592 |
-
<source_model>dpg/source_gatewayMode</source_model>
|
1593 |
-
<sort_order>110</sort_order>
|
1594 |
-
<show_in_default>1</show_in_default>
|
1595 |
-
<show_in_website>1</show_in_website>
|
1596 |
-
<show_in_store>0</show_in_store>
|
1597 |
-
</sandbox>
|
1598 |
-
<heading_card_settings translate="label">
|
1599 |
-
<label>Credit Card Settings</label>
|
1600 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1601 |
-
<sort_order>120</sort_order>
|
1602 |
-
<show_in_default>1</show_in_default>
|
1603 |
-
<show_in_website>1</show_in_website>
|
1604 |
-
<show_in_store>1</show_in_store>
|
1605 |
-
</heading_card_settings>
|
1606 |
-
<cctypes translate="label">
|
1607 |
-
<label>Credit Card Types</label>
|
1608 |
-
<frontend_type>multiselect</frontend_type>
|
1609 |
-
<source_model>adminhtml/system_config_source_payment_cctype</source_model>
|
1610 |
-
<sort_order>130</sort_order>
|
1611 |
-
<show_in_default>1</show_in_default>
|
1612 |
-
<show_in_website>1</show_in_website>
|
1613 |
-
<show_in_store>1</show_in_store>
|
1614 |
-
</cctypes>
|
1615 |
-
<heading_useccv translate="label">
|
1616 |
-
<label>CV2</label>
|
1617 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1618 |
-
<sort_order>135</sort_order>
|
1619 |
-
<show_in_default>1</show_in_default>
|
1620 |
-
<show_in_website>1</show_in_website>
|
1621 |
-
<show_in_store>0</show_in_store>
|
1622 |
-
</heading_useccv>
|
1623 |
-
<useccv translate="label">
|
1624 |
-
<label>Request CV2 Card Security Code</label>
|
1625 |
-
<frontend_type>select</frontend_type>
|
1626 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1627 |
-
<sort_order>140</sort_order>
|
1628 |
-
<show_in_default>1</show_in_default>
|
1629 |
-
<show_in_website>1</show_in_website>
|
1630 |
-
<show_in_store>0</show_in_store>
|
1631 |
-
</useccv>
|
1632 |
-
<useccv_advanced translate="label">
|
1633 |
-
<label>Use Extended CV2 Policy</label>
|
1634 |
-
<frontend_type>select</frontend_type>
|
1635 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1636 |
-
<sort_order>150</sort_order>
|
1637 |
-
<show_in_default>1</show_in_default>
|
1638 |
-
<show_in_website>1</show_in_website>
|
1639 |
-
<show_in_store>0</show_in_store>
|
1640 |
-
<depends>
|
1641 |
-
<useccv>1</useccv>
|
1642 |
-
</depends>
|
1643 |
-
</useccv_advanced>
|
1644 |
-
<heading_extpol_cv2policy translate="label">
|
1645 |
-
<label>Extended Policy - CV2</label>
|
1646 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1647 |
-
<sort_order>160</sort_order>
|
1648 |
-
<show_in_default>1</show_in_default>
|
1649 |
-
<show_in_website>1</show_in_website>
|
1650 |
-
<show_in_store>0</show_in_store>
|
1651 |
-
<depends>
|
1652 |
-
<useccv_advanced>1</useccv_advanced>
|
1653 |
-
</depends>
|
1654 |
-
</heading_extpol_cv2policy>
|
1655 |
-
<extpol_cv2policy_notprovided translate="label">
|
1656 |
-
<label>Not provided</label>
|
1657 |
-
<frontend_type>select</frontend_type>
|
1658 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1659 |
-
<sort_order>170</sort_order>
|
1660 |
-
<show_in_default>1</show_in_default>
|
1661 |
-
<show_in_website>1</show_in_website>
|
1662 |
-
<show_in_store>0</show_in_store>
|
1663 |
-
<depends>
|
1664 |
-
<useccv_advanced>1</useccv_advanced>
|
1665 |
-
</depends>
|
1666 |
-
</extpol_cv2policy_notprovided>
|
1667 |
-
<extpol_cv2policy_notchecked translate="label">
|
1668 |
-
<label>Not checked</label>
|
1669 |
-
<frontend_type>select</frontend_type>
|
1670 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1671 |
-
<sort_order>180</sort_order>
|
1672 |
-
<show_in_default>1</show_in_default>
|
1673 |
-
<show_in_website>1</show_in_website>
|
1674 |
-
<show_in_store>0</show_in_store>
|
1675 |
-
<depends>
|
1676 |
-
<useccv_advanced>1</useccv_advanced>
|
1677 |
-
</depends>
|
1678 |
-
</extpol_cv2policy_notchecked>
|
1679 |
-
<extpol_cv2policy_matched translate="label">
|
1680 |
-
<label>Matched</label>
|
1681 |
-
<frontend_type>select</frontend_type>
|
1682 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1683 |
-
<sort_order>190</sort_order>
|
1684 |
-
<show_in_default>1</show_in_default>
|
1685 |
-
<show_in_website>1</show_in_website>
|
1686 |
-
<show_in_store>0</show_in_store>
|
1687 |
-
<depends>
|
1688 |
-
<useccv_advanced>1</useccv_advanced>
|
1689 |
-
</depends>
|
1690 |
-
</extpol_cv2policy_matched>
|
1691 |
-
<extpol_cv2policy_notmatched translate="label">
|
1692 |
-
<label>Not matched</label>
|
1693 |
-
<frontend_type>select</frontend_type>
|
1694 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1695 |
-
<sort_order>200</sort_order>
|
1696 |
-
<show_in_default>1</show_in_default>
|
1697 |
-
<show_in_website>1</show_in_website>
|
1698 |
-
<show_in_store>0</show_in_store>
|
1699 |
-
<depends>
|
1700 |
-
<useccv_advanced>1</useccv_advanced>
|
1701 |
-
</depends>
|
1702 |
-
</extpol_cv2policy_notmatched>
|
1703 |
-
<extpol_cv2policy_partialmatch translate="label">
|
1704 |
-
<label>Partial match</label>
|
1705 |
-
<frontend_type>select</frontend_type>
|
1706 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1707 |
-
<sort_order>210</sort_order>
|
1708 |
-
<show_in_default>1</show_in_default>
|
1709 |
-
<show_in_website>1</show_in_website>
|
1710 |
-
<show_in_store>0</show_in_store>
|
1711 |
-
<depends>
|
1712 |
-
<useccv_advanced>1</useccv_advanced>
|
1713 |
-
</depends>
|
1714 |
-
</extpol_cv2policy_partialmatch>
|
1715 |
-
<heading_extpol_postcode translate="label">
|
1716 |
-
<label>Extended Policy - Postcode</label>
|
1717 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1718 |
-
<sort_order>230</sort_order>
|
1719 |
-
<show_in_default>1</show_in_default>
|
1720 |
-
<show_in_website>1</show_in_website>
|
1721 |
-
<show_in_store>0</show_in_store>
|
1722 |
-
<depends>
|
1723 |
-
<useccv_advanced>1</useccv_advanced>
|
1724 |
-
</depends>
|
1725 |
-
</heading_extpol_postcode>
|
1726 |
-
<extpol_postcode_notprovided translate="label">
|
1727 |
-
<label>Not provided</label>
|
1728 |
-
<frontend_type>select</frontend_type>
|
1729 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1730 |
-
<sort_order>240</sort_order>
|
1731 |
-
<show_in_default>1</show_in_default>
|
1732 |
-
<show_in_website>1</show_in_website>
|
1733 |
-
<show_in_store>0</show_in_store>
|
1734 |
-
<depends>
|
1735 |
-
<useccv_advanced>1</useccv_advanced>
|
1736 |
-
</depends>
|
1737 |
-
</extpol_postcode_notprovided>
|
1738 |
-
<extpol_postcode_notchecked translate="label">
|
1739 |
-
<label>Not checked</label>
|
1740 |
-
<frontend_type>select</frontend_type>
|
1741 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1742 |
-
<sort_order>250</sort_order>
|
1743 |
-
<show_in_default>1</show_in_default>
|
1744 |
-
<show_in_website>1</show_in_website>
|
1745 |
-
<show_in_store>0</show_in_store>
|
1746 |
-
<depends>
|
1747 |
-
<useccv_advanced>1</useccv_advanced>
|
1748 |
-
</depends>
|
1749 |
-
</extpol_postcode_notchecked>
|
1750 |
-
<extpol_postcode_matched translate="label">
|
1751 |
-
<label>Matched</label>
|
1752 |
-
<frontend_type>select</frontend_type>
|
1753 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1754 |
-
<sort_order>260</sort_order>
|
1755 |
-
<show_in_default>1</show_in_default>
|
1756 |
-
<show_in_website>1</show_in_website>
|
1757 |
-
<show_in_store>0</show_in_store>
|
1758 |
-
<depends>
|
1759 |
-
<useccv_advanced>1</useccv_advanced>
|
1760 |
-
</depends>
|
1761 |
-
</extpol_postcode_matched>
|
1762 |
-
<extpol_postcode_notmatched translate="label">
|
1763 |
-
<label>Not matched</label>
|
1764 |
-
<frontend_type>select</frontend_type>
|
1765 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1766 |
-
<sort_order>270</sort_order>
|
1767 |
-
<show_in_default>1</show_in_default>
|
1768 |
-
<show_in_website>1</show_in_website>
|
1769 |
-
<show_in_store>0</show_in_store>
|
1770 |
-
<depends>
|
1771 |
-
<useccv_advanced>1</useccv_advanced>
|
1772 |
-
</depends>
|
1773 |
-
</extpol_postcode_notmatched>
|
1774 |
-
<extpol_postcode_partialmatch translate="label">
|
1775 |
-
<label>Partial match</label>
|
1776 |
-
<frontend_type>select</frontend_type>
|
1777 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1778 |
-
<sort_order>280</sort_order>
|
1779 |
-
<show_in_default>1</show_in_default>
|
1780 |
-
<show_in_website>1</show_in_website>
|
1781 |
-
<show_in_store>0</show_in_store>
|
1782 |
-
<depends>
|
1783 |
-
<useccv_advanced>1</useccv_advanced>
|
1784 |
-
</depends>
|
1785 |
-
</extpol_postcode_partialmatch>
|
1786 |
-
<heading_extpol_address translate="label">
|
1787 |
-
<label>Extended Policy - Address</label>
|
1788 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1789 |
-
<sort_order>300</sort_order>
|
1790 |
-
<show_in_default>1</show_in_default>
|
1791 |
-
<show_in_website>1</show_in_website>
|
1792 |
-
<show_in_store>0</show_in_store>
|
1793 |
-
<depends>
|
1794 |
-
<useccv_advanced>1</useccv_advanced>
|
1795 |
-
</depends>
|
1796 |
-
</heading_extpol_address>
|
1797 |
-
<extpol_address_notprovided translate="label">
|
1798 |
-
<label>Not provided</label>
|
1799 |
-
<frontend_type>select</frontend_type>
|
1800 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1801 |
-
<sort_order>310</sort_order>
|
1802 |
-
<show_in_default>1</show_in_default>
|
1803 |
-
<show_in_website>1</show_in_website>
|
1804 |
-
<show_in_store>0</show_in_store>
|
1805 |
-
<depends>
|
1806 |
-
<useccv_advanced>1</useccv_advanced>
|
1807 |
-
</depends>
|
1808 |
-
</extpol_address_notprovided>
|
1809 |
-
<extpol_address_notchecked translate="label">
|
1810 |
-
<label>Not checked</label>
|
1811 |
-
<frontend_type>select</frontend_type>
|
1812 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1813 |
-
<sort_order>320</sort_order>
|
1814 |
-
<show_in_default>1</show_in_default>
|
1815 |
-
<show_in_website>1</show_in_website>
|
1816 |
-
<show_in_store>0</show_in_store>
|
1817 |
-
<depends>
|
1818 |
-
<useccv_advanced>1</useccv_advanced>
|
1819 |
-
</depends>
|
1820 |
-
</extpol_address_notchecked>
|
1821 |
-
<extpol_address_matched translate="label">
|
1822 |
-
<label>Matched</label>
|
1823 |
-
<frontend_type>select</frontend_type>
|
1824 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1825 |
-
<sort_order>330</sort_order>
|
1826 |
-
<show_in_default>1</show_in_default>
|
1827 |
-
<show_in_website>1</show_in_website>
|
1828 |
-
<show_in_store>0</show_in_store>
|
1829 |
-
<depends>
|
1830 |
-
<useccv_advanced>1</useccv_advanced>
|
1831 |
-
</depends>
|
1832 |
-
</extpol_address_matched>
|
1833 |
-
<extpol_address_notmatched translate="label">
|
1834 |
-
<label>Not matched</label>
|
1835 |
-
<frontend_type>select</frontend_type>
|
1836 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1837 |
-
<sort_order>340</sort_order>
|
1838 |
-
<show_in_default>1</show_in_default>
|
1839 |
-
<show_in_website>1</show_in_website>
|
1840 |
-
<show_in_store>0</show_in_store>
|
1841 |
-
<depends>
|
1842 |
-
<useccv_advanced>1</useccv_advanced>
|
1843 |
-
</depends>
|
1844 |
-
</extpol_address_notmatched>
|
1845 |
-
<extpol_address_partialmatch translate="label">
|
1846 |
-
<label>Partial match</label>
|
1847 |
-
<frontend_type>select</frontend_type>
|
1848 |
-
<source_model>dpg/source_acceptreject</source_model>
|
1849 |
-
<sort_order>350</sort_order>
|
1850 |
-
<show_in_default>1</show_in_default>
|
1851 |
-
<show_in_website>1</show_in_website>
|
1852 |
-
<show_in_store>0</show_in_store>
|
1853 |
-
<depends>
|
1854 |
-
<useccv_advanced>1</useccv_advanced>
|
1855 |
-
</depends>
|
1856 |
-
</extpol_address_partialmatch>
|
1857 |
-
<heading_3dsecure translate="label">
|
1858 |
-
<label>3D Secure</label>
|
1859 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1860 |
-
<sort_order>400</sort_order>
|
1861 |
-
<show_in_default>1</show_in_default>
|
1862 |
-
<show_in_website>1</show_in_website>
|
1863 |
-
<show_in_store>1</show_in_store>
|
1864 |
-
</heading_3dsecure>
|
1865 |
-
<centinel translate="label">
|
1866 |
-
<label>3D Secure Card Validation</label>
|
1867 |
-
<frontend_type>select</frontend_type>
|
1868 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1869 |
-
<sort_order>410</sort_order>
|
1870 |
-
<show_in_default>1</show_in_default>
|
1871 |
-
<show_in_website>1</show_in_website>
|
1872 |
-
<show_in_store>1</show_in_store>
|
1873 |
-
</centinel>
|
1874 |
-
<heading_3dsecure_behaviours translate="label">
|
1875 |
-
<label>3-D Secure Behaviours</label>
|
1876 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1877 |
-
<sort_order>420</sort_order>
|
1878 |
-
<show_in_default>1</show_in_default>
|
1879 |
-
<show_in_website>1</show_in_website>
|
1880 |
-
<show_in_store>1</show_in_store>
|
1881 |
-
<depends>
|
1882 |
-
<centinel>1</centinel>
|
1883 |
-
</depends>
|
1884 |
-
</heading_3dsecure_behaviours>
|
1885 |
-
<threedsecure_behaviour_159 translate="label">
|
1886 |
-
<label>DPG Response 159 - No VERes from DS</label>
|
1887 |
-
<comment><![CDATA[
|
1888 |
-
If DataCash does not receive a response from the <br />
|
1889 |
-
Directory Service, the card cannot be validated as <br />
|
1890 |
-
participating in 3-D Secure. In these circumstances <br />
|
1891 |
-
please choose how you would like to continue.
|
1892 |
-
]]></comment>
|
1893 |
-
<frontend_type>select</frontend_type>
|
1894 |
-
<source_model>dpg/source_threedstypes</source_model>
|
1895 |
-
<sort_order>430</sort_order>
|
1896 |
-
<show_in_default>1</show_in_default>
|
1897 |
-
<show_in_website>1</show_in_website>
|
1898 |
-
<show_in_store>1</show_in_store>
|
1899 |
-
<depends>
|
1900 |
-
<centinel>1</centinel>
|
1901 |
-
</depends>
|
1902 |
-
</threedsecure_behaviour_159>
|
1903 |
-
<threedsecure_behaviour_160 translate="label">
|
1904 |
-
<label>DPG Response 160 - Invalid VERes from DS</label>
|
1905 |
-
<comment><![CDATA[
|
1906 |
-
If DataCash does receive a response from the Directory Service <br />
|
1907 |
-
but it is invalid, it is not possible to ascertain if the <br />
|
1908 |
-
card is participating in 3-D Secure. In these circumstances <br />
|
1909 |
-
please choose how you would like to continue.
|
1910 |
-
]]></comment>
|
1911 |
-
<frontend_type>select</frontend_type>
|
1912 |
-
<source_model>dpg/source_threedstypes</source_model>
|
1913 |
-
<sort_order>440</sort_order>
|
1914 |
-
<show_in_default>1</show_in_default>
|
1915 |
-
<show_in_website>1</show_in_website>
|
1916 |
-
<show_in_store>1</show_in_store>
|
1917 |
-
<depends>
|
1918 |
-
<centinel>1</centinel>
|
1919 |
-
</depends>
|
1920 |
-
</threedsecure_behaviour_160>
|
1921 |
-
<threedsecure_behaviour_173 translate="label">
|
1922 |
-
<label>DPG Response 173 - Card not Enrolled in Cache</label>
|
1923 |
-
<comment><![CDATA[
|
1924 |
-
Card is not in cache so no 3-D Secure Enrollment Check Request is submitted. <br />
|
1925 |
-
In these circumstances please choose how you would like to continue.
|
1926 |
-
]]></comment>
|
1927 |
-
<frontend_type>select</frontend_type>
|
1928 |
-
<source_model>dpg/source_threedstypes</source_model>
|
1929 |
-
<sort_order>450</sort_order>
|
1930 |
-
<show_in_default>1</show_in_default>
|
1931 |
-
<show_in_website>1</show_in_website>
|
1932 |
-
<show_in_store>1</show_in_store>
|
1933 |
-
<depends>
|
1934 |
-
<centinel>1</centinel>
|
1935 |
-
</depends>
|
1936 |
-
</threedsecure_behaviour_173>
|
1937 |
-
<threedsecure_behaviour_187 translate="label">
|
1938 |
-
<label>DPG Response 187 - Unable to Verify</label>
|
1939 |
-
<comment><![CDATA[
|
1940 |
-
If DataCash is not able to communicate with the Directory Service <br />
|
1941 |
-
there is no way of establishing if the card is participating in 3-D Secure. <br />
|
1942 |
-
In these circumstances please choose how you would like to continue.
|
1943 |
-
]]></comment>
|
1944 |
-
<frontend_type>select</frontend_type>
|
1945 |
-
<source_model>dpg/source_threedstypes</source_model>
|
1946 |
-
<sort_order>460</sort_order>
|
1947 |
-
<show_in_default>1</show_in_default>
|
1948 |
-
<show_in_website>1</show_in_website>
|
1949 |
-
<show_in_store>1</show_in_store>
|
1950 |
-
<depends>
|
1951 |
-
<centinel>1</centinel>
|
1952 |
-
</depends>
|
1953 |
-
</threedsecure_behaviour_187>
|
1954 |
-
|
1955 |
-
<rsg_heading translate="label">
|
1956 |
-
<label>Fraud screening</label>
|
1957 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1958 |
-
<sort_order>499</sort_order>
|
1959 |
-
<show_in_default>1</show_in_default>
|
1960 |
-
<show_in_website>1</show_in_website>
|
1961 |
-
<show_in_store>0</show_in_store>
|
1962 |
-
</rsg_heading>
|
1963 |
-
<allow_fraud_screening>
|
1964 |
-
<label>Enable DataCash Fraud Services</label>
|
1965 |
-
<frontend_type>select</frontend_type>
|
1966 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1967 |
-
<sort_order>500</sort_order>
|
1968 |
-
<show_in_default>1</show_in_default>
|
1969 |
-
<show_in_website>1</show_in_website>
|
1970 |
-
<show_in_store>0</show_in_store>
|
1971 |
-
</allow_fraud_screening>
|
1972 |
-
<rsg_service_mode translate="label">
|
1973 |
-
<label>Fraud Screening Mode</label>
|
1974 |
-
<frontend_type>select</frontend_type>
|
1975 |
-
<source_model>dpg/source_rsgServiceTypes</source_model>
|
1976 |
-
<sort_order>510</sort_order>
|
1977 |
-
<show_in_default>1</show_in_default>
|
1978 |
-
<show_in_website>1</show_in_website>
|
1979 |
-
<show_in_store>0</show_in_store>
|
1980 |
-
<depends>
|
1981 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
1982 |
-
</depends>
|
1983 |
-
</rsg_service_mode>
|
1984 |
-
|
1985 |
-
<!-- CUSTOMER -->
|
1986 |
-
<rsg_data_customer_heading translate="label">
|
1987 |
-
<label>Customer data to screening</label>
|
1988 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1989 |
-
<sort_order>520</sort_order>
|
1990 |
-
<show_in_default>1</show_in_default>
|
1991 |
-
<show_in_website>1</show_in_website>
|
1992 |
-
<show_in_store>0</show_in_store>
|
1993 |
-
<depends>
|
1994 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
1995 |
-
</depends>
|
1996 |
-
</rsg_data_customer_heading>
|
1997 |
-
<rsg_data_customer_first_name translate="label">
|
1998 |
-
<label>First Name</label>
|
1999 |
-
<frontend_type>select</frontend_type>
|
2000 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2001 |
-
<sort_order>530</sort_order>
|
2002 |
-
<show_in_default>1</show_in_default>
|
2003 |
-
<show_in_website>1</show_in_website>
|
2004 |
-
<show_in_store>0</show_in_store>
|
2005 |
-
<depends>
|
2006 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2007 |
-
</depends>
|
2008 |
-
</rsg_data_customer_first_name>
|
2009 |
-
<rsg_data_customer_surname translate="label">
|
2010 |
-
<label>Surname</label>
|
2011 |
-
<frontend_type>select</frontend_type>
|
2012 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2013 |
-
<sort_order>540</sort_order>
|
2014 |
-
<show_in_default>1</show_in_default>
|
2015 |
-
<show_in_website>1</show_in_website>
|
2016 |
-
<show_in_store>0</show_in_store>
|
2017 |
-
<depends>
|
2018 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2019 |
-
</depends>
|
2020 |
-
</rsg_data_customer_surname>
|
2021 |
-
<rsg_data_customer_ip_address>
|
2022 |
-
<label>IP address</label>
|
2023 |
-
<frontend_type>select</frontend_type>
|
2024 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2025 |
-
<sort_order>550</sort_order>
|
2026 |
-
<show_in_default>1</show_in_default>
|
2027 |
-
<show_in_website>1</show_in_website>
|
2028 |
-
<show_in_store>0</show_in_store>
|
2029 |
-
<depends>
|
2030 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2031 |
-
</depends>
|
2032 |
-
</rsg_data_customer_ip_address>
|
2033 |
-
<rsg_data_customer_email_address>
|
2034 |
-
<label>Customer Email</label>
|
2035 |
-
<frontend_type>select</frontend_type>
|
2036 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2037 |
-
<sort_order>555</sort_order>
|
2038 |
-
<show_in_default>1</show_in_default>
|
2039 |
-
<show_in_website>1</show_in_website>
|
2040 |
-
<show_in_store>0</show_in_store>
|
2041 |
-
<depends>
|
2042 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2043 |
-
</depends>
|
2044 |
-
</rsg_data_customer_email_address>
|
2045 |
-
<rsg_data_customer_user_id>
|
2046 |
-
<label>Customer ID</label>
|
2047 |
-
<frontend_type>select</frontend_type>
|
2048 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2049 |
-
<sort_order>560</sort_order>
|
2050 |
-
<show_in_default>1</show_in_default>
|
2051 |
-
<show_in_website>1</show_in_website>
|
2052 |
-
<show_in_store>0</show_in_store>
|
2053 |
-
<depends>
|
2054 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2055 |
-
</depends>
|
2056 |
-
</rsg_data_customer_user_id>
|
2057 |
-
<rsg_data_customer_telephone>
|
2058 |
-
<label>Telephone</label>
|
2059 |
-
<frontend_type>select</frontend_type>
|
2060 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2061 |
-
<sort_order>570</sort_order>
|
2062 |
-
<show_in_default>1</show_in_default>
|
2063 |
-
<show_in_website>1</show_in_website>
|
2064 |
-
<show_in_store>0</show_in_store>
|
2065 |
-
<depends>
|
2066 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2067 |
-
</depends>
|
2068 |
-
</rsg_data_customer_telephone>
|
2069 |
-
<rsg_data_customer_address_line1>
|
2070 |
-
<label>Address line 1</label>
|
2071 |
-
<frontend_type>select</frontend_type>
|
2072 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2073 |
-
<sort_order>580</sort_order>
|
2074 |
-
<show_in_default>1</show_in_default>
|
2075 |
-
<show_in_website>1</show_in_website>
|
2076 |
-
<show_in_store>0</show_in_store>
|
2077 |
-
<depends>
|
2078 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2079 |
-
</depends>
|
2080 |
-
</rsg_data_customer_address_line1>
|
2081 |
-
<rsg_data_customer_address_line2>
|
2082 |
-
<label>Address line 2</label>
|
2083 |
-
<frontend_type>select</frontend_type>
|
2084 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2085 |
-
<sort_order>590</sort_order>
|
2086 |
-
<show_in_default>1</show_in_default>
|
2087 |
-
<show_in_website>1</show_in_website>
|
2088 |
-
<show_in_store>0</show_in_store>
|
2089 |
<depends>
|
2090 |
-
<
|
2091 |
-
</depends>
|
2092 |
-
</rsg_data_customer_address_line2>
|
2093 |
-
<rsg_data_customer_city>
|
2094 |
-
<label>City</label>
|
2095 |
-
<frontend_type>select</frontend_type>
|
2096 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2097 |
-
<sort_order>600</sort_order>
|
2098 |
-
<show_in_default>1</show_in_default>
|
2099 |
-
<show_in_website>1</show_in_website>
|
2100 |
-
<show_in_store>0</show_in_store>
|
2101 |
-
<depends>
|
2102 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2103 |
-
</depends>
|
2104 |
-
</rsg_data_customer_city>
|
2105 |
-
<rsg_data_customer_state_province>
|
2106 |
-
<label>State/Province</label>
|
2107 |
-
<frontend_type>select</frontend_type>
|
2108 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2109 |
-
<sort_order>610</sort_order>
|
2110 |
-
<show_in_default>1</show_in_default>
|
2111 |
-
<show_in_website>1</show_in_website>
|
2112 |
-
<show_in_store>0</show_in_store>
|
2113 |
-
<depends>
|
2114 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2115 |
-
</depends>
|
2116 |
-
</rsg_data_customer_state_province>
|
2117 |
-
<rsg_data_customer_country>
|
2118 |
-
<label>Country</label>
|
2119 |
-
<frontend_type>select</frontend_type>
|
2120 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2121 |
-
<sort_order>620</sort_order>
|
2122 |
-
<show_in_default>1</show_in_default>
|
2123 |
-
<show_in_website>1</show_in_website>
|
2124 |
-
<show_in_store>0</show_in_store>
|
2125 |
-
<depends>
|
2126 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2127 |
-
</depends>
|
2128 |
-
</rsg_data_customer_country>
|
2129 |
-
<rsg_data_customer_zip_code>
|
2130 |
-
<label>Zip code</label>
|
2131 |
-
<frontend_type>select</frontend_type>
|
2132 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2133 |
-
<sort_order>630</sort_order>
|
2134 |
-
<show_in_default>1</show_in_default>
|
2135 |
-
<show_in_website>1</show_in_website>
|
2136 |
-
<show_in_store>0</show_in_store>
|
2137 |
-
<depends>
|
2138 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2139 |
-
</depends>
|
2140 |
-
</rsg_data_customer_zip_code>
|
2141 |
-
|
2142 |
-
<!-- SHIPPING -->
|
2143 |
-
<rsg_data_shipping_heading translate="label">
|
2144 |
-
<label>Shipping data to screening</label>
|
2145 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2146 |
-
<sort_order>640</sort_order>
|
2147 |
-
<show_in_default>1</show_in_default>
|
2148 |
-
<show_in_website>1</show_in_website>
|
2149 |
-
<show_in_store>0</show_in_store>
|
2150 |
-
<depends>
|
2151 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2152 |
-
</depends>
|
2153 |
-
</rsg_data_shipping_heading>
|
2154 |
-
<rsg_data_shipping_first_name translate="label">
|
2155 |
-
<label>Title</label>
|
2156 |
-
<frontend_type>select</frontend_type>
|
2157 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2158 |
-
<sort_order>650</sort_order>
|
2159 |
-
<show_in_default>1</show_in_default>
|
2160 |
-
<show_in_website>1</show_in_website>
|
2161 |
-
<show_in_store>0</show_in_store>
|
2162 |
-
<depends>
|
2163 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2164 |
-
</depends>
|
2165 |
-
</rsg_data_shipping_first_name>
|
2166 |
-
<rsg_data_shipping_surname translate="label">
|
2167 |
-
<label>Surname</label>
|
2168 |
-
<frontend_type>select</frontend_type>
|
2169 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2170 |
-
<sort_order>660</sort_order>
|
2171 |
-
<show_in_default>1</show_in_default>
|
2172 |
-
<show_in_website>1</show_in_website>
|
2173 |
-
<show_in_store>0</show_in_store>
|
2174 |
-
<depends>
|
2175 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2176 |
-
</depends>
|
2177 |
-
</rsg_data_shipping_surname>
|
2178 |
-
<rsg_data_shipping_address_line1>
|
2179 |
-
<label>Address line 1</label>
|
2180 |
-
<frontend_type>select</frontend_type>
|
2181 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2182 |
-
<sort_order>670</sort_order>
|
2183 |
-
<show_in_default>1</show_in_default>
|
2184 |
-
<show_in_website>1</show_in_website>
|
2185 |
-
<show_in_store>0</show_in_store>
|
2186 |
-
<depends>
|
2187 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2188 |
-
</depends>
|
2189 |
-
</rsg_data_shipping_address_line1>
|
2190 |
-
<rsg_data_shipping_address_line2>
|
2191 |
-
<label>Address line 2</label>
|
2192 |
-
<frontend_type>select</frontend_type>
|
2193 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2194 |
-
<sort_order>680</sort_order>
|
2195 |
-
<show_in_default>1</show_in_default>
|
2196 |
-
<show_in_website>1</show_in_website>
|
2197 |
-
<show_in_store>0</show_in_store>
|
2198 |
-
<depends>
|
2199 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2200 |
-
</depends>
|
2201 |
-
</rsg_data_shipping_address_line2>
|
2202 |
-
<rsg_data_shipping_city>
|
2203 |
-
<label>City</label>
|
2204 |
-
<frontend_type>select</frontend_type>
|
2205 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2206 |
-
<sort_order>690</sort_order>
|
2207 |
-
<show_in_default>1</show_in_default>
|
2208 |
-
<show_in_website>1</show_in_website>
|
2209 |
-
<show_in_store>0</show_in_store>
|
2210 |
-
<depends>
|
2211 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2212 |
-
</depends>
|
2213 |
-
</rsg_data_shipping_city>
|
2214 |
-
<rsg_data_shipping_state_province>
|
2215 |
-
<label>State/Province</label>
|
2216 |
-
<frontend_type>select</frontend_type>
|
2217 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2218 |
-
<sort_order>700</sort_order>
|
2219 |
-
<show_in_default>1</show_in_default>
|
2220 |
-
<show_in_website>1</show_in_website>
|
2221 |
-
<show_in_store>0</show_in_store>
|
2222 |
-
<depends>
|
2223 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2224 |
-
</depends>
|
2225 |
-
</rsg_data_shipping_state_province>
|
2226 |
-
<rsg_data_shipping_country>
|
2227 |
-
<label>Country</label>
|
2228 |
-
<frontend_type>select</frontend_type>
|
2229 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2230 |
-
<sort_order>710</sort_order>
|
2231 |
-
<show_in_default>1</show_in_default>
|
2232 |
-
<show_in_website>1</show_in_website>
|
2233 |
-
<show_in_store>0</show_in_store>
|
2234 |
-
<depends>
|
2235 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2236 |
-
</depends>
|
2237 |
-
</rsg_data_shipping_country>
|
2238 |
-
<rsg_data_shipping_zip_code>
|
2239 |
-
<label>Zip code</label>
|
2240 |
-
<frontend_type>select</frontend_type>
|
2241 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2242 |
-
<sort_order>720</sort_order>
|
2243 |
-
<show_in_default>1</show_in_default>
|
2244 |
-
<show_in_website>1</show_in_website>
|
2245 |
-
<show_in_store>0</show_in_store>
|
2246 |
-
<depends>
|
2247 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2248 |
-
</depends>
|
2249 |
-
</rsg_data_shipping_zip_code>
|
2250 |
-
<rsg_data_shipping_delivery_method>
|
2251 |
-
<label>Delivery Method</label>
|
2252 |
-
<frontend_type>select</frontend_type>
|
2253 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2254 |
-
<sort_order>730</sort_order>
|
2255 |
-
<show_in_default>1</show_in_default>
|
2256 |
-
<show_in_website>1</show_in_website>
|
2257 |
-
<show_in_store>0</show_in_store>
|
2258 |
-
<depends>
|
2259 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2260 |
-
</depends>
|
2261 |
-
</rsg_data_shipping_delivery_method>
|
2262 |
-
|
2263 |
-
<!-- ORDER -->
|
2264 |
-
<rsg_data_order_heading translate="label">
|
2265 |
-
<label>Order data to screening</label>
|
2266 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2267 |
-
<sort_order>760</sort_order>
|
2268 |
-
<show_in_default>1</show_in_default>
|
2269 |
-
<show_in_website>1</show_in_website>
|
2270 |
-
<show_in_store>0</show_in_store>
|
2271 |
-
<depends>
|
2272 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2273 |
-
</depends>
|
2274 |
-
</rsg_data_order_heading>
|
2275 |
-
<rsg_data_order_time_zone translate="label">
|
2276 |
-
<label>Time Zone</label>
|
2277 |
-
<frontend_type>select</frontend_type>
|
2278 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2279 |
-
<sort_order>770</sort_order>
|
2280 |
-
<show_in_default>1</show_in_default>
|
2281 |
-
<show_in_website>1</show_in_website>
|
2282 |
-
<show_in_store>0</show_in_store>
|
2283 |
-
<depends>
|
2284 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2285 |
-
</depends>
|
2286 |
-
</rsg_data_order_time_zone>
|
2287 |
-
<rsg_data_order_discount_value translate="label">
|
2288 |
-
<label>Discount value</label>
|
2289 |
-
<frontend_type>select</frontend_type>
|
2290 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2291 |
-
<sort_order>780</sort_order>
|
2292 |
-
<show_in_default>1</show_in_default>
|
2293 |
-
<show_in_website>1</show_in_website>
|
2294 |
-
<show_in_store>0</show_in_store>
|
2295 |
-
<depends>
|
2296 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2297 |
-
</depends>
|
2298 |
-
</rsg_data_order_discount_value>
|
2299 |
-
|
2300 |
-
<!-- LINE ITEM -->
|
2301 |
-
<rsg_data_item_heading translate="label">
|
2302 |
-
<label>Line item data to screening</label>
|
2303 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2304 |
-
<sort_order>790</sort_order>
|
2305 |
-
<show_in_default>1</show_in_default>
|
2306 |
-
<show_in_website>1</show_in_website>
|
2307 |
-
<show_in_store>0</show_in_store>
|
2308 |
-
<depends>
|
2309 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2310 |
-
</depends>
|
2311 |
-
</rsg_data_item_heading>
|
2312 |
-
<rsg_data_item_product_code translate="label">
|
2313 |
-
<label>SKU</label>
|
2314 |
-
<frontend_type>select</frontend_type>
|
2315 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2316 |
-
<sort_order>800</sort_order>
|
2317 |
-
<show_in_default>1</show_in_default>
|
2318 |
-
<show_in_website>1</show_in_website>
|
2319 |
-
<show_in_store>0</show_in_store>
|
2320 |
-
<depends>
|
2321 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2322 |
-
</depends>
|
2323 |
-
</rsg_data_item_product_code>
|
2324 |
-
<rsg_data_item_product_description translate="label">
|
2325 |
-
<label>Description</label>
|
2326 |
-
<frontend_type>select</frontend_type>
|
2327 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2328 |
-
<sort_order>810</sort_order>
|
2329 |
-
<show_in_default>1</show_in_default>
|
2330 |
-
<show_in_website>1</show_in_website>
|
2331 |
-
<show_in_store>0</show_in_store>
|
2332 |
-
<depends>
|
2333 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2334 |
-
</depends>
|
2335 |
-
</rsg_data_item_product_description>
|
2336 |
-
<rsg_data_item_product_category translate="label">
|
2337 |
-
<label>Category</label>
|
2338 |
-
<frontend_type>select</frontend_type>
|
2339 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2340 |
-
<sort_order>820</sort_order>
|
2341 |
-
<show_in_default>1</show_in_default>
|
2342 |
-
<show_in_website>1</show_in_website>
|
2343 |
-
<show_in_store>0</show_in_store>
|
2344 |
-
<depends>
|
2345 |
-
<allow_fraud_screening>1</allow_fraud_screening>
|
2346 |
</depends>
|
2347 |
-
</
|
2348 |
-
<
|
2349 |
-
<label>
|
|
|
|
|
|
|
|
|
|
|
|
|
2350 |
<frontend_type>select</frontend_type>
|
2351 |
-
<source_model>
|
2352 |
-
<sort_order>
|
2353 |
<show_in_default>1</show_in_default>
|
2354 |
<show_in_website>1</show_in_website>
|
2355 |
-
<show_in_store>
|
2356 |
<depends>
|
2357 |
-
<
|
2358 |
</depends>
|
2359 |
-
</
|
2360 |
-
<
|
2361 |
-
<label>
|
|
|
|
|
|
|
|
|
|
|
|
|
2362 |
<frontend_type>select</frontend_type>
|
2363 |
-
<source_model>
|
2364 |
-
<sort_order>
|
2365 |
<show_in_default>1</show_in_default>
|
2366 |
<show_in_website>1</show_in_website>
|
2367 |
-
<show_in_store>
|
2368 |
<depends>
|
2369 |
-
<
|
2370 |
</depends>
|
2371 |
-
</
|
2372 |
-
|
2373 |
-
|
2374 |
-
|
2375 |
-
|
2376 |
-
|
2377 |
-
|
|
|
|
|
|
|
2378 |
<show_in_default>1</show_in_default>
|
2379 |
<show_in_website>1</show_in_website>
|
2380 |
-
<show_in_store>
|
2381 |
<depends>
|
2382 |
-
<
|
2383 |
</depends>
|
2384 |
-
</
|
2385 |
-
<
|
2386 |
-
<label>
|
|
|
|
|
|
|
|
|
|
|
2387 |
<frontend_type>select</frontend_type>
|
2388 |
-
<source_model>
|
2389 |
-
<sort_order>
|
2390 |
<show_in_default>1</show_in_default>
|
2391 |
<show_in_website>1</show_in_website>
|
2392 |
-
<show_in_store>
|
2393 |
<depends>
|
2394 |
-
<
|
2395 |
</depends>
|
2396 |
-
</
|
2397 |
-
|
2398 |
-
|
2399 |
-
<
|
2400 |
-
<
|
2401 |
-
<sort_order>
|
2402 |
<show_in_default>1</show_in_default>
|
2403 |
<show_in_website>1</show_in_website>
|
2404 |
<show_in_store>0</show_in_store>
|
2405 |
-
|
2406 |
-
|
2407 |
-
</
|
2408 |
-
</rsg_data_billing_address_line1>
|
2409 |
-
<rsg_data_billing_address_line2>
|
2410 |
-
<label>Address line 2</label>
|
2411 |
<frontend_type>select</frontend_type>
|
2412 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2413 |
-
<sort_order>
|
2414 |
<show_in_default>1</show_in_default>
|
2415 |
<show_in_website>1</show_in_website>
|
2416 |
<show_in_store>0</show_in_store>
|
2417 |
-
|
2418 |
-
|
2419 |
-
</
|
2420 |
-
</rsg_data_billing_address_line2>
|
2421 |
-
<rsg_data_billing_city>
|
2422 |
-
<label>City</label>
|
2423 |
<frontend_type>select</frontend_type>
|
2424 |
-
<source_model>
|
2425 |
-
<sort_order>
|
2426 |
<show_in_default>1</show_in_default>
|
2427 |
<show_in_website>1</show_in_website>
|
2428 |
<show_in_store>0</show_in_store>
|
2429 |
<depends>
|
2430 |
<allow_fraud_screening>1</allow_fraud_screening>
|
2431 |
-
</depends>
|
2432 |
-
</
|
2433 |
-
|
2434 |
-
|
2435 |
-
|
2436 |
-
<
|
2437 |
-
<
|
|
|
2438 |
<show_in_default>1</show_in_default>
|
2439 |
<show_in_website>1</show_in_website>
|
2440 |
<show_in_store>0</show_in_store>
|
2441 |
<depends>
|
2442 |
<allow_fraud_screening>1</allow_fraud_screening>
|
2443 |
-
</depends>
|
2444 |
-
</
|
2445 |
-
<
|
2446 |
-
<label>
|
2447 |
<frontend_type>select</frontend_type>
|
2448 |
-
<source_model>
|
2449 |
-
<sort_order>
|
2450 |
<show_in_default>1</show_in_default>
|
2451 |
<show_in_website>1</show_in_website>
|
2452 |
<show_in_store>0</show_in_store>
|
2453 |
<depends>
|
2454 |
<allow_fraud_screening>1</allow_fraud_screening>
|
2455 |
-
</depends>
|
2456 |
-
</
|
2457 |
-
<
|
2458 |
-
<label>
|
2459 |
<frontend_type>select</frontend_type>
|
2460 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2461 |
-
<sort_order>
|
2462 |
<show_in_default>1</show_in_default>
|
2463 |
<show_in_website>1</show_in_website>
|
2464 |
<show_in_store>0</show_in_store>
|
2465 |
<depends>
|
2466 |
<allow_fraud_screening>1</allow_fraud_screening>
|
2467 |
</depends>
|
2468 |
-
</
|
2469 |
-
|
2470 |
-
|
2471 |
-
</datacash_api>
|
2472 |
-
<!-- API Prereg is DEPRICATED -->
|
2473 |
-
<!--<datacash_apiprereg translate="label,comment" module="dpg">
|
2474 |
-
<label>DataCash :: API (with pre-registered cards)</label>
|
2475 |
-
<frontend_type>text</frontend_type>
|
2476 |
-
<sort_order>4000</sort_order>
|
2477 |
-
<show_in_default>1</show_in_default>
|
2478 |
-
<show_in_website>1</show_in_website>
|
2479 |
-
<show_in_store>1</show_in_store>
|
2480 |
-
<fields>
|
2481 |
-
<active translate="label">
|
2482 |
-
<label>Enabled</label>
|
2483 |
-
<frontend_type>select</frontend_type>
|
2484 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2485 |
-
<sort_order>0</sort_order>
|
2486 |
-
<show_in_default>1</show_in_default>
|
2487 |
-
<show_in_website>1</show_in_website>
|
2488 |
-
<show_in_store>1</show_in_store>
|
2489 |
-
</active>
|
2490 |
-
<title translate="label">
|
2491 |
-
<label>Title</label>
|
2492 |
-
<frontend_type>text</frontend_type>
|
2493 |
-
<sort_order>10</sort_order>
|
2494 |
-
<show_in_default>1</show_in_default>
|
2495 |
-
<show_in_website>1</show_in_website>
|
2496 |
-
<show_in_store>1</show_in_store>
|
2497 |
-
</title>
|
2498 |
-
<order_status translate="label">
|
2499 |
-
<label>New Order Status</label>
|
2500 |
-
<frontend_type>select</frontend_type>
|
2501 |
-
<source_model>adminhtml/system_config_source_order_status</source_model>
|
2502 |
-
<sort_order>20</sort_order>
|
2503 |
-
<show_in_default>1</show_in_default>
|
2504 |
-
<show_in_website>1</show_in_website>
|
2505 |
-
<show_in_store>1</show_in_store>
|
2506 |
-
</order_status>
|
2507 |
-
<payment_action>
|
2508 |
-
<label>Payment Action</label>
|
2509 |
-
<frontend_type>select</frontend_type>
|
2510 |
-
<source_model>dpg/source_authtypes</source_model>
|
2511 |
-
<sort_order>30</sort_order>
|
2512 |
-
<show_in_default>1</show_in_default>
|
2513 |
-
<show_in_website>1</show_in_website>
|
2514 |
-
<show_in_store>0</show_in_store>
|
2515 |
-
</payment_action>
|
2516 |
-
<allowspecific translate="label">
|
2517 |
-
<label>Payment Applicable From</label>
|
2518 |
<frontend_type>select</frontend_type>
|
2519 |
-
<source_model>adminhtml/
|
2520 |
-
<sort_order>
|
2521 |
-
<show_in_default>1</show_in_default>
|
2522 |
-
<show_in_website>1</show_in_website>
|
2523 |
-
<show_in_store>1</show_in_store>
|
2524 |
-
</allowspecific>
|
2525 |
-
<sort_order translate="label">
|
2526 |
-
<label>Sort Order</label>
|
2527 |
-
<frontend_type>text</frontend_type>
|
2528 |
-
<sort_order>45</sort_order>
|
2529 |
-
<show_in_default>1</show_in_default>
|
2530 |
-
<show_in_website>1</show_in_website>
|
2531 |
-
<show_in_store>0</show_in_store>
|
2532 |
-
</sort_order>
|
2533 |
-
<specificcountry translate="label">
|
2534 |
-
<label>Countries Payment Applicable From</label>
|
2535 |
-
<frontend_type>multiselect</frontend_type>
|
2536 |
-
<source_model>adminhtml/system_config_source_country</source_model>
|
2537 |
-
<sort_order>50</sort_order>
|
2538 |
-
<show_in_default>1</show_in_default>
|
2539 |
-
<show_in_website>1</show_in_website>
|
2540 |
-
<show_in_store>1</show_in_store>
|
2541 |
-
<depends>
|
2542 |
-
<allowspecific>1</allowspecific>
|
2543 |
-
</depends>
|
2544 |
-
</specificcountry>
|
2545 |
-
<heading_merchant translate="label">
|
2546 |
-
<label>DataCash Integration</label>
|
2547 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2548 |
-
<sort_order>60</sort_order>
|
2549 |
-
<show_in_default>1</show_in_default>
|
2550 |
-
<show_in_website>1</show_in_website>
|
2551 |
-
<show_in_store>1</show_in_store>
|
2552 |
-
</heading_merchant>
|
2553 |
-
<merchant_id>
|
2554 |
-
<label>Merchant ID</label>
|
2555 |
-
<comment><![CDATA[
|
2556 |
-
Used when posting data from Magento to DataCash. <br/>
|
2557 |
-
Supplied by DataCash when you setup your account.
|
2558 |
-
]]></comment>
|
2559 |
-
<frontend_type>text</frontend_type>
|
2560 |
-
<sort_order>70</sort_order>
|
2561 |
-
<show_in_default>1</show_in_default>
|
2562 |
-
<show_in_website>1</show_in_website>
|
2563 |
-
<show_in_store>1</show_in_store>
|
2564 |
-
</merchant_id>
|
2565 |
-
<merchant_password translate="label">
|
2566 |
-
<label>Merchant Key</label>
|
2567 |
-
<comment><![CDATA[
|
2568 |
-
Used when posting data from Magento to DataCash. <br/>
|
2569 |
-
Supplied by DataCash when you setup your account. <br/>
|
2570 |
-
This will be reset every 12 months and will need to be updated.
|
2571 |
-
]]></comment>
|
2572 |
-
<frontend_type>obscure</frontend_type>
|
2573 |
-
<backend_model>adminhtml/system_config_backend_encrypted</backend_model>
|
2574 |
-
<sort_order>80</sort_order>
|
2575 |
<show_in_default>1</show_in_default>
|
2576 |
<show_in_website>1</show_in_website>
|
2577 |
-
<show_in_store>
|
2578 |
-
|
2579 |
-
|
2580 |
-
|
2581 |
-
|
2582 |
-
|
2583 |
-
|
2584 |
-
]]></comment>
|
2585 |
<frontend_type>select</frontend_type>
|
2586 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2587 |
-
<sort_order>
|
2588 |
<show_in_default>1</show_in_default>
|
2589 |
<show_in_website>1</show_in_website>
|
2590 |
<show_in_store>0</show_in_store>
|
2591 |
-
|
2592 |
-
|
2593 |
-
|
2594 |
-
|
2595 |
-
|
2596 |
-
|
2597 |
<frontend_type>select</frontend_type>
|
2598 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2599 |
-
<sort_order>
|
2600 |
<show_in_default>1</show_in_default>
|
2601 |
<show_in_website>1</show_in_website>
|
2602 |
<show_in_store>0</show_in_store>
|
2603 |
-
|
2604 |
-
|
2605 |
-
|
2606 |
-
|
2607 |
-
|
2608 |
-
|
2609 |
<frontend_type>select</frontend_type>
|
2610 |
-
<source_model>
|
2611 |
-
<sort_order>
|
2612 |
<show_in_default>1</show_in_default>
|
2613 |
<show_in_website>1</show_in_website>
|
2614 |
<show_in_store>0</show_in_store>
|
2615 |
-
|
2616 |
-
|
2617 |
-
|
2618 |
-
|
2619 |
-
|
|
|
|
|
|
|
|
|
2620 |
<show_in_default>1</show_in_default>
|
2621 |
<show_in_website>1</show_in_website>
|
2622 |
-
<show_in_store>
|
2623 |
-
|
2624 |
-
|
2625 |
-
|
2626 |
-
|
2627 |
-
|
2628 |
-
<
|
|
|
|
|
|
|
2629 |
<show_in_default>1</show_in_default>
|
2630 |
<show_in_website>1</show_in_website>
|
2631 |
-
<show_in_store>
|
2632 |
-
|
2633 |
-
|
2634 |
-
|
2635 |
-
|
2636 |
-
|
|
|
|
|
|
|
|
|
2637 |
<show_in_default>1</show_in_default>
|
2638 |
<show_in_website>1</show_in_website>
|
2639 |
<show_in_store>0</show_in_store>
|
2640 |
-
|
2641 |
-
|
2642 |
-
|
|
|
|
|
|
|
2643 |
<frontend_type>select</frontend_type>
|
2644 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2645 |
-
<sort_order>
|
2646 |
<show_in_default>1</show_in_default>
|
2647 |
<show_in_website>1</show_in_website>
|
2648 |
<show_in_store>0</show_in_store>
|
2649 |
-
|
2650 |
-
|
2651 |
-
|
|
|
|
|
|
|
2652 |
<frontend_type>select</frontend_type>
|
2653 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2654 |
-
<sort_order>
|
2655 |
<show_in_default>1</show_in_default>
|
2656 |
<show_in_website>1</show_in_website>
|
2657 |
<show_in_store>0</show_in_store>
|
2658 |
<depends>
|
2659 |
-
<
|
2660 |
-
</depends>
|
2661 |
-
</
|
2662 |
-
|
2663 |
-
|
|
|
|
|
2664 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2665 |
-
<sort_order>
|
2666 |
<show_in_default>1</show_in_default>
|
2667 |
<show_in_website>1</show_in_website>
|
2668 |
<show_in_store>0</show_in_store>
|
2669 |
<depends>
|
2670 |
-
<
|
2671 |
</depends>
|
2672 |
-
</
|
2673 |
-
<
|
2674 |
-
<label>
|
2675 |
<frontend_type>select</frontend_type>
|
2676 |
-
<source_model>
|
2677 |
-
<sort_order>
|
2678 |
<show_in_default>1</show_in_default>
|
2679 |
<show_in_website>1</show_in_website>
|
2680 |
<show_in_store>0</show_in_store>
|
2681 |
<depends>
|
2682 |
-
<
|
2683 |
</depends>
|
2684 |
-
</
|
2685 |
-
<
|
2686 |
-
<label>
|
2687 |
<frontend_type>select</frontend_type>
|
2688 |
-
<source_model>
|
2689 |
-
<sort_order>
|
2690 |
<show_in_default>1</show_in_default>
|
2691 |
<show_in_website>1</show_in_website>
|
2692 |
<show_in_store>0</show_in_store>
|
2693 |
<depends>
|
2694 |
-
<
|
2695 |
</depends>
|
2696 |
-
</
|
2697 |
-
<
|
2698 |
-
<label>
|
2699 |
<frontend_type>select</frontend_type>
|
2700 |
-
<source_model>
|
2701 |
-
<sort_order>
|
2702 |
<show_in_default>1</show_in_default>
|
2703 |
<show_in_website>1</show_in_website>
|
2704 |
<show_in_store>0</show_in_store>
|
2705 |
<depends>
|
2706 |
-
<
|
2707 |
-
</depends>
|
2708 |
-
</
|
2709 |
-
<
|
2710 |
-
<label>
|
2711 |
<frontend_type>select</frontend_type>
|
2712 |
-
<source_model>
|
2713 |
-
<sort_order>
|
2714 |
<show_in_default>1</show_in_default>
|
2715 |
<show_in_website>1</show_in_website>
|
2716 |
<show_in_store>0</show_in_store>
|
2717 |
<depends>
|
2718 |
-
<
|
2719 |
-
</depends>
|
2720 |
-
</
|
2721 |
-
<
|
2722 |
-
<label>
|
2723 |
<frontend_type>select</frontend_type>
|
2724 |
-
<source_model>
|
2725 |
-
<sort_order>
|
2726 |
<show_in_default>1</show_in_default>
|
2727 |
<show_in_website>1</show_in_website>
|
2728 |
<show_in_store>0</show_in_store>
|
2729 |
<depends>
|
2730 |
-
<
|
2731 |
-
</depends>
|
2732 |
-
</
|
2733 |
-
<
|
2734 |
-
<label>
|
2735 |
-
<
|
2736 |
-
<
|
|
|
2737 |
<show_in_default>1</show_in_default>
|
2738 |
<show_in_website>1</show_in_website>
|
2739 |
<show_in_store>0</show_in_store>
|
2740 |
<depends>
|
2741 |
-
<
|
2742 |
-
</depends>
|
2743 |
-
</
|
2744 |
-
<
|
2745 |
-
<label>
|
2746 |
<frontend_type>select</frontend_type>
|
2747 |
-
<source_model>
|
2748 |
-
<sort_order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2749 |
<show_in_default>1</show_in_default>
|
2750 |
<show_in_website>1</show_in_website>
|
2751 |
<show_in_store>0</show_in_store>
|
2752 |
<depends>
|
2753 |
-
<
|
2754 |
</depends>
|
2755 |
-
</
|
2756 |
-
<
|
2757 |
-
<label>
|
2758 |
<frontend_type>select</frontend_type>
|
2759 |
-
<source_model>
|
2760 |
-
<sort_order>
|
2761 |
<show_in_default>1</show_in_default>
|
2762 |
<show_in_website>1</show_in_website>
|
2763 |
<show_in_store>0</show_in_store>
|
2764 |
<depends>
|
2765 |
-
<
|
2766 |
</depends>
|
2767 |
-
</
|
2768 |
-
<
|
2769 |
-
<label>
|
2770 |
<frontend_type>select</frontend_type>
|
2771 |
-
<source_model>
|
2772 |
-
<sort_order>
|
2773 |
<show_in_default>1</show_in_default>
|
2774 |
<show_in_website>1</show_in_website>
|
2775 |
<show_in_store>0</show_in_store>
|
2776 |
<depends>
|
2777 |
-
<
|
2778 |
</depends>
|
2779 |
-
</
|
2780 |
-
|
2781 |
-
|
2782 |
-
|
2783 |
-
<
|
2784 |
-
<
|
|
|
2785 |
<show_in_default>1</show_in_default>
|
2786 |
<show_in_website>1</show_in_website>
|
2787 |
<show_in_store>0</show_in_store>
|
2788 |
<depends>
|
2789 |
-
<
|
2790 |
</depends>
|
2791 |
-
</
|
2792 |
-
<
|
2793 |
-
<label>
|
2794 |
<frontend_type>select</frontend_type>
|
2795 |
-
<source_model>
|
2796 |
-
<sort_order>
|
2797 |
<show_in_default>1</show_in_default>
|
2798 |
<show_in_website>1</show_in_website>
|
2799 |
<show_in_store>0</show_in_store>
|
2800 |
<depends>
|
2801 |
-
<
|
2802 |
</depends>
|
2803 |
-
</
|
2804 |
-
<
|
2805 |
-
<label>
|
2806 |
-
<
|
2807 |
-
<
|
|
|
2808 |
<show_in_default>1</show_in_default>
|
2809 |
<show_in_website>1</show_in_website>
|
2810 |
<show_in_store>0</show_in_store>
|
2811 |
<depends>
|
2812 |
-
<
|
2813 |
</depends>
|
2814 |
-
</
|
2815 |
-
<
|
2816 |
-
<label>
|
2817 |
<frontend_type>select</frontend_type>
|
2818 |
-
<source_model>
|
2819 |
-
<sort_order>
|
2820 |
<show_in_default>1</show_in_default>
|
2821 |
<show_in_website>1</show_in_website>
|
2822 |
<show_in_store>0</show_in_store>
|
2823 |
<depends>
|
2824 |
-
<
|
2825 |
</depends>
|
2826 |
-
</
|
2827 |
-
<
|
2828 |
-
<label>
|
2829 |
<frontend_type>select</frontend_type>
|
2830 |
-
<source_model>
|
2831 |
-
<sort_order>
|
2832 |
<show_in_default>1</show_in_default>
|
2833 |
<show_in_website>1</show_in_website>
|
2834 |
<show_in_store>0</show_in_store>
|
2835 |
<depends>
|
2836 |
-
<
|
2837 |
</depends>
|
2838 |
-
</
|
2839 |
-
<
|
2840 |
-
<label>
|
2841 |
<frontend_type>select</frontend_type>
|
2842 |
-
<source_model>
|
2843 |
-
<sort_order>
|
2844 |
<show_in_default>1</show_in_default>
|
2845 |
<show_in_website>1</show_in_website>
|
2846 |
<show_in_store>0</show_in_store>
|
2847 |
<depends>
|
2848 |
-
<
|
2849 |
</depends>
|
2850 |
-
</
|
2851 |
-
|
2852 |
-
|
2853 |
-
|
2854 |
-
<
|
2855 |
-
<
|
|
|
2856 |
<show_in_default>1</show_in_default>
|
2857 |
<show_in_website>1</show_in_website>
|
2858 |
<show_in_store>0</show_in_store>
|
2859 |
<depends>
|
2860 |
-
<
|
2861 |
</depends>
|
2862 |
-
</
|
2863 |
-
<
|
2864 |
-
<label>
|
2865 |
<frontend_type>select</frontend_type>
|
2866 |
-
<source_model>
|
2867 |
-
<sort_order>
|
2868 |
<show_in_default>1</show_in_default>
|
2869 |
<show_in_website>1</show_in_website>
|
2870 |
<show_in_store>0</show_in_store>
|
2871 |
<depends>
|
2872 |
-
<
|
2873 |
</depends>
|
2874 |
-
</
|
2875 |
-
<
|
2876 |
-
<label>
|
2877 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2878 |
-
<sort_order>400</sort_order>
|
2879 |
-
<show_in_default>1</show_in_default>
|
2880 |
-
<show_in_website>1</show_in_website>
|
2881 |
-
<show_in_store>1</show_in_store>
|
2882 |
-
</heading_3dsecure>
|
2883 |
-
<centinel translate="label">
|
2884 |
-
<label>3D Secure Card Validation</label>
|
2885 |
<frontend_type>select</frontend_type>
|
2886 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2887 |
-
<sort_order>
|
2888 |
<show_in_default>1</show_in_default>
|
2889 |
<show_in_website>1</show_in_website>
|
2890 |
-
<show_in_store>
|
2891 |
-
|
2892 |
-
|
2893 |
-
|
2894 |
-
|
2895 |
-
|
|
|
|
|
|
|
|
|
2896 |
<show_in_default>1</show_in_default>
|
2897 |
<show_in_website>1</show_in_website>
|
2898 |
-
<show_in_store>
|
2899 |
<depends>
|
2900 |
-
<
|
2901 |
-
</depends>
|
2902 |
-
</
|
2903 |
-
<
|
2904 |
-
<label>
|
2905 |
-
<comment><![CDATA[
|
2906 |
-
If DataCash does not receive a response from the <br />
|
2907 |
-
Directory Service, the card cannot be validated as <br />
|
2908 |
-
participating in 3-D Secure. In these circumstances <br />
|
2909 |
-
please choose how you would like to continue.
|
2910 |
-
]]></comment>
|
2911 |
<frontend_type>select</frontend_type>
|
2912 |
-
<source_model>
|
2913 |
-
<sort_order>
|
2914 |
<show_in_default>1</show_in_default>
|
2915 |
<show_in_website>1</show_in_website>
|
2916 |
-
<show_in_store>
|
2917 |
<depends>
|
2918 |
-
<
|
2919 |
-
</depends>
|
2920 |
-
</
|
2921 |
-
<
|
2922 |
-
<label>
|
2923 |
-
<comment><![CDATA[
|
2924 |
-
If DataCash does receive a response from the Directory Service <br />
|
2925 |
-
but it is invalid, it is not possible to ascertain if the <br />
|
2926 |
-
card is participating in 3-D Secure. In these circumstances <br />
|
2927 |
-
please choose how you would like to continue.
|
2928 |
-
]]></comment>
|
2929 |
<frontend_type>select</frontend_type>
|
2930 |
-
<source_model>
|
2931 |
-
<sort_order>
|
2932 |
<show_in_default>1</show_in_default>
|
2933 |
<show_in_website>1</show_in_website>
|
2934 |
-
<show_in_store>
|
2935 |
<depends>
|
2936 |
-
<
|
2937 |
-
</depends>
|
2938 |
-
</
|
2939 |
-
<
|
2940 |
-
<label>
|
2941 |
-
<comment><![CDATA[
|
2942 |
-
Card is not in cache so no 3-D Secure Enrollment Check Request is submitted. <br />
|
2943 |
-
In these circumstances please choose how you would like to continue.
|
2944 |
-
]]></comment>
|
2945 |
<frontend_type>select</frontend_type>
|
2946 |
-
<source_model>
|
2947 |
-
<sort_order>
|
2948 |
<show_in_default>1</show_in_default>
|
2949 |
<show_in_website>1</show_in_website>
|
2950 |
-
<show_in_store>
|
2951 |
<depends>
|
2952 |
-
<
|
2953 |
-
</depends>
|
2954 |
-
</
|
2955 |
-
<
|
2956 |
-
<label>
|
2957 |
-
<comment><![CDATA[
|
2958 |
-
If DataCash is not able to communicate with the Directory Service <br />
|
2959 |
-
there is no way of establishing if the card is participating in 3-D Secure. <br />
|
2960 |
-
In these circumstances please choose how you would like to continue.
|
2961 |
-
]]></comment>
|
2962 |
<frontend_type>select</frontend_type>
|
2963 |
-
<source_model>
|
2964 |
-
<sort_order>
|
2965 |
<show_in_default>1</show_in_default>
|
2966 |
<show_in_website>1</show_in_website>
|
2967 |
-
<show_in_store>
|
2968 |
<depends>
|
2969 |
-
<
|
2970 |
-
</depends>
|
2971 |
-
</
|
|
|
2972 |
</fields>
|
2973 |
-
</
|
2974 |
</groups>
|
2975 |
</payment>
|
2976 |
</sections>
|
10 |
<show_in_website>1</show_in_website>
|
11 |
<show_in_store>1</show_in_store>
|
12 |
</datacash_hint>
|
13 |
+
<datacash_hcc translate="label,comment" module="dpg">
|
14 |
+
<label>DataCash :: Hosted Card Capture</label>
|
|
|
15 |
<frontend_type>text</frontend_type>
|
16 |
+
<sort_order>2000</sort_order>
|
17 |
<show_in_default>1</show_in_default>
|
18 |
<show_in_website>1</show_in_website>
|
19 |
<show_in_store>1</show_in_store>
|
103 |
<show_in_store>1</show_in_store>
|
104 |
</merchant_id>
|
105 |
<merchant_password translate="label">
|
106 |
+
<label>Merchant Key</label>
|
107 |
<comment><![CDATA[
|
108 |
Used when posting data from Magento to DataCash. <br/>
|
109 |
Supplied by DataCash when you setup your account. <br/>
|
119 |
<page_set_id>
|
120 |
<label>Page Set ID</label>
|
121 |
<comment><![CDATA[
|
122 |
+
Defines the design of the hosted form. <br/>
|
123 |
+
Supplied by DataCash when you setup your account.
|
124 |
+
]]></comment>
|
125 |
<frontend_type>text</frontend_type>
|
126 |
<sort_order>90</sort_order>
|
127 |
<show_in_default>1</show_in_default>
|
128 |
<show_in_website>1</show_in_website>
|
129 |
<show_in_store>1</show_in_store>
|
130 |
</page_set_id>
|
131 |
+
<allow_tokenizer>
|
132 |
+
<label>Enable DataCash Tokenised Cards</label>
|
133 |
+
<comment><![CDATA[
|
134 |
+
This allows the users to save and re-use saved cards.
|
135 |
+
]]></comment>
|
136 |
+
<frontend_type>select</frontend_type>
|
137 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
138 |
+
<sort_order>97</sort_order>
|
139 |
+
<show_in_default>1</show_in_default>
|
140 |
+
<show_in_website>1</show_in_website>
|
141 |
+
<show_in_store>0</show_in_store>
|
142 |
+
</allow_tokenizer>
|
143 |
<debug translate="label">
|
144 |
<label>Debug</label>
|
145 |
<comment><![CDATA[
|
146 |
+
Enable additional log output for payment processes
|
147 |
]]></comment>
|
148 |
<frontend_type>select</frontend_type>
|
149 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
150 |
<sort_order>100</sort_order>
|
151 |
<show_in_default>1</show_in_default>
|
152 |
<show_in_website>1</show_in_website>
|
153 |
+
<show_in_store>1</show_in_store>
|
154 |
</debug>
|
155 |
<sandbox translate="label">
|
156 |
<label>Gateway Mode</label>
|
163 |
<show_in_default>1</show_in_default>
|
164 |
<show_in_website>1</show_in_website>
|
165 |
<show_in_store>0</show_in_store>
|
166 |
+
</sandbox>
|
167 |
<heading_card_settings translate="label">
|
168 |
<label>Credit Card Settings</label>
|
169 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
172 |
<show_in_website>1</show_in_website>
|
173 |
<show_in_store>1</show_in_store>
|
174 |
</heading_card_settings>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
<useccv_advanced translate="label">
|
176 |
<label>Use Extended CV2 Policy</label>
|
177 |
<frontend_type>select</frontend_type>
|
180 |
<show_in_default>1</show_in_default>
|
181 |
<show_in_website>1</show_in_website>
|
182 |
<show_in_store>0</show_in_store>
|
|
|
|
|
|
|
183 |
</useccv_advanced>
|
184 |
<heading_extpol_cv2policy translate="label">
|
185 |
<label>Extended Policy - CV2</label>
|
402 |
<show_in_website>1</show_in_website>
|
403 |
<show_in_store>1</show_in_store>
|
404 |
</heading_3dsecure>
|
405 |
+
<centinel translate="label">
|
406 |
<label>3D Secure Card Validation</label>
|
407 |
<frontend_type>select</frontend_type>
|
408 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
409 |
+
<sort_order>410</sort_order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
410 |
<show_in_default>1</show_in_default>
|
411 |
<show_in_website>1</show_in_website>
|
412 |
<show_in_store>1</show_in_store>
|
413 |
+
</centinel>
|
414 |
+
<heading_3dsecure_behaviours translate="label">
|
415 |
+
<label>3-D Secure Behaviours</label>
|
416 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
417 |
+
<sort_order>420</sort_order>
|
|
|
418 |
<show_in_default>1</show_in_default>
|
419 |
<show_in_website>1</show_in_website>
|
420 |
<show_in_store>1</show_in_store>
|
421 |
+
<depends>
|
422 |
+
<centinel>1</centinel>
|
423 |
+
</depends>
|
424 |
+
</heading_3dsecure_behaviours>
|
425 |
+
<threedsecure_behaviour_159 translate="label">
|
426 |
+
<label>DPG Response 159 - No VERes from DS</label>
|
427 |
+
<comment><![CDATA[
|
428 |
+
If DataCash does not receive a response from the <br />
|
429 |
+
Directory Service, the card cannot be validated as <br />
|
430 |
+
participating in 3-D Secure. In these circumstances <br />
|
431 |
+
please choose how you would like to continue.
|
432 |
+
]]></comment>
|
433 |
<frontend_type>select</frontend_type>
|
434 |
+
<source_model>dpg/source_threedstypes</source_model>
|
435 |
+
<sort_order>430</sort_order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
436 |
<show_in_default>1</show_in_default>
|
437 |
<show_in_website>1</show_in_website>
|
438 |
<show_in_store>1</show_in_store>
|
439 |
<depends>
|
440 |
+
<centinel>1</centinel>
|
441 |
</depends>
|
442 |
+
</threedsecure_behaviour_159>
|
443 |
+
<threedsecure_behaviour_160 translate="label">
|
444 |
+
<label>DPG Response 160 - Invalid VERes from DS</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
445 |
<comment><![CDATA[
|
446 |
+
If DataCash does receive a response from the Directory Service <br />
|
447 |
+
but it is invalid, it is not possible to ascertain if the <br />
|
448 |
+
card is participating in 3-D Secure. In these circumstances <br />
|
449 |
+
please choose how you would like to continue.
|
450 |
]]></comment>
|
451 |
+
<frontend_type>select</frontend_type>
|
452 |
+
<source_model>dpg/source_threedstypes</source_model>
|
453 |
+
<sort_order>440</sort_order>
|
454 |
<show_in_default>1</show_in_default>
|
455 |
<show_in_website>1</show_in_website>
|
456 |
<show_in_store>1</show_in_store>
|
457 |
+
<depends>
|
458 |
+
<centinel>1</centinel>
|
459 |
+
</depends>
|
460 |
+
</threedsecure_behaviour_160>
|
461 |
+
<threedsecure_behaviour_173 translate="label">
|
462 |
+
<label>DPG Response 173 - Card not Enrolled in Cache</label>
|
463 |
<comment><![CDATA[
|
464 |
+
Card is not in cache so no 3-D Secure Enrollment Check Request is submitted. <br />
|
465 |
+
In these circumstances please choose how you would like to continue.
|
|
|
466 |
]]></comment>
|
467 |
+
<frontend_type>select</frontend_type>
|
468 |
+
<source_model>dpg/source_threedstypes</source_model>
|
469 |
+
<sort_order>450</sort_order>
|
470 |
<show_in_default>1</show_in_default>
|
471 |
<show_in_website>1</show_in_website>
|
472 |
<show_in_store>1</show_in_store>
|
473 |
+
<depends>
|
474 |
+
<centinel>1</centinel>
|
475 |
+
</depends>
|
476 |
+
</threedsecure_behaviour_173>
|
477 |
+
<threedsecure_behaviour_187 translate="label">
|
478 |
+
<label>DPG Response 187 - Unable to Verify</label>
|
479 |
<comment><![CDATA[
|
480 |
+
If DataCash is not able to communicate with the Directory Service <br />
|
481 |
+
there is no way of establishing if the card is participating in 3-D Secure. <br />
|
482 |
+
In these circumstances please choose how you would like to continue.
|
483 |
+
]]></comment>
|
484 |
+
<frontend_type>select</frontend_type>
|
485 |
+
<source_model>dpg/source_threedstypes</source_model>
|
486 |
+
<sort_order>460</sort_order>
|
487 |
<show_in_default>1</show_in_default>
|
488 |
<show_in_website>1</show_in_website>
|
489 |
<show_in_store>1</show_in_store>
|
490 |
+
<depends>
|
491 |
+
<centinel>1</centinel>
|
492 |
+
</depends>
|
493 |
+
</threedsecure_behaviour_187>
|
494 |
+
|
495 |
+
<rsg_heading translate="label">
|
496 |
+
<label>Fraud screening</label>
|
497 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
498 |
+
<sort_order>499</sort_order>
|
499 |
<show_in_default>1</show_in_default>
|
500 |
<show_in_website>1</show_in_website>
|
501 |
<show_in_store>0</show_in_store>
|
502 |
+
</rsg_heading>
|
503 |
+
<allow_fraud_screening>
|
504 |
+
<label>Enable DataCash Fraud Services</label>
|
|
|
|
|
|
|
505 |
<frontend_type>select</frontend_type>
|
506 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
507 |
+
<sort_order>500</sort_order>
|
508 |
<show_in_default>1</show_in_default>
|
509 |
<show_in_website>1</show_in_website>
|
510 |
+
<show_in_store>0</show_in_store>
|
511 |
+
</allow_fraud_screening>
|
512 |
+
<rsg_service_mode translate="label">
|
513 |
+
<label>Fraud Screening Mode</label>
|
|
|
|
|
|
|
514 |
<frontend_type>select</frontend_type>
|
515 |
+
<source_model>dpg/source_rsgServiceTypes</source_model>
|
516 |
+
<sort_order>510</sort_order>
|
517 |
<show_in_default>1</show_in_default>
|
518 |
<show_in_website>1</show_in_website>
|
519 |
<show_in_store>0</show_in_store>
|
520 |
+
<depends>
|
521 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
522 |
+
</depends>
|
523 |
+
</rsg_service_mode>
|
524 |
+
|
525 |
+
<!-- CUSTOMER -->
|
526 |
+
<rsg_data_customer_heading translate="label">
|
527 |
+
<label>Customer data to screening</label>
|
528 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
529 |
+
<sort_order>520</sort_order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
530 |
<show_in_default>1</show_in_default>
|
531 |
<show_in_website>1</show_in_website>
|
532 |
<show_in_store>0</show_in_store>
|
533 |
<depends>
|
534 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
535 |
</depends>
|
536 |
+
</rsg_data_customer_heading>
|
537 |
+
<rsg_data_customer_first_name translate="label">
|
538 |
+
<label>First Name / Surname</label>
|
539 |
<frontend_type>select</frontend_type>
|
540 |
+
<source_model>dpg/source_rsgBillingShipping</source_model>
|
541 |
+
<sort_order>530</sort_order>
|
542 |
<show_in_default>1</show_in_default>
|
543 |
<show_in_website>1</show_in_website>
|
544 |
<show_in_store>0</show_in_store>
|
545 |
<depends>
|
546 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
547 |
</depends>
|
548 |
+
</rsg_data_customer_first_name>
|
549 |
+
<rsg_data_customer_ip_address>
|
550 |
+
<label>IP address</label>
|
551 |
<frontend_type>select</frontend_type>
|
552 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
553 |
+
<sort_order>550</sort_order>
|
554 |
<show_in_default>1</show_in_default>
|
555 |
<show_in_website>1</show_in_website>
|
556 |
<show_in_store>0</show_in_store>
|
557 |
<depends>
|
558 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
559 |
+
</depends>
|
560 |
+
</rsg_data_customer_ip_address>
|
561 |
+
<rsg_data_customer_user_id>
|
562 |
+
<label>Customer ID</label>
|
563 |
<frontend_type>select</frontend_type>
|
564 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
565 |
+
<sort_order>560</sort_order>
|
566 |
<show_in_default>1</show_in_default>
|
567 |
<show_in_website>1</show_in_website>
|
568 |
<show_in_store>0</show_in_store>
|
569 |
<depends>
|
570 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
571 |
+
</depends>
|
572 |
+
</rsg_data_customer_user_id>
|
573 |
+
<rsg_data_customer_email_address>
|
574 |
+
<label>Customer Email</label>
|
575 |
<frontend_type>select</frontend_type>
|
576 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
577 |
+
<sort_order>565</sort_order>
|
578 |
<show_in_default>1</show_in_default>
|
579 |
<show_in_website>1</show_in_website>
|
580 |
<show_in_store>0</show_in_store>
|
581 |
<depends>
|
582 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
583 |
+
</depends>
|
584 |
+
</rsg_data_customer_email_address>
|
585 |
+
<rsg_data_customer_telephone>
|
586 |
+
<label>Telephone</label>
|
587 |
<frontend_type>select</frontend_type>
|
588 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
589 |
+
<sort_order>570</sort_order>
|
590 |
<show_in_default>1</show_in_default>
|
591 |
<show_in_website>1</show_in_website>
|
592 |
<show_in_store>0</show_in_store>
|
593 |
<depends>
|
594 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
595 |
+
</depends>
|
596 |
+
</rsg_data_customer_telephone>
|
597 |
+
<rsg_data_customer_address_line1>
|
598 |
+
<label>Address line 1</label>
|
599 |
+
<frontend_type>select</frontend_type>
|
600 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
601 |
+
<sort_order>580</sort_order>
|
602 |
<show_in_default>1</show_in_default>
|
603 |
<show_in_website>1</show_in_website>
|
604 |
<show_in_store>0</show_in_store>
|
605 |
<depends>
|
606 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
607 |
+
</depends>
|
608 |
+
</rsg_data_customer_address_line1>
|
609 |
+
<rsg_data_customer_address_line2>
|
610 |
+
<label>Address line 2</label>
|
611 |
<frontend_type>select</frontend_type>
|
612 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
613 |
+
<sort_order>590</sort_order>
|
614 |
<show_in_default>1</show_in_default>
|
615 |
<show_in_website>1</show_in_website>
|
616 |
<show_in_store>0</show_in_store>
|
617 |
<depends>
|
618 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
619 |
+
</depends>
|
620 |
+
</rsg_data_customer_address_line2>
|
621 |
+
<rsg_data_customer_city>
|
622 |
+
<label>City</label>
|
623 |
<frontend_type>select</frontend_type>
|
624 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
625 |
+
<sort_order>600</sort_order>
|
626 |
<show_in_default>1</show_in_default>
|
627 |
<show_in_website>1</show_in_website>
|
628 |
<show_in_store>0</show_in_store>
|
629 |
<depends>
|
630 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
631 |
+
</depends>
|
632 |
+
</rsg_data_customer_city>
|
633 |
+
<rsg_data_customer_state_province>
|
634 |
+
<label>State/Province</label>
|
635 |
<frontend_type>select</frontend_type>
|
636 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
637 |
+
<sort_order>610</sort_order>
|
638 |
<show_in_default>1</show_in_default>
|
639 |
<show_in_website>1</show_in_website>
|
640 |
<show_in_store>0</show_in_store>
|
641 |
<depends>
|
642 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
643 |
+
</depends>
|
644 |
+
</rsg_data_customer_state_province>
|
645 |
+
<rsg_data_customer_country>
|
646 |
+
<label>Country</label>
|
647 |
<frontend_type>select</frontend_type>
|
648 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
649 |
+
<sort_order>620</sort_order>
|
650 |
<show_in_default>1</show_in_default>
|
651 |
<show_in_website>1</show_in_website>
|
652 |
<show_in_store>0</show_in_store>
|
653 |
<depends>
|
654 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
655 |
+
</depends>
|
656 |
+
</rsg_data_customer_country>
|
657 |
+
<rsg_data_customer_zip_code>
|
658 |
+
<label>Zip code</label>
|
659 |
<frontend_type>select</frontend_type>
|
660 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
661 |
+
<sort_order>630</sort_order>
|
662 |
<show_in_default>1</show_in_default>
|
663 |
<show_in_website>1</show_in_website>
|
664 |
<show_in_store>0</show_in_store>
|
665 |
<depends>
|
666 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
667 |
+
</depends>
|
668 |
+
</rsg_data_customer_zip_code>
|
669 |
+
|
670 |
+
<!-- SHIPPING -->
|
671 |
+
<rsg_data_shipping_heading translate="label">
|
672 |
+
<label>Shipping data to screening</label>
|
673 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
674 |
+
<sort_order>640</sort_order>
|
675 |
<show_in_default>1</show_in_default>
|
676 |
<show_in_website>1</show_in_website>
|
677 |
<show_in_store>0</show_in_store>
|
678 |
<depends>
|
679 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
680 |
</depends>
|
681 |
+
</rsg_data_shipping_heading>
|
682 |
+
<rsg_data_shipping_first_name translate="label">
|
683 |
+
<label>First Name</label>
|
684 |
<frontend_type>select</frontend_type>
|
685 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
686 |
+
<sort_order>650</sort_order>
|
687 |
<show_in_default>1</show_in_default>
|
688 |
<show_in_website>1</show_in_website>
|
689 |
<show_in_store>0</show_in_store>
|
690 |
<depends>
|
691 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
692 |
</depends>
|
693 |
+
</rsg_data_shipping_first_name>
|
694 |
+
<rsg_data_shipping_surname translate="label">
|
695 |
+
<label>Surname</label>
|
696 |
<frontend_type>select</frontend_type>
|
697 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
698 |
+
<sort_order>660</sort_order>
|
699 |
<show_in_default>1</show_in_default>
|
700 |
<show_in_website>1</show_in_website>
|
701 |
<show_in_store>0</show_in_store>
|
702 |
<depends>
|
703 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
704 |
</depends>
|
705 |
+
</rsg_data_shipping_surname>
|
706 |
+
<rsg_data_shipping_address_line1>
|
707 |
+
<label>Address line 1</label>
|
708 |
<frontend_type>select</frontend_type>
|
709 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
710 |
+
<sort_order>670</sort_order>
|
711 |
<show_in_default>1</show_in_default>
|
712 |
<show_in_website>1</show_in_website>
|
713 |
<show_in_store>0</show_in_store>
|
714 |
<depends>
|
715 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
716 |
+
</depends>
|
717 |
+
</rsg_data_shipping_address_line1>
|
718 |
+
<rsg_data_shipping_address_line2>
|
719 |
+
<label>Address line 2</label>
|
720 |
<frontend_type>select</frontend_type>
|
721 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
722 |
+
<sort_order>680</sort_order>
|
723 |
<show_in_default>1</show_in_default>
|
724 |
<show_in_website>1</show_in_website>
|
725 |
<show_in_store>0</show_in_store>
|
726 |
<depends>
|
727 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
728 |
+
</depends>
|
729 |
+
</rsg_data_shipping_address_line2>
|
730 |
+
<rsg_data_shipping_city>
|
731 |
+
<label>City</label>
|
732 |
<frontend_type>select</frontend_type>
|
733 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
734 |
+
<sort_order>690</sort_order>
|
735 |
<show_in_default>1</show_in_default>
|
736 |
<show_in_website>1</show_in_website>
|
737 |
<show_in_store>0</show_in_store>
|
738 |
<depends>
|
739 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
740 |
+
</depends>
|
741 |
+
</rsg_data_shipping_city>
|
742 |
+
<rsg_data_shipping_state_province>
|
743 |
+
<label>State/Province</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
744 |
<frontend_type>select</frontend_type>
|
745 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
746 |
+
<sort_order>700</sort_order>
|
747 |
<show_in_default>1</show_in_default>
|
748 |
<show_in_website>1</show_in_website>
|
749 |
+
<show_in_store>0</show_in_store>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
750 |
<depends>
|
751 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
752 |
+
</depends>
|
753 |
+
</rsg_data_shipping_state_province>
|
754 |
+
<rsg_data_shipping_country>
|
755 |
+
<label>Country</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
756 |
<frontend_type>select</frontend_type>
|
757 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
758 |
+
<sort_order>710</sort_order>
|
759 |
<show_in_default>1</show_in_default>
|
760 |
<show_in_website>1</show_in_website>
|
761 |
+
<show_in_store>0</show_in_store>
|
762 |
<depends>
|
763 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
764 |
+
</depends>
|
765 |
+
</rsg_data_shipping_country>
|
766 |
+
<rsg_data_shipping_zip_code>
|
767 |
+
<label>Zip code</label>
|
|
|
|
|
|
|
|
|
768 |
<frontend_type>select</frontend_type>
|
769 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
770 |
+
<sort_order>720</sort_order>
|
771 |
<show_in_default>1</show_in_default>
|
772 |
<show_in_website>1</show_in_website>
|
773 |
+
<show_in_store>0</show_in_store>
|
774 |
<depends>
|
775 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
776 |
+
</depends>
|
777 |
+
</rsg_data_shipping_zip_code>
|
778 |
+
<rsg_data_shipping_delivery_method>
|
779 |
+
<label>Delivery Method</label>
|
|
|
|
|
|
|
|
|
|
|
780 |
<frontend_type>select</frontend_type>
|
781 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
782 |
+
<sort_order>730</sort_order>
|
783 |
<show_in_default>1</show_in_default>
|
784 |
<show_in_website>1</show_in_website>
|
785 |
+
<show_in_store>0</show_in_store>
|
786 |
<depends>
|
787 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
788 |
+
</depends>
|
789 |
+
</rsg_data_shipping_delivery_method>
|
790 |
|
791 |
+
<!-- ORDER -->
|
792 |
+
<rsg_data_order_heading translate="label">
|
793 |
+
<label>Order data to screening</label>
|
794 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
795 |
+
<sort_order>760</sort_order>
|
796 |
<show_in_default>1</show_in_default>
|
797 |
<show_in_website>1</show_in_website>
|
798 |
<show_in_store>0</show_in_store>
|
799 |
+
<depends>
|
800 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
801 |
+
</depends>
|
802 |
+
</rsg_data_order_heading>
|
803 |
+
<rsg_data_order_time_zone translate="label">
|
804 |
+
<label>Time Zone</label>
|
805 |
<frontend_type>select</frontend_type>
|
806 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
807 |
+
<sort_order>770</sort_order>
|
808 |
<show_in_default>1</show_in_default>
|
809 |
<show_in_website>1</show_in_website>
|
810 |
<show_in_store>0</show_in_store>
|
811 |
+
<depends>
|
812 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
813 |
+
</depends>
|
814 |
+
</rsg_data_order_time_zone>
|
815 |
+
<rsg_data_order_discount_value translate="label">
|
816 |
+
<label>Discount value</label>
|
817 |
<frontend_type>select</frontend_type>
|
818 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
819 |
+
<sort_order>780</sort_order>
|
820 |
<show_in_default>1</show_in_default>
|
821 |
<show_in_website>1</show_in_website>
|
822 |
<show_in_store>0</show_in_store>
|
823 |
<depends>
|
824 |
<allow_fraud_screening>1</allow_fraud_screening>
|
825 |
</depends>
|
826 |
+
</rsg_data_order_discount_value>
|
827 |
|
828 |
+
<!-- LINE ITEM -->
|
829 |
+
<rsg_data_item_heading translate="label">
|
830 |
+
<label>Line item data to screening</label>
|
831 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
832 |
+
<sort_order>790</sort_order>
|
833 |
<show_in_default>1</show_in_default>
|
834 |
<show_in_website>1</show_in_website>
|
835 |
<show_in_store>0</show_in_store>
|
836 |
<depends>
|
837 |
<allow_fraud_screening>1</allow_fraud_screening>
|
838 |
</depends>
|
839 |
+
</rsg_data_item_heading>
|
840 |
+
<rsg_data_item_product_code translate="label">
|
841 |
+
<label>SKU</label>
|
842 |
<frontend_type>select</frontend_type>
|
843 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
844 |
+
<sort_order>800</sort_order>
|
845 |
<show_in_default>1</show_in_default>
|
846 |
<show_in_website>1</show_in_website>
|
847 |
<show_in_store>0</show_in_store>
|
848 |
<depends>
|
849 |
<allow_fraud_screening>1</allow_fraud_screening>
|
850 |
</depends>
|
851 |
+
</rsg_data_item_product_code>
|
852 |
+
<rsg_data_item_product_description translate="label">
|
853 |
+
<label>Description</label>
|
854 |
<frontend_type>select</frontend_type>
|
855 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
856 |
+
<sort_order>810</sort_order>
|
857 |
<show_in_default>1</show_in_default>
|
858 |
<show_in_website>1</show_in_website>
|
859 |
<show_in_store>0</show_in_store>
|
860 |
<depends>
|
861 |
<allow_fraud_screening>1</allow_fraud_screening>
|
862 |
</depends>
|
863 |
+
</rsg_data_item_product_description>
|
864 |
+
<rsg_data_item_product_category translate="label">
|
865 |
+
<label>Category</label>
|
866 |
<frontend_type>select</frontend_type>
|
867 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
868 |
+
<sort_order>820</sort_order>
|
869 |
<show_in_default>1</show_in_default>
|
870 |
<show_in_website>1</show_in_website>
|
871 |
<show_in_store>0</show_in_store>
|
872 |
<depends>
|
873 |
<allow_fraud_screening>1</allow_fraud_screening>
|
874 |
+
</depends>
|
875 |
+
</rsg_data_item_product_category>
|
876 |
+
<rsg_data_item_order_quantity translate="label">
|
877 |
+
<label>Order quantity</label>
|
878 |
<frontend_type>select</frontend_type>
|
879 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
880 |
+
<sort_order>830</sort_order>
|
881 |
<show_in_default>1</show_in_default>
|
882 |
<show_in_website>1</show_in_website>
|
883 |
<show_in_store>0</show_in_store>
|
884 |
<depends>
|
885 |
<allow_fraud_screening>1</allow_fraud_screening>
|
886 |
+
</depends>
|
887 |
+
</rsg_data_item_order_quantity>
|
888 |
+
<rsg_data_item_unit_price translate="label">
|
889 |
+
<label>Unit price</label>
|
890 |
<frontend_type>select</frontend_type>
|
891 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
892 |
+
<sort_order>840</sort_order>
|
893 |
<show_in_default>1</show_in_default>
|
894 |
<show_in_website>1</show_in_website>
|
895 |
<show_in_store>0</show_in_store>
|
896 |
<depends>
|
897 |
<allow_fraud_screening>1</allow_fraud_screening>
|
898 |
+
</depends>
|
899 |
+
</rsg_data_item_unit_price>
|
900 |
+
|
901 |
+
<!-- BILLING -->
|
902 |
+
<rsg_data_billing_heading translate="label">
|
903 |
+
<label>Billing data to screening</label>
|
904 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
905 |
+
<sort_order>850</sort_order>
|
906 |
+
<show_in_default>1</show_in_default>
|
907 |
+
<show_in_website>1</show_in_website>
|
908 |
+
<show_in_store>0</show_in_store>
|
909 |
+
<depends>
|
910 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
911 |
+
</depends>
|
912 |
+
</rsg_data_billing_heading>
|
913 |
+
<rsg_data_billing_name translate="label">
|
914 |
+
<label>First Name / Surname</label>
|
915 |
<frontend_type>select</frontend_type>
|
916 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
917 |
+
<sort_order>860</sort_order>
|
918 |
<show_in_default>1</show_in_default>
|
919 |
<show_in_website>1</show_in_website>
|
920 |
<show_in_store>0</show_in_store>
|
921 |
<depends>
|
922 |
<allow_fraud_screening>1</allow_fraud_screening>
|
923 |
+
</depends>
|
924 |
+
</rsg_data_billing_name>
|
925 |
+
<rsg_data_billing_address_line1>
|
926 |
<label>Address line 1</label>
|
927 |
<frontend_type>select</frontend_type>
|
928 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
929 |
+
<sort_order>870</sort_order>
|
930 |
<show_in_default>1</show_in_default>
|
931 |
<show_in_website>1</show_in_website>
|
932 |
<show_in_store>0</show_in_store>
|
933 |
<depends>
|
934 |
<allow_fraud_screening>1</allow_fraud_screening>
|
935 |
</depends>
|
936 |
+
</rsg_data_billing_address_line1>
|
937 |
+
<rsg_data_billing_address_line2>
|
938 |
<label>Address line 2</label>
|
939 |
<frontend_type>select</frontend_type>
|
940 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
941 |
+
<sort_order>880</sort_order>
|
942 |
<show_in_default>1</show_in_default>
|
943 |
<show_in_website>1</show_in_website>
|
944 |
<show_in_store>0</show_in_store>
|
945 |
<depends>
|
946 |
<allow_fraud_screening>1</allow_fraud_screening>
|
947 |
</depends>
|
948 |
+
</rsg_data_billing_address_line2>
|
949 |
+
<rsg_data_billing_city>
|
950 |
<label>City</label>
|
951 |
<frontend_type>select</frontend_type>
|
952 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
953 |
+
<sort_order>890</sort_order>
|
954 |
<show_in_default>1</show_in_default>
|
955 |
<show_in_website>1</show_in_website>
|
956 |
<show_in_store>0</show_in_store>
|
957 |
<depends>
|
958 |
<allow_fraud_screening>1</allow_fraud_screening>
|
959 |
</depends>
|
960 |
+
</rsg_data_billing_city>
|
961 |
+
<rsg_data_billing_state_province>
|
962 |
<label>State/Province</label>
|
963 |
<frontend_type>select</frontend_type>
|
964 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
965 |
+
<sort_order>900</sort_order>
|
966 |
<show_in_default>1</show_in_default>
|
967 |
<show_in_website>1</show_in_website>
|
968 |
<show_in_store>0</show_in_store>
|
969 |
<depends>
|
970 |
<allow_fraud_screening>1</allow_fraud_screening>
|
971 |
</depends>
|
972 |
+
</rsg_data_billing_state_province>
|
973 |
+
<rsg_data_billing_country>
|
974 |
<label>Country</label>
|
975 |
<frontend_type>select</frontend_type>
|
976 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
977 |
+
<sort_order>910</sort_order>
|
978 |
<show_in_default>1</show_in_default>
|
979 |
<show_in_website>1</show_in_website>
|
980 |
<show_in_store>0</show_in_store>
|
981 |
<depends>
|
982 |
<allow_fraud_screening>1</allow_fraud_screening>
|
983 |
</depends>
|
984 |
+
</rsg_data_billing_country>
|
985 |
+
<rsg_data_billing_zip_code>
|
986 |
<label>Zip code</label>
|
987 |
<frontend_type>select</frontend_type>
|
988 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
989 |
+
<sort_order>920</sort_order>
|
990 |
<show_in_default>1</show_in_default>
|
991 |
<show_in_website>1</show_in_website>
|
992 |
<show_in_store>0</show_in_store>
|
993 |
<depends>
|
994 |
<allow_fraud_screening>1</allow_fraud_screening>
|
995 |
</depends>
|
996 |
+
</rsg_data_billing_zip_code>
|
997 |
+
</fields>
|
998 |
+
</datacash_hcc>
|
999 |
+
<datacash_api translate="label,comment" module="dpg">
|
1000 |
+
<label>DataCash :: API</label>
|
1001 |
+
<frontend_type>text</frontend_type>
|
1002 |
+
<sort_order>3000</sort_order>
|
1003 |
+
<show_in_default>1</show_in_default>
|
1004 |
+
<show_in_website>1</show_in_website>
|
1005 |
+
<show_in_store>1</show_in_store>
|
1006 |
+
<fields>
|
1007 |
+
<active translate="label">
|
1008 |
+
<label>Enabled</label>
|
1009 |
+
<frontend_type>select</frontend_type>
|
1010 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1011 |
+
<sort_order>0</sort_order>
|
|
|
|
|
|
|
1012 |
<show_in_default>1</show_in_default>
|
1013 |
<show_in_website>1</show_in_website>
|
1014 |
+
<show_in_store>1</show_in_store>
|
1015 |
+
</active>
|
1016 |
+
<title translate="label">
|
1017 |
+
<label>Title</label>
|
1018 |
+
<frontend_type>text</frontend_type>
|
1019 |
+
<sort_order>10</sort_order>
|
1020 |
+
<show_in_default>1</show_in_default>
|
1021 |
+
<show_in_website>1</show_in_website>
|
1022 |
+
<show_in_store>1</show_in_store>
|
1023 |
+
</title>
|
1024 |
+
<order_status translate="label">
|
1025 |
+
<label>New Order Status</label>
|
1026 |
<frontend_type>select</frontend_type>
|
1027 |
+
<source_model>adminhtml/system_config_source_order_status</source_model>
|
1028 |
+
<sort_order>20</sort_order>
|
1029 |
<show_in_default>1</show_in_default>
|
1030 |
<show_in_website>1</show_in_website>
|
1031 |
+
<show_in_store>1</show_in_store>
|
1032 |
+
</order_status>
|
1033 |
+
<payment_action>
|
1034 |
+
<label>Payment Action</label>
|
|
|
|
|
|
|
1035 |
<frontend_type>select</frontend_type>
|
1036 |
+
<source_model>dpg/source_authtypes</source_model>
|
1037 |
+
<sort_order>30</sort_order>
|
1038 |
<show_in_default>1</show_in_default>
|
1039 |
<show_in_website>1</show_in_website>
|
1040 |
<show_in_store>0</show_in_store>
|
1041 |
+
</payment_action>
|
1042 |
+
<allowspecific translate="label">
|
1043 |
+
<label>Payment Applicable From</label>
|
|
|
|
|
|
|
1044 |
<frontend_type>select</frontend_type>
|
1045 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
1046 |
+
<sort_order>40</sort_order>
|
1047 |
<show_in_default>1</show_in_default>
|
1048 |
<show_in_website>1</show_in_website>
|
1049 |
+
<show_in_store>1</show_in_store>
|
1050 |
+
</allowspecific>
|
1051 |
+
<sort_order translate="label">
|
1052 |
+
<label>Sort Order</label>
|
1053 |
+
<frontend_type>text</frontend_type>
|
1054 |
+
<sort_order>45</sort_order>
|
1055 |
+
<show_in_default>1</show_in_default>
|
1056 |
+
<show_in_website>1</show_in_website>
|
1057 |
+
<show_in_store>0</show_in_store>
|
1058 |
+
</sort_order>
|
1059 |
+
<specificcountry translate="label">
|
1060 |
+
<label>Countries Payment Applicable From</label>
|
1061 |
+
<frontend_type>multiselect</frontend_type>
|
1062 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
1063 |
+
<sort_order>50</sort_order>
|
1064 |
+
<show_in_default>1</show_in_default>
|
1065 |
+
<show_in_website>1</show_in_website>
|
1066 |
+
<show_in_store>1</show_in_store>
|
1067 |
<depends>
|
1068 |
+
<allowspecific>1</allowspecific>
|
1069 |
+
</depends>
|
1070 |
+
</specificcountry>
|
1071 |
+
<heading_merchant translate="label">
|
1072 |
+
<label>DataCash Integration</label>
|
1073 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1074 |
+
<sort_order>60</sort_order>
|
1075 |
+
<show_in_default>1</show_in_default>
|
1076 |
+
<show_in_website>1</show_in_website>
|
1077 |
+
<show_in_store>1</show_in_store>
|
1078 |
+
</heading_merchant>
|
1079 |
+
<merchant_id>
|
1080 |
+
<label>Merchant ID</label>
|
1081 |
+
<comment><![CDATA[
|
1082 |
+
Used when posting data from Magento to DataCash. <br/>
|
1083 |
+
Supplied by DataCash when you setup your account.
|
1084 |
+
]]></comment>
|
1085 |
+
<frontend_type>text</frontend_type>
|
1086 |
+
<sort_order>70</sort_order>
|
1087 |
+
<show_in_default>1</show_in_default>
|
1088 |
+
<show_in_website>1</show_in_website>
|
1089 |
+
<show_in_store>1</show_in_store>
|
1090 |
+
</merchant_id>
|
1091 |
+
<merchant_password translate="label">
|
1092 |
+
<label>Merchant Key</label>
|
1093 |
+
<comment><![CDATA[
|
1094 |
+
Used when posting data from Magento to DataCash. <br/>
|
1095 |
+
Supplied by DataCash when you setup your account. <br/>
|
1096 |
+
This will be reset every 12 months and will need to be updated.
|
1097 |
+
]]></comment>
|
1098 |
+
<frontend_type>obscure</frontend_type>
|
1099 |
+
<backend_model>adminhtml/system_config_backend_encrypted</backend_model>
|
1100 |
+
<sort_order>80</sort_order>
|
1101 |
+
<show_in_default>1</show_in_default>
|
1102 |
+
<show_in_website>1</show_in_website>
|
1103 |
+
<show_in_store>1</show_in_store>
|
1104 |
+
</merchant_password>
|
1105 |
+
<allow_tokenizer>
|
1106 |
+
<label>Enable DataCash Tokenised Cards</label>
|
1107 |
+
<comment><![CDATA[
|
1108 |
+
This allows the users to save and re-use saved cards.
|
1109 |
+
]]></comment>
|
1110 |
<frontend_type>select</frontend_type>
|
1111 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1112 |
+
<sort_order>97</sort_order>
|
1113 |
<show_in_default>1</show_in_default>
|
1114 |
<show_in_website>1</show_in_website>
|
1115 |
<show_in_store>0</show_in_store>
|
1116 |
+
</allow_tokenizer>
|
1117 |
+
<debug translate="label">
|
1118 |
+
<label>Debug</label>
|
1119 |
+
<comment><![CDATA[
|
1120 |
+
Enable additional log output for payment processes
|
1121 |
+
]]></comment>
|
1122 |
<frontend_type>select</frontend_type>
|
1123 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1124 |
+
<sort_order>100</sort_order>
|
1125 |
<show_in_default>1</show_in_default>
|
1126 |
<show_in_website>1</show_in_website>
|
1127 |
<show_in_store>0</show_in_store>
|
1128 |
+
</debug>
|
1129 |
+
<sandbox translate="label">
|
1130 |
+
<label>Gateway Mode</label>
|
1131 |
+
<comment><![CDATA[
|
1132 |
+
Choose service mode.
|
1133 |
+
]]></comment>
|
1134 |
<frontend_type>select</frontend_type>
|
1135 |
+
<source_model>dpg/source_gatewayMode</source_model>
|
1136 |
+
<sort_order>110</sort_order>
|
1137 |
<show_in_default>1</show_in_default>
|
1138 |
<show_in_website>1</show_in_website>
|
1139 |
<show_in_store>0</show_in_store>
|
1140 |
+
</sandbox>
|
1141 |
+
<heading_card_settings translate="label">
|
1142 |
+
<label>Credit Card Settings</label>
|
1143 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1144 |
+
<sort_order>120</sort_order>
|
1145 |
+
<show_in_default>1</show_in_default>
|
1146 |
+
<show_in_website>1</show_in_website>
|
1147 |
+
<show_in_store>1</show_in_store>
|
1148 |
+
</heading_card_settings>
|
1149 |
+
<cctypes translate="label">
|
1150 |
+
<label>Credit Card Types</label>
|
1151 |
+
<frontend_type>multiselect</frontend_type>
|
1152 |
+
<source_model>adminhtml/system_config_source_payment_cctype</source_model>
|
1153 |
+
<sort_order>130</sort_order>
|
1154 |
+
<show_in_default>1</show_in_default>
|
1155 |
+
<show_in_website>1</show_in_website>
|
1156 |
+
<show_in_store>1</show_in_store>
|
1157 |
+
</cctypes>
|
1158 |
+
<heading_useccv translate="label">
|
1159 |
+
<label>CV2</label>
|
1160 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1161 |
+
<sort_order>135</sort_order>
|
1162 |
+
<show_in_default>1</show_in_default>
|
1163 |
+
<show_in_website>1</show_in_website>
|
1164 |
+
<show_in_store>0</show_in_store>
|
1165 |
+
</heading_useccv>
|
1166 |
+
<useccv translate="label">
|
1167 |
+
<label>Request CV2 Card Security Code</label>
|
1168 |
<frontend_type>select</frontend_type>
|
1169 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1170 |
+
<sort_order>140</sort_order>
|
1171 |
<show_in_default>1</show_in_default>
|
1172 |
<show_in_website>1</show_in_website>
|
1173 |
<show_in_store>0</show_in_store>
|
1174 |
+
</useccv>
|
1175 |
+
<useccv_advanced translate="label">
|
1176 |
+
<label>Use Extended CV2 Policy</label>
|
|
|
|
|
|
|
1177 |
<frontend_type>select</frontend_type>
|
1178 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1179 |
+
<sort_order>150</sort_order>
|
1180 |
<show_in_default>1</show_in_default>
|
1181 |
<show_in_website>1</show_in_website>
|
1182 |
<show_in_store>0</show_in_store>
|
1183 |
<depends>
|
1184 |
+
<useccv>1</useccv>
|
1185 |
+
</depends>
|
1186 |
+
</useccv_advanced>
|
1187 |
+
<heading_extpol_cv2policy translate="label">
|
1188 |
+
<label>Extended Policy - CV2</label>
|
|
|
|
|
1189 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1190 |
+
<sort_order>160</sort_order>
|
1191 |
<show_in_default>1</show_in_default>
|
1192 |
<show_in_website>1</show_in_website>
|
1193 |
<show_in_store>0</show_in_store>
|
1194 |
<depends>
|
1195 |
+
<useccv_advanced>1</useccv_advanced>
|
1196 |
</depends>
|
1197 |
+
</heading_extpol_cv2policy>
|
1198 |
+
<extpol_cv2policy_notprovided translate="label">
|
1199 |
+
<label>Not provided</label>
|
1200 |
<frontend_type>select</frontend_type>
|
1201 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1202 |
+
<sort_order>170</sort_order>
|
1203 |
<show_in_default>1</show_in_default>
|
1204 |
<show_in_website>1</show_in_website>
|
1205 |
<show_in_store>0</show_in_store>
|
1206 |
<depends>
|
1207 |
+
<useccv_advanced>1</useccv_advanced>
|
1208 |
</depends>
|
1209 |
+
</extpol_cv2policy_notprovided>
|
1210 |
+
<extpol_cv2policy_notchecked translate="label">
|
1211 |
+
<label>Not checked</label>
|
1212 |
<frontend_type>select</frontend_type>
|
1213 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1214 |
+
<sort_order>180</sort_order>
|
1215 |
<show_in_default>1</show_in_default>
|
1216 |
<show_in_website>1</show_in_website>
|
1217 |
<show_in_store>0</show_in_store>
|
1218 |
<depends>
|
1219 |
+
<useccv_advanced>1</useccv_advanced>
|
1220 |
</depends>
|
1221 |
+
</extpol_cv2policy_notchecked>
|
1222 |
+
<extpol_cv2policy_matched translate="label">
|
1223 |
+
<label>Matched</label>
|
1224 |
+
<frontend_type>select</frontend_type>
|
1225 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1226 |
+
<sort_order>190</sort_order>
|
|
|
1227 |
<show_in_default>1</show_in_default>
|
1228 |
<show_in_website>1</show_in_website>
|
1229 |
<show_in_store>0</show_in_store>
|
1230 |
<depends>
|
1231 |
+
<useccv_advanced>1</useccv_advanced>
|
1232 |
</depends>
|
1233 |
+
</extpol_cv2policy_matched>
|
1234 |
+
<extpol_cv2policy_notmatched translate="label">
|
1235 |
+
<label>Not matched</label>
|
1236 |
<frontend_type>select</frontend_type>
|
1237 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1238 |
+
<sort_order>200</sort_order>
|
1239 |
<show_in_default>1</show_in_default>
|
1240 |
<show_in_website>1</show_in_website>
|
1241 |
<show_in_store>0</show_in_store>
|
1242 |
<depends>
|
1243 |
+
<useccv_advanced>1</useccv_advanced>
|
1244 |
</depends>
|
1245 |
+
</extpol_cv2policy_notmatched>
|
1246 |
+
<extpol_cv2policy_partialmatch translate="label">
|
1247 |
+
<label>Partial match</label>
|
1248 |
<frontend_type>select</frontend_type>
|
1249 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1250 |
+
<sort_order>210</sort_order>
|
1251 |
<show_in_default>1</show_in_default>
|
1252 |
<show_in_website>1</show_in_website>
|
1253 |
<show_in_store>0</show_in_store>
|
1254 |
<depends>
|
1255 |
+
<useccv_advanced>1</useccv_advanced>
|
1256 |
</depends>
|
1257 |
+
</extpol_cv2policy_partialmatch>
|
1258 |
+
<heading_extpol_postcode translate="label">
|
1259 |
+
<label>Extended Policy - Postcode</label>
|
1260 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1261 |
+
<sort_order>230</sort_order>
|
|
|
1262 |
<show_in_default>1</show_in_default>
|
1263 |
<show_in_website>1</show_in_website>
|
1264 |
<show_in_store>0</show_in_store>
|
1265 |
<depends>
|
1266 |
+
<useccv_advanced>1</useccv_advanced>
|
1267 |
</depends>
|
1268 |
+
</heading_extpol_postcode>
|
1269 |
+
<extpol_postcode_notprovided translate="label">
|
1270 |
+
<label>Not provided</label>
|
1271 |
<frontend_type>select</frontend_type>
|
1272 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1273 |
+
<sort_order>240</sort_order>
|
1274 |
<show_in_default>1</show_in_default>
|
1275 |
<show_in_website>1</show_in_website>
|
1276 |
<show_in_store>0</show_in_store>
|
1277 |
<depends>
|
1278 |
+
<useccv_advanced>1</useccv_advanced>
|
1279 |
</depends>
|
1280 |
+
</extpol_postcode_notprovided>
|
1281 |
+
<extpol_postcode_notchecked translate="label">
|
1282 |
+
<label>Not checked</label>
|
1283 |
<frontend_type>select</frontend_type>
|
1284 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1285 |
+
<sort_order>250</sort_order>
|
1286 |
<show_in_default>1</show_in_default>
|
1287 |
<show_in_website>1</show_in_website>
|
1288 |
<show_in_store>0</show_in_store>
|
1289 |
<depends>
|
1290 |
+
<useccv_advanced>1</useccv_advanced>
|
1291 |
</depends>
|
1292 |
+
</extpol_postcode_notchecked>
|
1293 |
+
<extpol_postcode_matched translate="label">
|
1294 |
+
<label>Matched</label>
|
1295 |
+
<frontend_type>select</frontend_type>
|
1296 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1297 |
+
<sort_order>260</sort_order>
|
|
|
1298 |
<show_in_default>1</show_in_default>
|
1299 |
<show_in_website>1</show_in_website>
|
1300 |
<show_in_store>0</show_in_store>
|
1301 |
<depends>
|
1302 |
+
<useccv_advanced>1</useccv_advanced>
|
1303 |
</depends>
|
1304 |
+
</extpol_postcode_matched>
|
1305 |
+
<extpol_postcode_notmatched translate="label">
|
1306 |
+
<label>Not matched</label>
|
1307 |
<frontend_type>select</frontend_type>
|
1308 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1309 |
+
<sort_order>270</sort_order>
|
1310 |
<show_in_default>1</show_in_default>
|
1311 |
<show_in_website>1</show_in_website>
|
1312 |
<show_in_store>0</show_in_store>
|
1313 |
<depends>
|
1314 |
+
<useccv_advanced>1</useccv_advanced>
|
1315 |
</depends>
|
1316 |
+
</extpol_postcode_notmatched>
|
1317 |
+
<extpol_postcode_partialmatch translate="label">
|
1318 |
+
<label>Partial match</label>
|
1319 |
<frontend_type>select</frontend_type>
|
1320 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1321 |
+
<sort_order>280</sort_order>
|
1322 |
<show_in_default>1</show_in_default>
|
1323 |
<show_in_website>1</show_in_website>
|
1324 |
<show_in_store>0</show_in_store>
|
1325 |
<depends>
|
1326 |
+
<useccv_advanced>1</useccv_advanced>
|
1327 |
+
</depends>
|
1328 |
+
</extpol_postcode_partialmatch>
|
1329 |
+
<heading_extpol_address translate="label">
|
1330 |
+
<label>Extended Policy - Address</label>
|
1331 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1332 |
+
<sort_order>300</sort_order>
|
|
|
1333 |
<show_in_default>1</show_in_default>
|
1334 |
<show_in_website>1</show_in_website>
|
1335 |
<show_in_store>0</show_in_store>
|
1336 |
<depends>
|
1337 |
+
<useccv_advanced>1</useccv_advanced>
|
1338 |
+
</depends>
|
1339 |
+
</heading_extpol_address>
|
1340 |
+
<extpol_address_notprovided translate="label">
|
1341 |
+
<label>Not provided</label>
|
1342 |
<frontend_type>select</frontend_type>
|
1343 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1344 |
+
<sort_order>310</sort_order>
|
1345 |
<show_in_default>1</show_in_default>
|
1346 |
<show_in_website>1</show_in_website>
|
1347 |
<show_in_store>0</show_in_store>
|
1348 |
<depends>
|
1349 |
+
<useccv_advanced>1</useccv_advanced>
|
1350 |
+
</depends>
|
1351 |
+
</extpol_address_notprovided>
|
1352 |
+
<extpol_address_notchecked translate="label">
|
1353 |
+
<label>Not checked</label>
|
1354 |
<frontend_type>select</frontend_type>
|
1355 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1356 |
+
<sort_order>320</sort_order>
|
1357 |
<show_in_default>1</show_in_default>
|
1358 |
<show_in_website>1</show_in_website>
|
1359 |
<show_in_store>0</show_in_store>
|
1360 |
<depends>
|
1361 |
+
<useccv_advanced>1</useccv_advanced>
|
1362 |
+
</depends>
|
1363 |
+
</extpol_address_notchecked>
|
1364 |
+
<extpol_address_matched translate="label">
|
1365 |
+
<label>Matched</label>
|
1366 |
<frontend_type>select</frontend_type>
|
1367 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1368 |
+
<sort_order>330</sort_order>
|
1369 |
<show_in_default>1</show_in_default>
|
1370 |
<show_in_website>1</show_in_website>
|
1371 |
<show_in_store>0</show_in_store>
|
1372 |
<depends>
|
1373 |
+
<useccv_advanced>1</useccv_advanced>
|
1374 |
+
</depends>
|
1375 |
+
</extpol_address_matched>
|
1376 |
+
<extpol_address_notmatched translate="label">
|
1377 |
+
<label>Not matched</label>
|
1378 |
<frontend_type>select</frontend_type>
|
1379 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1380 |
+
<sort_order>340</sort_order>
|
1381 |
<show_in_default>1</show_in_default>
|
1382 |
<show_in_website>1</show_in_website>
|
1383 |
<show_in_store>0</show_in_store>
|
1384 |
<depends>
|
1385 |
+
<useccv_advanced>1</useccv_advanced>
|
1386 |
+
</depends>
|
1387 |
+
</extpol_address_notmatched>
|
1388 |
+
<extpol_address_partialmatch translate="label">
|
1389 |
+
<label>Partial match</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1390 |
<frontend_type>select</frontend_type>
|
1391 |
+
<source_model>dpg/source_acceptreject</source_model>
|
1392 |
+
<sort_order>350</sort_order>
|
1393 |
<show_in_default>1</show_in_default>
|
1394 |
<show_in_website>1</show_in_website>
|
1395 |
+
<show_in_store>0</show_in_store>
|
1396 |
+
<depends>
|
1397 |
+
<useccv_advanced>1</useccv_advanced>
|
1398 |
+
</depends>
|
1399 |
+
</extpol_address_partialmatch>
|
1400 |
+
<heading_3dsecure translate="label">
|
1401 |
+
<label>3D Secure</label>
|
1402 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1403 |
+
<sort_order>400</sort_order>
|
1404 |
<show_in_default>1</show_in_default>
|
1405 |
<show_in_website>1</show_in_website>
|
1406 |
<show_in_store>1</show_in_store>
|
1407 |
+
</heading_3dsecure>
|
1408 |
+
<centinel translate="label">
|
1409 |
+
<label>3D Secure Card Validation</label>
|
1410 |
<frontend_type>select</frontend_type>
|
1411 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1412 |
+
<sort_order>410</sort_order>
|
1413 |
<show_in_default>1</show_in_default>
|
1414 |
<show_in_website>1</show_in_website>
|
1415 |
<show_in_store>1</show_in_store>
|
1416 |
+
</centinel>
|
1417 |
+
<heading_3dsecure_behaviours translate="label">
|
1418 |
+
<label>3-D Secure Behaviours</label>
|
1419 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1420 |
+
<sort_order>420</sort_order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1421 |
<show_in_default>1</show_in_default>
|
1422 |
<show_in_website>1</show_in_website>
|
1423 |
<show_in_store>1</show_in_store>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1424 |
<depends>
|
1425 |
+
<centinel>1</centinel>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1426 |
</depends>
|
1427 |
+
</heading_3dsecure_behaviours>
|
1428 |
+
<threedsecure_behaviour_159 translate="label">
|
1429 |
+
<label>DPG Response 159 - No VERes from DS</label>
|
1430 |
+
<comment><![CDATA[
|
1431 |
+
If DataCash does not receive a response from the <br />
|
1432 |
+
Directory Service, the card cannot be validated as <br />
|
1433 |
+
participating in 3-D Secure. In these circumstances <br />
|
1434 |
+
please choose how you would like to continue.
|
1435 |
+
]]></comment>
|
1436 |
<frontend_type>select</frontend_type>
|
1437 |
+
<source_model>dpg/source_threedstypes</source_model>
|
1438 |
+
<sort_order>430</sort_order>
|
1439 |
<show_in_default>1</show_in_default>
|
1440 |
<show_in_website>1</show_in_website>
|
1441 |
+
<show_in_store>1</show_in_store>
|
1442 |
<depends>
|
1443 |
+
<centinel>1</centinel>
|
1444 |
</depends>
|
1445 |
+
</threedsecure_behaviour_159>
|
1446 |
+
<threedsecure_behaviour_160 translate="label">
|
1447 |
+
<label>DPG Response 160 - Invalid VERes from DS</label>
|
1448 |
+
<comment><![CDATA[
|
1449 |
+
If DataCash does receive a response from the Directory Service <br />
|
1450 |
+
but it is invalid, it is not possible to ascertain if the <br />
|
1451 |
+
card is participating in 3-D Secure. In these circumstances <br />
|
1452 |
+
please choose how you would like to continue.
|
1453 |
+
]]></comment>
|
1454 |
<frontend_type>select</frontend_type>
|
1455 |
+
<source_model>dpg/source_threedstypes</source_model>
|
1456 |
+
<sort_order>440</sort_order>
|
1457 |
<show_in_default>1</show_in_default>
|
1458 |
<show_in_website>1</show_in_website>
|
1459 |
+
<show_in_store>1</show_in_store>
|
1460 |
<depends>
|
1461 |
+
<centinel>1</centinel>
|
1462 |
</depends>
|
1463 |
+
</threedsecure_behaviour_160>
|
1464 |
+
<threedsecure_behaviour_173 translate="label">
|
1465 |
+
<label>DPG Response 173 - Card not Enrolled in Cache</label>
|
1466 |
+
<comment><![CDATA[
|
1467 |
+
Card is not in cache so no 3-D Secure Enrollment Check Request is submitted. <br />
|
1468 |
+
In these circumstances please choose how you would like to continue.
|
1469 |
+
]]></comment>
|
1470 |
+
<frontend_type>select</frontend_type>
|
1471 |
+
<source_model>dpg/source_threedstypes</source_model>
|
1472 |
+
<sort_order>450</sort_order>
|
1473 |
<show_in_default>1</show_in_default>
|
1474 |
<show_in_website>1</show_in_website>
|
1475 |
+
<show_in_store>1</show_in_store>
|
1476 |
<depends>
|
1477 |
+
<centinel>1</centinel>
|
1478 |
</depends>
|
1479 |
+
</threedsecure_behaviour_173>
|
1480 |
+
<threedsecure_behaviour_187 translate="label">
|
1481 |
+
<label>DPG Response 187 - Unable to Verify</label>
|
1482 |
+
<comment><![CDATA[
|
1483 |
+
If DataCash is not able to communicate with the Directory Service <br />
|
1484 |
+
there is no way of establishing if the card is participating in 3-D Secure. <br />
|
1485 |
+
In these circumstances please choose how you would like to continue.
|
1486 |
+
]]></comment>
|
1487 |
<frontend_type>select</frontend_type>
|
1488 |
+
<source_model>dpg/source_threedstypes</source_model>
|
1489 |
+
<sort_order>460</sort_order>
|
1490 |
<show_in_default>1</show_in_default>
|
1491 |
<show_in_website>1</show_in_website>
|
1492 |
+
<show_in_store>1</show_in_store>
|
1493 |
<depends>
|
1494 |
+
<centinel>1</centinel>
|
1495 |
</depends>
|
1496 |
+
</threedsecure_behaviour_187>
|
1497 |
+
|
1498 |
+
<rsg_heading translate="label">
|
1499 |
+
<label>Fraud screening</label>
|
1500 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1501 |
+
<sort_order>499</sort_order>
|
1502 |
<show_in_default>1</show_in_default>
|
1503 |
<show_in_website>1</show_in_website>
|
1504 |
<show_in_store>0</show_in_store>
|
1505 |
+
</rsg_heading>
|
1506 |
+
<allow_fraud_screening>
|
1507 |
+
<label>Enable DataCash Fraud Services</label>
|
|
|
|
|
|
|
1508 |
<frontend_type>select</frontend_type>
|
1509 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1510 |
+
<sort_order>500</sort_order>
|
1511 |
<show_in_default>1</show_in_default>
|
1512 |
<show_in_website>1</show_in_website>
|
1513 |
<show_in_store>0</show_in_store>
|
1514 |
+
</allow_fraud_screening>
|
1515 |
+
<rsg_service_mode translate="label">
|
1516 |
+
<label>Fraud Screening Mode</label>
|
|
|
|
|
|
|
1517 |
<frontend_type>select</frontend_type>
|
1518 |
+
<source_model>dpg/source_rsgServiceTypes</source_model>
|
1519 |
+
<sort_order>510</sort_order>
|
1520 |
<show_in_default>1</show_in_default>
|
1521 |
<show_in_website>1</show_in_website>
|
1522 |
<show_in_store>0</show_in_store>
|
1523 |
<depends>
|
1524 |
<allow_fraud_screening>1</allow_fraud_screening>
|
1525 |
+
</depends>
|
1526 |
+
</rsg_service_mode>
|
1527 |
+
|
1528 |
+
<!-- CUSTOMER -->
|
1529 |
+
<rsg_data_customer_heading translate="label">
|
1530 |
+
<label>Customer data to screening</label>
|
1531 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1532 |
+
<sort_order>520</sort_order>
|
1533 |
<show_in_default>1</show_in_default>
|
1534 |
<show_in_website>1</show_in_website>
|
1535 |
<show_in_store>0</show_in_store>
|
1536 |
<depends>
|
1537 |
<allow_fraud_screening>1</allow_fraud_screening>
|
1538 |
+
</depends>
|
1539 |
+
</rsg_data_customer_heading>
|
1540 |
+
<rsg_data_customer_first_name translate="label">
|
1541 |
+
<label>First Name / Surname</label>
|
1542 |
<frontend_type>select</frontend_type>
|
1543 |
+
<source_model>dpg/source_rsgBillingShipping</source_model>
|
1544 |
+
<sort_order>530</sort_order>
|
1545 |
<show_in_default>1</show_in_default>
|
1546 |
<show_in_website>1</show_in_website>
|
1547 |
<show_in_store>0</show_in_store>
|
1548 |
<depends>
|
1549 |
<allow_fraud_screening>1</allow_fraud_screening>
|
1550 |
+
</depends>
|
1551 |
+
</rsg_data_customer_first_name>
|
1552 |
+
<rsg_data_customer_ip_address>
|
1553 |
+
<label>IP address</label>
|
1554 |
<frontend_type>select</frontend_type>
|
1555 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1556 |
+
<sort_order>550</sort_order>
|
1557 |
<show_in_default>1</show_in_default>
|
1558 |
<show_in_website>1</show_in_website>
|
1559 |
<show_in_store>0</show_in_store>
|
1560 |
<depends>
|
1561 |
<allow_fraud_screening>1</allow_fraud_screening>
|
1562 |
</depends>
|
1563 |
+
</rsg_data_customer_ip_address>
|
1564 |
+
<rsg_data_customer_email_address>
|
1565 |
+
<label>Customer Email</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1566 |
<frontend_type>select</frontend_type>
|
1567 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1568 |
+
<sort_order>555</sort_order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1569 |
<show_in_default>1</show_in_default>
|
1570 |
<show_in_website>1</show_in_website>
|
1571 |
+
<show_in_store>0</show_in_store>
|
1572 |
+
<depends>
|
1573 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1574 |
+
</depends>
|
1575 |
+
</rsg_data_customer_email_address>
|
1576 |
+
<rsg_data_customer_user_id>
|
1577 |
+
<label>Customer ID</label>
|
|
|
1578 |
<frontend_type>select</frontend_type>
|
1579 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1580 |
+
<sort_order>560</sort_order>
|
1581 |
<show_in_default>1</show_in_default>
|
1582 |
<show_in_website>1</show_in_website>
|
1583 |
<show_in_store>0</show_in_store>
|
1584 |
+
<depends>
|
1585 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1586 |
+
</depends>
|
1587 |
+
</rsg_data_customer_user_id>
|
1588 |
+
<rsg_data_customer_telephone>
|
1589 |
+
<label>Telephone</label>
|
1590 |
<frontend_type>select</frontend_type>
|
1591 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1592 |
+
<sort_order>570</sort_order>
|
1593 |
<show_in_default>1</show_in_default>
|
1594 |
<show_in_website>1</show_in_website>
|
1595 |
<show_in_store>0</show_in_store>
|
1596 |
+
<depends>
|
1597 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1598 |
+
</depends>
|
1599 |
+
</rsg_data_customer_telephone>
|
1600 |
+
<rsg_data_customer_address_line1>
|
1601 |
+
<label>Address line 1</label>
|
1602 |
<frontend_type>select</frontend_type>
|
1603 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1604 |
+
<sort_order>580</sort_order>
|
1605 |
<show_in_default>1</show_in_default>
|
1606 |
<show_in_website>1</show_in_website>
|
1607 |
<show_in_store>0</show_in_store>
|
1608 |
+
<depends>
|
1609 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1610 |
+
</depends>
|
1611 |
+
</rsg_data_customer_address_line1>
|
1612 |
+
<rsg_data_customer_address_line2>
|
1613 |
+
<label>Address line 2</label>
|
1614 |
+
<frontend_type>select</frontend_type>
|
1615 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1616 |
+
<sort_order>590</sort_order>
|
1617 |
<show_in_default>1</show_in_default>
|
1618 |
<show_in_website>1</show_in_website>
|
1619 |
+
<show_in_store>0</show_in_store>
|
1620 |
+
<depends>
|
1621 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1622 |
+
</depends>
|
1623 |
+
</rsg_data_customer_address_line2>
|
1624 |
+
<rsg_data_customer_city>
|
1625 |
+
<label>City</label>
|
1626 |
+
<frontend_type>select</frontend_type>
|
1627 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1628 |
+
<sort_order>600</sort_order>
|
1629 |
<show_in_default>1</show_in_default>
|
1630 |
<show_in_website>1</show_in_website>
|
1631 |
+
<show_in_store>0</show_in_store>
|
1632 |
+
<depends>
|
1633 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1634 |
+
</depends>
|
1635 |
+
</rsg_data_customer_city>
|
1636 |
+
<rsg_data_customer_state_province>
|
1637 |
+
<label>State/Province</label>
|
1638 |
+
<frontend_type>select</frontend_type>
|
1639 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1640 |
+
<sort_order>610</sort_order>
|
1641 |
<show_in_default>1</show_in_default>
|
1642 |
<show_in_website>1</show_in_website>
|
1643 |
<show_in_store>0</show_in_store>
|
1644 |
+
<depends>
|
1645 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1646 |
+
</depends>
|
1647 |
+
</rsg_data_customer_state_province>
|
1648 |
+
<rsg_data_customer_country>
|
1649 |
+
<label>Country</label>
|
1650 |
<frontend_type>select</frontend_type>
|
1651 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1652 |
+
<sort_order>620</sort_order>
|
1653 |
<show_in_default>1</show_in_default>
|
1654 |
<show_in_website>1</show_in_website>
|
1655 |
<show_in_store>0</show_in_store>
|
1656 |
+
<depends>
|
1657 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1658 |
+
</depends>
|
1659 |
+
</rsg_data_customer_country>
|
1660 |
+
<rsg_data_customer_zip_code>
|
1661 |
+
<label>Zip code</label>
|
1662 |
<frontend_type>select</frontend_type>
|
1663 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1664 |
+
<sort_order>630</sort_order>
|
1665 |
<show_in_default>1</show_in_default>
|
1666 |
<show_in_website>1</show_in_website>
|
1667 |
<show_in_store>0</show_in_store>
|
1668 |
<depends>
|
1669 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1670 |
+
</depends>
|
1671 |
+
</rsg_data_customer_zip_code>
|
1672 |
+
|
1673 |
+
<!-- SHIPPING -->
|
1674 |
+
<rsg_data_shipping_heading translate="label">
|
1675 |
+
<label>Shipping data to screening</label>
|
1676 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1677 |
+
<sort_order>640</sort_order>
|
1678 |
<show_in_default>1</show_in_default>
|
1679 |
<show_in_website>1</show_in_website>
|
1680 |
<show_in_store>0</show_in_store>
|
1681 |
<depends>
|
1682 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1683 |
</depends>
|
1684 |
+
</rsg_data_shipping_heading>
|
1685 |
+
<rsg_data_shipping_first_name translate="label">
|
1686 |
+
<label>Title</label>
|
1687 |
<frontend_type>select</frontend_type>
|
1688 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1689 |
+
<sort_order>650</sort_order>
|
1690 |
<show_in_default>1</show_in_default>
|
1691 |
<show_in_website>1</show_in_website>
|
1692 |
<show_in_store>0</show_in_store>
|
1693 |
<depends>
|
1694 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1695 |
</depends>
|
1696 |
+
</rsg_data_shipping_first_name>
|
1697 |
+
<rsg_data_shipping_surname translate="label">
|
1698 |
+
<label>Surname</label>
|
1699 |
<frontend_type>select</frontend_type>
|
1700 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1701 |
+
<sort_order>660</sort_order>
|
1702 |
<show_in_default>1</show_in_default>
|
1703 |
<show_in_website>1</show_in_website>
|
1704 |
<show_in_store>0</show_in_store>
|
1705 |
<depends>
|
1706 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1707 |
</depends>
|
1708 |
+
</rsg_data_shipping_surname>
|
1709 |
+
<rsg_data_shipping_address_line1>
|
1710 |
+
<label>Address line 1</label>
|
1711 |
<frontend_type>select</frontend_type>
|
1712 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1713 |
+
<sort_order>670</sort_order>
|
1714 |
<show_in_default>1</show_in_default>
|
1715 |
<show_in_website>1</show_in_website>
|
1716 |
<show_in_store>0</show_in_store>
|
1717 |
<depends>
|
1718 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1719 |
+
</depends>
|
1720 |
+
</rsg_data_shipping_address_line1>
|
1721 |
+
<rsg_data_shipping_address_line2>
|
1722 |
+
<label>Address line 2</label>
|
1723 |
<frontend_type>select</frontend_type>
|
1724 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1725 |
+
<sort_order>680</sort_order>
|
1726 |
<show_in_default>1</show_in_default>
|
1727 |
<show_in_website>1</show_in_website>
|
1728 |
<show_in_store>0</show_in_store>
|
1729 |
<depends>
|
1730 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1731 |
+
</depends>
|
1732 |
+
</rsg_data_shipping_address_line2>
|
1733 |
+
<rsg_data_shipping_city>
|
1734 |
+
<label>City</label>
|
1735 |
<frontend_type>select</frontend_type>
|
1736 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1737 |
+
<sort_order>690</sort_order>
|
1738 |
<show_in_default>1</show_in_default>
|
1739 |
<show_in_website>1</show_in_website>
|
1740 |
<show_in_store>0</show_in_store>
|
1741 |
<depends>
|
1742 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1743 |
+
</depends>
|
1744 |
+
</rsg_data_shipping_city>
|
1745 |
+
<rsg_data_shipping_state_province>
|
1746 |
+
<label>State/Province</label>
|
1747 |
+
<frontend_type>select</frontend_type>
|
1748 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1749 |
+
<sort_order>700</sort_order>
|
1750 |
<show_in_default>1</show_in_default>
|
1751 |
<show_in_website>1</show_in_website>
|
1752 |
<show_in_store>0</show_in_store>
|
1753 |
<depends>
|
1754 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1755 |
+
</depends>
|
1756 |
+
</rsg_data_shipping_state_province>
|
1757 |
+
<rsg_data_shipping_country>
|
1758 |
+
<label>Country</label>
|
1759 |
<frontend_type>select</frontend_type>
|
1760 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1761 |
+
<sort_order>710</sort_order>
|
1762 |
+
<show_in_default>1</show_in_default>
|
1763 |
+
<show_in_website>1</show_in_website>
|
1764 |
+
<show_in_store>0</show_in_store>
|
1765 |
+
<depends>
|
1766 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1767 |
+
</depends>
|
1768 |
+
</rsg_data_shipping_country>
|
1769 |
+
<rsg_data_shipping_zip_code>
|
1770 |
+
<label>Zip code</label>
|
1771 |
+
<frontend_type>select</frontend_type>
|
1772 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1773 |
+
<sort_order>720</sort_order>
|
1774 |
+
<show_in_default>1</show_in_default>
|
1775 |
+
<show_in_website>1</show_in_website>
|
1776 |
+
<show_in_store>0</show_in_store>
|
1777 |
+
<depends>
|
1778 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1779 |
+
</depends>
|
1780 |
+
</rsg_data_shipping_zip_code>
|
1781 |
+
<rsg_data_shipping_delivery_method>
|
1782 |
+
<label>Delivery Method</label>
|
1783 |
+
<frontend_type>select</frontend_type>
|
1784 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1785 |
+
<sort_order>730</sort_order>
|
1786 |
+
<show_in_default>1</show_in_default>
|
1787 |
+
<show_in_website>1</show_in_website>
|
1788 |
+
<show_in_store>0</show_in_store>
|
1789 |
+
<depends>
|
1790 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1791 |
+
</depends>
|
1792 |
+
</rsg_data_shipping_delivery_method>
|
1793 |
+
|
1794 |
+
<!-- ORDER -->
|
1795 |
+
<rsg_data_order_heading translate="label">
|
1796 |
+
<label>Order data to screening</label>
|
1797 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1798 |
+
<sort_order>760</sort_order>
|
1799 |
<show_in_default>1</show_in_default>
|
1800 |
<show_in_website>1</show_in_website>
|
1801 |
<show_in_store>0</show_in_store>
|
1802 |
<depends>
|
1803 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1804 |
</depends>
|
1805 |
+
</rsg_data_order_heading>
|
1806 |
+
<rsg_data_order_time_zone translate="label">
|
1807 |
+
<label>Time Zone</label>
|
1808 |
<frontend_type>select</frontend_type>
|
1809 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1810 |
+
<sort_order>770</sort_order>
|
1811 |
<show_in_default>1</show_in_default>
|
1812 |
<show_in_website>1</show_in_website>
|
1813 |
<show_in_store>0</show_in_store>
|
1814 |
<depends>
|
1815 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1816 |
</depends>
|
1817 |
+
</rsg_data_order_time_zone>
|
1818 |
+
<rsg_data_order_discount_value translate="label">
|
1819 |
+
<label>Discount value</label>
|
1820 |
<frontend_type>select</frontend_type>
|
1821 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1822 |
+
<sort_order>780</sort_order>
|
1823 |
<show_in_default>1</show_in_default>
|
1824 |
<show_in_website>1</show_in_website>
|
1825 |
<show_in_store>0</show_in_store>
|
1826 |
<depends>
|
1827 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1828 |
</depends>
|
1829 |
+
</rsg_data_order_discount_value>
|
1830 |
+
|
1831 |
+
<!-- LINE ITEM -->
|
1832 |
+
<rsg_data_item_heading translate="label">
|
1833 |
+
<label>Line item data to screening</label>
|
1834 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1835 |
+
<sort_order>790</sort_order>
|
1836 |
<show_in_default>1</show_in_default>
|
1837 |
<show_in_website>1</show_in_website>
|
1838 |
<show_in_store>0</show_in_store>
|
1839 |
<depends>
|
1840 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1841 |
</depends>
|
1842 |
+
</rsg_data_item_heading>
|
1843 |
+
<rsg_data_item_product_code translate="label">
|
1844 |
+
<label>SKU</label>
|
1845 |
<frontend_type>select</frontend_type>
|
1846 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1847 |
+
<sort_order>800</sort_order>
|
1848 |
<show_in_default>1</show_in_default>
|
1849 |
<show_in_website>1</show_in_website>
|
1850 |
<show_in_store>0</show_in_store>
|
1851 |
<depends>
|
1852 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1853 |
</depends>
|
1854 |
+
</rsg_data_item_product_code>
|
1855 |
+
<rsg_data_item_product_description translate="label">
|
1856 |
+
<label>Description</label>
|
1857 |
+
<frontend_type>select</frontend_type>
|
1858 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1859 |
+
<sort_order>810</sort_order>
|
1860 |
<show_in_default>1</show_in_default>
|
1861 |
<show_in_website>1</show_in_website>
|
1862 |
<show_in_store>0</show_in_store>
|
1863 |
<depends>
|
1864 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1865 |
</depends>
|
1866 |
+
</rsg_data_item_product_description>
|
1867 |
+
<rsg_data_item_product_category translate="label">
|
1868 |
+
<label>Category</label>
|
1869 |
<frontend_type>select</frontend_type>
|
1870 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1871 |
+
<sort_order>820</sort_order>
|
1872 |
<show_in_default>1</show_in_default>
|
1873 |
<show_in_website>1</show_in_website>
|
1874 |
<show_in_store>0</show_in_store>
|
1875 |
<depends>
|
1876 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1877 |
</depends>
|
1878 |
+
</rsg_data_item_product_category>
|
1879 |
+
<rsg_data_item_order_quantity translate="label">
|
1880 |
+
<label>Order quantity</label>
|
1881 |
<frontend_type>select</frontend_type>
|
1882 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1883 |
+
<sort_order>830</sort_order>
|
1884 |
<show_in_default>1</show_in_default>
|
1885 |
<show_in_website>1</show_in_website>
|
1886 |
<show_in_store>0</show_in_store>
|
1887 |
<depends>
|
1888 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1889 |
</depends>
|
1890 |
+
</rsg_data_item_order_quantity>
|
1891 |
+
<rsg_data_item_unit_price translate="label">
|
1892 |
+
<label>Unit price</label>
|
1893 |
<frontend_type>select</frontend_type>
|
1894 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1895 |
+
<sort_order>840</sort_order>
|
1896 |
<show_in_default>1</show_in_default>
|
1897 |
<show_in_website>1</show_in_website>
|
1898 |
<show_in_store>0</show_in_store>
|
1899 |
<depends>
|
1900 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1901 |
</depends>
|
1902 |
+
</rsg_data_item_unit_price>
|
1903 |
+
|
1904 |
+
<!-- BILLING -->
|
1905 |
+
<rsg_data_billing_heading translate="label">
|
1906 |
+
<label>Billing data to screening</label>
|
1907 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1908 |
+
<sort_order>850</sort_order>
|
1909 |
<show_in_default>1</show_in_default>
|
1910 |
<show_in_website>1</show_in_website>
|
1911 |
<show_in_store>0</show_in_store>
|
1912 |
<depends>
|
1913 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1914 |
</depends>
|
1915 |
+
</rsg_data_billing_heading>
|
1916 |
+
<rsg_data_billing_name translate="label">
|
1917 |
+
<label>Title</label>
|
1918 |
<frontend_type>select</frontend_type>
|
1919 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1920 |
+
<sort_order>860</sort_order>
|
1921 |
<show_in_default>1</show_in_default>
|
1922 |
<show_in_website>1</show_in_website>
|
1923 |
<show_in_store>0</show_in_store>
|
1924 |
<depends>
|
1925 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1926 |
</depends>
|
1927 |
+
</rsg_data_billing_name>
|
1928 |
+
<rsg_data_billing_address_line1>
|
1929 |
+
<label>Address line 1</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1930 |
<frontend_type>select</frontend_type>
|
1931 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1932 |
+
<sort_order>870</sort_order>
|
1933 |
<show_in_default>1</show_in_default>
|
1934 |
<show_in_website>1</show_in_website>
|
1935 |
+
<show_in_store>0</show_in_store>
|
1936 |
+
<depends>
|
1937 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1938 |
+
</depends>
|
1939 |
+
</rsg_data_billing_address_line1>
|
1940 |
+
<rsg_data_billing_address_line2>
|
1941 |
+
<label>Address line 2</label>
|
1942 |
+
<frontend_type>select</frontend_type>
|
1943 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1944 |
+
<sort_order>880</sort_order>
|
1945 |
<show_in_default>1</show_in_default>
|
1946 |
<show_in_website>1</show_in_website>
|
1947 |
+
<show_in_store>0</show_in_store>
|
1948 |
<depends>
|
1949 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1950 |
+
</depends>
|
1951 |
+
</rsg_data_billing_address_line2>
|
1952 |
+
<rsg_data_billing_city>
|
1953 |
+
<label>City</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
1954 |
<frontend_type>select</frontend_type>
|
1955 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1956 |
+
<sort_order>890</sort_order>
|
1957 |
<show_in_default>1</show_in_default>
|
1958 |
<show_in_website>1</show_in_website>
|
1959 |
+
<show_in_store>0</show_in_store>
|
1960 |
<depends>
|
1961 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1962 |
+
</depends>
|
1963 |
+
</rsg_data_billing_city>
|
1964 |
+
<rsg_data_billing_state_province>
|
1965 |
+
<label>State/Province</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
1966 |
<frontend_type>select</frontend_type>
|
1967 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1968 |
+
<sort_order>900</sort_order>
|
1969 |
<show_in_default>1</show_in_default>
|
1970 |
<show_in_website>1</show_in_website>
|
1971 |
+
<show_in_store>0</show_in_store>
|
1972 |
<depends>
|
1973 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1974 |
+
</depends>
|
1975 |
+
</rsg_data_billing_state_province>
|
1976 |
+
<rsg_data_billing_country>
|
1977 |
+
<label>Country</label>
|
|
|
|
|
|
|
|
|
1978 |
<frontend_type>select</frontend_type>
|
1979 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1980 |
+
<sort_order>910</sort_order>
|
1981 |
<show_in_default>1</show_in_default>
|
1982 |
<show_in_website>1</show_in_website>
|
1983 |
+
<show_in_store>0</show_in_store>
|
1984 |
<depends>
|
1985 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1986 |
+
</depends>
|
1987 |
+
</rsg_data_billing_country>
|
1988 |
+
<rsg_data_billing_zip_code>
|
1989 |
+
<label>Zip code</label>
|
|
|
|
|
|
|
|
|
|
|
1990 |
<frontend_type>select</frontend_type>
|
1991 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1992 |
+
<sort_order>920</sort_order>
|
1993 |
<show_in_default>1</show_in_default>
|
1994 |
<show_in_website>1</show_in_website>
|
1995 |
+
<show_in_store>0</show_in_store>
|
1996 |
<depends>
|
1997 |
+
<allow_fraud_screening>1</allow_fraud_screening>
|
1998 |
+
</depends>
|
1999 |
+
</rsg_data_billing_zip_code>
|
2000 |
+
|
2001 |
</fields>
|
2002 |
+
</datacash_api>
|
2003 |
</groups>
|
2004 |
</payment>
|
2005 |
</sections>
|
{datacash/app → app}/code/community/DataCash/Dpg/sql/datacash_dpg_setup/mysql4-install-0.1.0.php
RENAMED
File without changes
|
{datacash/app → app}/code/community/DataCash/Dpg/sql/datacash_dpg_setup/mysql4-upgrade-1.0.1-1.1.0.php
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/layout/datacash.xml
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/template/datacash/form/cc.phtml
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/template/datacash/form/cc.phtml.backup
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/template/datacash/form/cc_prereg.phtml
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/template/datacash/hcc/form.phtml
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/template/datacash/hcc/info.phtml
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/template/datacash/hcc/placeform.phtml
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/template/datacash/hps/form.phtml
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/template/datacash/hps/info.phtml
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/template/datacash/iframe/complete.phtml
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/template/datacash/iframe/form.phtml
RENAMED
File without changes
|
{datacash/app → app}/design/frontend/base/default/template/datacash/iframe/start.phtml
RENAMED
File without changes
|
{datacash/app → app}/etc/modules/DataCash_Payment.xml
RENAMED
File without changes
|
{datacash/app → app}/locale/en_GB/DataCash_Dpg.csv
RENAMED
File without changes
|
datacash/app/design/adminhtml/default/default/template/datacash/hcc/info.phtml
DELETED
@@ -1,46 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* DataCash
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to info@datacash.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
18 |
-
* versions in the future. If you wish to customize this module for your
|
19 |
-
* needs please refer to http://testserver.datacash.com/software/download.cgi
|
20 |
-
* for more information.
|
21 |
-
*
|
22 |
-
* @author Alistair Stead
|
23 |
-
* @version $Id$
|
24 |
-
* @copyright DataCash, 11 April, 2011
|
25 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @package DataCash
|
27 |
-
**/
|
28 |
-
|
29 |
-
/**
|
30 |
-
* @see DataCash_Dpg_Block_Info_Hcc
|
31 |
-
*/
|
32 |
-
?>
|
33 |
-
<?php echo $this->htmlEscape($this->getMethod()->getTitle()) ?>
|
34 |
-
|
35 |
-
<?php if ($_specificInfo = $this->getSpecificInformation()):?>
|
36 |
-
<table>
|
37 |
-
<?php foreach ($_specificInfo as $_label => $_value):?>
|
38 |
-
<tr>
|
39 |
-
<td><?php echo $this->escapeHtml($_label)?>:</td>
|
40 |
-
<td><?php echo nl2br(implode($this->getValueAsArray($_value, true), "\n"))?></td>
|
41 |
-
</tr>
|
42 |
-
<?php endforeach; ?>
|
43 |
-
</table>
|
44 |
-
<?php endif;?>
|
45 |
-
|
46 |
-
<?php echo $this->getChildHtml()?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
datacash/app/design/adminhtml/default/default/template/datacash/hps/info.phtml
DELETED
@@ -1,46 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* DataCash
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to info@datacash.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
18 |
-
* versions in the future. If you wish to customize this module for your
|
19 |
-
* needs please refer to http://testserver.datacash.com/software/download.cgi
|
20 |
-
* for more information.
|
21 |
-
*
|
22 |
-
* @author Alistair Stead
|
23 |
-
* @version $Id$
|
24 |
-
* @copyright DataCash, 11 April, 2011
|
25 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @package DataCash
|
27 |
-
**/
|
28 |
-
|
29 |
-
/**
|
30 |
-
* @see DataCash_Dpg_Block_Info_Hps
|
31 |
-
*/
|
32 |
-
?>
|
33 |
-
<?php echo $this->htmlEscape($this->getMethod()->getTitle()) ?>
|
34 |
-
|
35 |
-
<?php if ($_specificInfo = $this->getSpecificInformation()):?>
|
36 |
-
<table>
|
37 |
-
<?php foreach ($_specificInfo as $_label => $_value):?>
|
38 |
-
<tr>
|
39 |
-
<td><?php echo $this->escapeHtml($_label)?>:</td>
|
40 |
-
<td><?php echo nl2br(implode($this->getValueAsArray($_value, true), "\n"))?></td>
|
41 |
-
</tr>
|
42 |
-
<?php endforeach; ?>
|
43 |
-
</table>
|
44 |
-
<?php endif;?>
|
45 |
-
|
46 |
-
<?php echo $this->getChildHtml()?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
datacash/app/design/adminhtml/default/default/template/datacash/system/config/fieldset/hint.phtml
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* DataCash
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to info@datacash.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
18 |
-
* versions in the future. If you wish to customize this module for your
|
19 |
-
* needs please refer to http://testserver.datacash.com/software/download.cgi
|
20 |
-
* for more information.
|
21 |
-
*
|
22 |
-
* @author Alistair Stead
|
23 |
-
* @version $Id$
|
24 |
-
* @copyright DataCash, 11 April, 2011
|
25 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @package DataCash
|
27 |
-
**/
|
28 |
-
|
29 |
-
/**
|
30 |
-
* @see DataCash_Dpg_Block_System_Config_Fieldset_Hint
|
31 |
-
*/
|
32 |
-
?>
|
33 |
-
<div class="payment-notice">
|
34 |
-
<br/>
|
35 |
-
<h4>DataCash Payment Processing</h4>
|
36 |
-
<p>DataCash has a single interface that allows organisations to process secure, multi-channel payments anywhere in the world.</p>
|
37 |
-
<p><a traget="blank" href="<?php echo $this->escapeHtml("http://www.datacash.com/") ?>"><?php echo Mage::helper('dpg')->__('View DataCash solutions.')?></a></p>
|
38 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,2 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Datacash</name>
|
4 |
+
<version>1.2.4</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>OSL 3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>DataCash payment gateway integration</summary>
|
10 |
+
<description>DataCash payment gateway integration. System requirements as for Magento http://www.magentocommerce.com/system-requirements. cURL with the FOLLOWLOCATION option is used for service calls to DataCash. FOLLOWLOCATION requires safe_mode to be off and open_basedir to be disabled in the php.ini</description>
|
11 |
+
<notes>Version 1.2.4</notes>
|
12 |
+
<authors><author><name>DataCash</name><user>datacash</user><email>support@datacash.com</email></author></authors>
|
13 |
+
<date>2014-10-17</date>
|
14 |
+
<time>08:56:22</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="DataCash"><dir name="Dpg"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="c65030837e1ce97a063b9146f3bb983d"/></dir></dir></dir></dir><dir name="Form"><file name="Api.php" hash="033a34c52dc6dc03fa802c78e05fff9c"/><file name="Apiprereg.php" hash="bf28b55b476562ff459012c9fc21bc6d"/><file name="Hcc.php" hash="b3406a87a800b9182a0e4e259cf75754"/><file name="Hps.php" hash="47a732ebb397a14a145851cdb00ceb0b"/><file name="Iframe.php" hash="d0aad3633894b90f64112a962c8e3161"/><file name="Placeform.php" hash="19bafec3229f6f35382d9b725d41f620"/></dir><dir name="Iframe"><file name="Complete.php" hash="adbf0cb0a89aee5704cebf62dd63b4a9"/><file name="Start.php" hash="ef6527a85117c67a52291932339a25a1"/></dir><dir name="Info"><file name="Api.php" hash="a2893e155ba8c92776e12ed7d4472284"/><file name="Hcc.php" hash="7a2c713640e7fcee5d5c2150d1baff40"/><file name="Hps.php" hash="8b06d32980842db5274897d3bfba9df1"/></dir></dir><dir name="Controller"><file name="Abstract.php" hash="3082d6a39d67762df16eed690823aab3"/></dir><dir name="controllers"><file name="HccController.php" hash="4257caa14117e23565568855abe307a9"/><file name="HostedController.php" hash="d08cef939ce21212e30150354f86f6fc"/><file name="HpsController.php" hash="7c94d6d858f20f810cfd6df61a3238f3"/><file name="T3mController.php" hash="bf54d16c48e5fc9fec96dad1e6e0f0fc"/></dir><dir name="etc"><file name="config.xml" hash="6bac8185f76cb6d1d38a5ba008b6f51b"/><file name="system.xml" hash="bdb039f715fb9b2190c524e5d0e85051"/></dir><dir name="Helper"><file name="Cdata.php" hash="8e73bf53fd94e3b3af31bf3d42c42d72"/><file name="Data.php" hash="5ed8bc718e0fe451c28e9292fff73e97"/></dir><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="55c06a742eff55fa47be8a6251ecac44"/><file name="Direct.php" hash="bb6e10495f1a5f50feb0766dea293684"/><file name="Directprereg.php" hash="1ba0633478037b367bf3f15f091dcdb4"/><file name="Hcc.php" hash="5f54b2c9c23472f49ea61f4ba3041c94"/><file name="Hps.php" hash="40616c129c29acb6978b4bf543b4187c"/></dir><file name="Code.php" hash="43d2b25050901ebd6f6e82ed264de783"/><file name="Config.php" hash="612bce5a820094cdc809f6c3689d62b8"/><dir name="Datacash"><file name="Request.php" hash="8fc13fb3b8b38b2bf26167305d34e58b"/><file name="Response.php" hash="aa56436c93b2ededbec0f9e75f5e96d3"/><dir name="Simplexml"><file name="Element.php" hash="ac1b66c652eb1843a36dcbf1b94a40fa"/></dir></dir><file name="Dpg.php" hash="5ded0f39a06d12f538fbdf8fe7553c7c"/><dir name="Entity"><file name="Setup.php" hash="d74a82e89fe2213034f6558956ad9633"/></dir><dir name="Method"><file name="Abstract.php" hash="838a8a09927ba7768dd90757bc754d3d"/><file name="Api.php" hash="9be2125eeeed331d691b665351538f0a"/><file name="Apiprereg.php" hash="7af51159fa691a4593ca34754fa7490d"/><file name="Hcc.php" hash="f84c9ee095cf7aa18a5392ac8fe2c825"/><dir name="Hosted"><file name="Abstract.php" hash="32100702f8e7dbf2e3faafa1b541a981"/><file name="Interface.php" hash="926072fcd7d864e1f98da8b59b164eb7"/></dir><file name="Hps.php" hash="ce07c9a04d19558a052678e3df28c1f2"/></dir><file name="Observer.php" hash="8b1bb83efec831a079d8a248a5aa1f9c"/><dir name="Resource"><file name="Setup.php" hash="8c8dfa376d518c3b1122ecdeceec7683"/><dir name="Tokencard"><file name="Collection.php" hash="8f12f4c957db4c60542f345c909d7918"/></dir><file name="Tokencard.php" hash="4f1098828b12460edf828342fe88e559"/></dir><dir name="Service"><file name="Abstract.php" hash="8815585398e87b8bcb6d4c282b954f95"/><file name="Direct.php" hash="2dc35bf8f06de86cbdcb2975ea08ef9d"/><file name="Directprereg.php" hash="342849147fb97872192d800a2457c917"/><file name="Hcc.php" hash="090324b893a844715e3c06384bd456fe"/><dir name="State"><file name="Datacash.php" hash="79df9d849f4d23e154c1075b776ca888"/></dir></dir><file name="Service.php" hash="3c5374cf5d2f3d802fe032dce47c1c64"/><dir name="Source"><file name="Acceptreject.php" hash="a3142c294701177d85aab3a6f214e9b2"/><file name="Authtypes.php" hash="a7923edddb42f8ea86b2abb07546d62a"/><file name="GatewayMode.php" hash="c449151400da02fd3eff28cd799d4b46"/><file name="RsgBillingShipping.php" hash="03055dbd794ddef88e4c89d9f690e470"/><file name="RsgServiceTypes.php" hash="2a756b7341413ae462f3ad7f83c8ada6"/><file name="Threedstypes.php" hash="5f404d5d676a3baf0e0e71f1331decc2"/></dir><file name="Tokencard.php" hash="a83e3a6c6bfd86377727e5fab0b1020b"/></dir><dir name="sql"><dir name="datacash_dpg_setup"><file name="mysql4-install-0.1.0.php" hash="00a5d0be2b14d26ed85ed891b811abfc"/><file name="mysql4-upgrade-1.0.1-1.1.0.php" hash="a793557ab661f8d8a8535ae3a0683151"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="datacash"><dir><dir name="form"><file name="cc.phtml" hash="b798c2c2c0729bef424d1be5f64ca024"/><file name="cc.phtml.backup" hash="4930cc189ac48efe55694e5aec89939f"/><file name="cc_prereg.phtml" hash="5b33eaca19e25153a7bcedee02a6f0a6"/></dir><dir name="hcc"><file name="form.phtml" hash="81ed0746ffbd96d8000b95db7c281d03"/><file name="info.phtml" hash="eb512a6dab0d1396742cddf5c5db1598"/><file name="placeform.phtml" hash="b79869ff4346c230c6214b2bffdbc46c"/></dir><dir name="hps"><file name="form.phtml" hash="81ed0746ffbd96d8000b95db7c281d03"/><file name="info.phtml" hash="4bd99be8a9e08b77618fc2f596d2856a"/></dir><dir name="iframe"><file name="complete.phtml" hash="9190056410f552cb802a85b582127065"/><file name="form.phtml" hash="74abd537d1256778a19dd580d236224f"/><file name="start.phtml" hash="3493cd85bf3b3ca604990bd3d810d14d"/></dir></dir></dir></dir><dir name="layout"><file name="datacash.xml" hash="5f2531bbff2d8a5d2a20ea3ec91ea91e"/></dir></dir></dir></dir></target><target name="magelocale"><dir><dir name="en_GB"><file name="DataCash_Dpg.csv" hash="f5d24ae44a0d5f3ac76e74430059152d"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DataCash_Payment.xml" hash="7f1d393c458e2287f492fc01dd2f1265"/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|