Version Notes
- Revised all payment methods
Download this release
Release Info
Developer | Stefan Iancu |
Extension | Smart2Pay |
Version | 1.1.9 |
Comparing to | |
See all releases |
Code changes from version 1.1.6 to 1.1.9
- app/code/community/Smart2Pay/Globalpay/Block/Paymethod/Form.php +5 -3
- app/code/community/Smart2Pay/Globalpay/Helper/Helper.php +6 -1
- app/code/community/Smart2Pay/Globalpay/Model/Pay.php +153 -6
- app/code/community/Smart2Pay/Globalpay/etc/config.xml +1 -1
- app/code/community/Smart2Pay/Globalpay/sql/globalpay_setup/mysql4-upgrade-1.1.6-1.1.7.php +21 -0
- app/code/community/Smart2Pay/Globalpay/sql/globalpay_setup/mysql4-upgrade-1.1.7-1.1.8.php +8 -0
- app/code/community/Smart2Pay/Globalpay/sql/globalpay_setup/mysql4-upgrade-1.1.8-1.1.9.php +804 -0
- app/design/frontend/base/default/template/smart2pay/globalpay/paymethod/form.phtml +46 -16
- app/design/frontend/base/default/template/smart2pay/globalpay/paymethod/sendform.phtml +0 -3
- app/locale/en_GB/Smart2Pay_Globalpay.csv +31 -3
- app/locale/en_US/Smart2Pay_Globalpay.csv +31 -3
- package.xml +6 -7
- skin/adminhtml/default/default/images/smart2pay/methods/1053_credit_cards.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/1054_BII-VA.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/1055_Kartuku.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/1056_Cimb_Clicks.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/1057_Mandiri_ecash.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/1058_IB_Muamalat.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/1059_T-cash.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/1060_Indosat_Dompetku.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/1061_Mandiri_atm_automatic.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/1062_pay4me.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/1063_Danamon.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/degica_bank_transfer.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/degica_cards.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/degica_kombini.png +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/degica_payeasy.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/degica_webmoney.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/gcashlogo.jpg +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/index.php +36 -0
- skin/adminhtml/default/default/images/smart2pay/methods/klarna.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/klarna_checkout.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/pay_by_mobile_v1.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/skrill.jpg +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/voguepay.gif +0 -0
- skin/adminhtml/default/default/images/smart2pay/methods/webmoney.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/1053_credit_cards.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/1054_BII-VA.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/1055_Kartuku.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/1056_Cimb_Clicks.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/1057_Mandiri_ecash.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/1058_IB_Muamalat.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/1059_T-cash.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/1060_Indosat_Dompetku.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/1061_Mandiri_atm_automatic.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/1062_pay4me.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/1063_Danamon.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/degica_bank_transfer.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/degica_cards.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/degica_kombini.png +0 -0
- skin/frontend/base/default/images/smart2pay/methods/degica_payeasy.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/degica_webmoney.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/gcashlogo.jpg +0 -0
- skin/frontend/base/default/images/smart2pay/methods/index.php +36 -0
- skin/frontend/base/default/images/smart2pay/methods/klarna.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/klarna_checkout.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/pay_by_mobile_v1.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/skrill.jpg +0 -0
- skin/frontend/base/default/images/smart2pay/methods/voguepay.gif +0 -0
- skin/frontend/base/default/images/smart2pay/methods/webmoney.gif +0 -0
app/code/community/Smart2Pay/Globalpay/Block/Paymethod/Form.php
CHANGED
@@ -19,11 +19,13 @@ class Smart2Pay_Globalpay_Block_Paymethod_Form extends Mage_Payment_Block_Form
|
|
19 |
{
|
20 |
/** @var Mage_Checkout_Model_Session $chkout */
|
21 |
if( !($chkout = Mage::getSingleton('checkout/session'))
|
22 |
-
or !($quote = $chkout->getQuote())
|
23 |
-
|
|
|
|
|
24 |
or !($countryCode = $billingAddress->getCountryId())
|
25 |
or !($countryId = Mage::getModel('globalpay/country')->load($countryCode, 'code')->getId()) )
|
26 |
-
return
|
27 |
|
28 |
|
29 |
/** @var Smart2Pay_Globalpay_Model_Configuredmethods $configured_methods_obj */
|
19 |
{
|
20 |
/** @var Mage_Checkout_Model_Session $chkout */
|
21 |
if( !($chkout = Mage::getSingleton('checkout/session'))
|
22 |
+
or !($quote = $chkout->getQuote()) )
|
23 |
+
return array();
|
24 |
+
|
25 |
+
if( !($billingAddress = $quote->getBillingAddress())
|
26 |
or !($countryCode = $billingAddress->getCountryId())
|
27 |
or !($countryId = Mage::getModel('globalpay/country')->load($countryCode, 'code')->getId()) )
|
28 |
+
return $this->__( 'Couldn\'t obtain country from billing address.' );
|
29 |
|
30 |
|
31 |
/** @var Smart2Pay_Globalpay_Model_Configuredmethods $configured_methods_obj */
|
app/code/community/Smart2Pay/Globalpay/Helper/Helper.php
CHANGED
@@ -2,6 +2,12 @@
|
|
2 |
|
3 |
class Smart2Pay_Globalpay_Helper_Helper extends Mage_Core_Helper_Abstract
|
4 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
public function mage_exception( $code, $messages_arr )
|
6 |
{
|
7 |
if( is_string( $messages_arr ) )
|
@@ -60,7 +66,6 @@ class Smart2Pay_Globalpay_Helper_Helper extends Mage_Core_Helper_Abstract
|
|
60 |
}
|
61 |
}
|
62 |
|
63 |
-
|
64 |
return $exception_obj;
|
65 |
}
|
66 |
|
2 |
|
3 |
class Smart2Pay_Globalpay_Helper_Helper extends Mage_Core_Helper_Abstract
|
4 |
{
|
5 |
+
public static function logf( $data )
|
6 |
+
{
|
7 |
+
Mage::getModel('core/log_adapter', 'payment_smart2pay.log')
|
8 |
+
->log( $data );
|
9 |
+
}
|
10 |
+
|
11 |
public function mage_exception( $code, $messages_arr )
|
12 |
{
|
13 |
if( is_string( $messages_arr ) )
|
66 |
}
|
67 |
}
|
68 |
|
|
|
69 |
return $exception_obj;
|
70 |
}
|
71 |
|
app/code/community/Smart2Pay/Globalpay/Model/Pay.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
class Smart2Pay_Globalpay_Model_Pay extends Mage_Payment_Model_Method_Abstract
|
4 |
{
|
5 |
const S2P_STATUS_OPEN = 1, S2P_STATUS_SUCCESS = 2, S2P_STATUS_CANCELLED = 3, S2P_STATUS_FAILED = 4, S2P_STATUS_EXPIRED = 5, S2P_STATUS_PROCESSING = 7;
|
6 |
|
@@ -13,6 +13,143 @@ class Smart2Pay_Globalpay_Model_Pay extends Mage_Payment_Model_Method_Abstract
|
|
13 |
// method config
|
14 |
public $method_config = array();
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
public function __construct()
|
17 |
{
|
18 |
parent::__construct();
|
@@ -97,15 +234,25 @@ class Smart2Pay_Globalpay_Model_Pay extends Mage_Payment_Model_Method_Abstract
|
|
97 |
/** @var Smart2Pay_Globalpay_Model_Configuredmethods $configured_methods_obj */
|
98 |
if( !($method_id = $data->getMethodId())
|
99 |
or !($chkout = Mage::getSingleton('checkout/session'))
|
100 |
-
or !($quote = $chkout->getQuote())
|
101 |
-
|
|
|
|
|
|
|
|
|
|
|
102 |
or !($countryCode = $billingAddress->getCountryId())
|
103 |
-
or !($countryId = Mage::getModel('globalpay/country')->load($countryCode, 'code')->getId())
|
104 |
-
|
|
|
|
|
|
|
|
|
|
|
105 |
or !($enabled_methods = $configured_methods_obj->get_configured_methods( $countryId, array( 'id_in_index' => true ) ))
|
106 |
or empty( $enabled_methods[$method_id] ) )
|
107 |
{
|
108 |
-
Mage::throwException( Mage::helper('payment')->__( '
|
109 |
return $this;
|
110 |
}
|
111 |
|
1 |
<?php
|
2 |
|
3 |
+
class Smart2Pay_Globalpay_Model_Pay extends Mage_Payment_Model_Method_Abstract // implements Mage_Payment_Model_Recurring_Profile_MethodInterface
|
4 |
{
|
5 |
const S2P_STATUS_OPEN = 1, S2P_STATUS_SUCCESS = 2, S2P_STATUS_CANCELLED = 3, S2P_STATUS_FAILED = 4, S2P_STATUS_EXPIRED = 5, S2P_STATUS_PROCESSING = 7;
|
6 |
|
13 |
// method config
|
14 |
public $method_config = array();
|
15 |
|
16 |
+
/**
|
17 |
+
* Validate RP data
|
18 |
+
*
|
19 |
+
* @param Mage_Payment_Model_Recurring_Profile $profile
|
20 |
+
*/
|
21 |
+
public function validateRecurringProfile(Mage_Payment_Model_Recurring_Profile $profile)
|
22 |
+
{
|
23 |
+
/** @var Smart2Pay_Globalpay_Helper_Helper $helper_obj */
|
24 |
+
$helper_obj = Mage::helper( 'globalpay/helper' );
|
25 |
+
|
26 |
+
ob_start();
|
27 |
+
echo "\n\n".'Profile';
|
28 |
+
var_dump( $profile->getData() );
|
29 |
+
$buf = ob_get_clean();
|
30 |
+
|
31 |
+
$helper_obj->logf( 'validateRecurringProfile: ['.$buf.']' );
|
32 |
+
}
|
33 |
+
|
34 |
+
/**
|
35 |
+
* Submit RP to the gateway
|
36 |
+
*
|
37 |
+
* @param Mage_Payment_Model_Recurring_Profile $profile
|
38 |
+
* @param Mage_Payment_Model_Info $paymentInfo
|
39 |
+
*/
|
40 |
+
public function submitRecurringProfile(Mage_Payment_Model_Recurring_Profile $profile,
|
41 |
+
Mage_Payment_Model_Info $paymentInfo
|
42 |
+
) {
|
43 |
+
//$token = $paymentInfo->
|
44 |
+
//getAdditionalInformation(Mage_Paypal_Model_Express_Checkout::PAYMENT_INFO_TRANSPORT_TOKEN);
|
45 |
+
//$profile->setToken($token);
|
46 |
+
//$this->_pro->submitRecurringProfile($profile, $paymentInfo);
|
47 |
+
|
48 |
+
/** @var Smart2Pay_Globalpay_Helper_Helper $helper_obj */
|
49 |
+
$helper_obj = Mage::helper( 'globalpay/helper' );
|
50 |
+
|
51 |
+
ob_start();
|
52 |
+
echo "\n\n".'Profile';
|
53 |
+
var_dump( $profile->getData() );
|
54 |
+
echo "\n\n".'Payment Info';
|
55 |
+
var_dump( $paymentInfo->getData() );
|
56 |
+
$buf = ob_get_clean();
|
57 |
+
|
58 |
+
$helper_obj->logf( 'submitRecurringProfile: ['.$buf.']' );
|
59 |
+
|
60 |
+
/** @var Mage_Sales_Model_Quote $oQuote */
|
61 |
+
$quote = $paymentInfo->getQuote();
|
62 |
+
|
63 |
+
/** @var Mage_Customer_Model_Customer $oCustomer */
|
64 |
+
$customer = $quote->getCustomer();
|
65 |
+
//$customer->save();
|
66 |
+
|
67 |
+
$profile->setCustomerId($customer->getId());
|
68 |
+
$profile->setReferenceId($quote->getId());
|
69 |
+
$profile->setAdditionalInfo($paymentInfo->getAdditionalInformation());
|
70 |
+
$profile->setState(Mage_Sales_Model_Recurring_Profile::STATE_ACTIVE);
|
71 |
+
$profile->save();
|
72 |
+
return $this;
|
73 |
+
}
|
74 |
+
|
75 |
+
/**
|
76 |
+
* Fetch RP details
|
77 |
+
*
|
78 |
+
* @param string $referenceId
|
79 |
+
* @param Varien_Object $result
|
80 |
+
*/
|
81 |
+
public function getRecurringProfileDetails( $referenceId, Varien_Object $result )
|
82 |
+
{
|
83 |
+
|
84 |
+
/** @var Smart2Pay_Globalpay_Helper_Helper $helper_obj */
|
85 |
+
$helper_obj = Mage::helper( 'globalpay/helper' );
|
86 |
+
|
87 |
+
ob_start();
|
88 |
+
echo "\n\n".'referenceId';
|
89 |
+
var_dump( $referenceId );
|
90 |
+
echo "\n\n".'result';
|
91 |
+
var_dump( $result->getData() );
|
92 |
+
$buf = ob_get_clean();
|
93 |
+
|
94 |
+
$helper_obj->logf( 'getRecurringProfileDetails: ['.$buf.']' );
|
95 |
+
|
96 |
+
return true;
|
97 |
+
}
|
98 |
+
|
99 |
+
/**
|
100 |
+
* Whether can get recurring profile details
|
101 |
+
*/
|
102 |
+
public function canGetRecurringProfileDetails()
|
103 |
+
{
|
104 |
+
|
105 |
+
/** @var Smart2Pay_Globalpay_Helper_Helper $helper_obj */
|
106 |
+
$helper_obj = Mage::helper( 'globalpay/helper' );
|
107 |
+
|
108 |
+
ob_start();
|
109 |
+
echo "\n\n".'canGetRecurringProfileDetails';
|
110 |
+
$buf = ob_get_clean();
|
111 |
+
|
112 |
+
$helper_obj->logf( 'canGetRecurringProfileDetails: ['.$buf.']' );
|
113 |
+
|
114 |
+
return true;
|
115 |
+
}
|
116 |
+
|
117 |
+
/**
|
118 |
+
* Update RP data
|
119 |
+
*
|
120 |
+
* @param Mage_Payment_Model_Recurring_Profile $profile
|
121 |
+
*/
|
122 |
+
public function updateRecurringProfile(Mage_Payment_Model_Recurring_Profile $profile)
|
123 |
+
{
|
124 |
+
/** @var Smart2Pay_Globalpay_Helper_Helper $helper_obj */
|
125 |
+
$helper_obj = Mage::helper( 'globalpay/helper' );
|
126 |
+
|
127 |
+
ob_start();
|
128 |
+
echo "\n\n".'Profile';
|
129 |
+
var_dump( $profile->getData() );
|
130 |
+
$buf = ob_get_clean();
|
131 |
+
|
132 |
+
$helper_obj->logf( 'updateRecurringProfile: ['.$buf.']' );
|
133 |
+
}
|
134 |
+
|
135 |
+
/**
|
136 |
+
* Manage status
|
137 |
+
*
|
138 |
+
* @param Mage_Payment_Model_Recurring_Profile $profile
|
139 |
+
*/
|
140 |
+
public function updateRecurringProfileStatus(Mage_Payment_Model_Recurring_Profile $profile)
|
141 |
+
{
|
142 |
+
/** @var Smart2Pay_Globalpay_Helper_Helper $helper_obj */
|
143 |
+
$helper_obj = Mage::helper( 'globalpay/helper' );
|
144 |
+
|
145 |
+
ob_start();
|
146 |
+
echo "\n\n".'Profile';
|
147 |
+
var_dump( $profile->getData() );
|
148 |
+
$buf = ob_get_clean();
|
149 |
+
|
150 |
+
$helper_obj->logf( 'updateRecurringProfileStatus: ['.$buf.']' );
|
151 |
+
}
|
152 |
+
|
153 |
public function __construct()
|
154 |
{
|
155 |
parent::__construct();
|
234 |
/** @var Smart2Pay_Globalpay_Model_Configuredmethods $configured_methods_obj */
|
235 |
if( !($method_id = $data->getMethodId())
|
236 |
or !($chkout = Mage::getSingleton('checkout/session'))
|
237 |
+
or !($quote = $chkout->getQuote()) )
|
238 |
+
{
|
239 |
+
//Mage::throwException( Mage::helper('payment')->__( 'Cannot get payment method details. Please try again.' ) );
|
240 |
+
return $this;
|
241 |
+
}
|
242 |
+
|
243 |
+
if( !($billingAddress = $quote->getBillingAddress())
|
244 |
or !($countryCode = $billingAddress->getCountryId())
|
245 |
+
or !($countryId = Mage::getModel('globalpay/country')->load($countryCode, 'code')->getId()) )
|
246 |
+
{
|
247 |
+
Mage::throwException( Mage::helper('payment')->__( 'Cannot get country from billing address.' ) );
|
248 |
+
return $this;
|
249 |
+
}
|
250 |
+
|
251 |
+
if( !($configured_methods_obj = Mage::getModel( 'globalpay/configuredmethods' ))
|
252 |
or !($enabled_methods = $configured_methods_obj->get_configured_methods( $countryId, array( 'id_in_index' => true ) ))
|
253 |
or empty( $enabled_methods[$method_id] ) )
|
254 |
{
|
255 |
+
Mage::throwException( Mage::helper('payment')->__( 'Cannot get any payment method for selected country.' ) );
|
256 |
return $this;
|
257 |
}
|
258 |
|
app/code/community/Smart2Pay/Globalpay/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
<modules>
|
5 |
<Smart2Pay_Globalpay>
|
6 |
-
<version>1.1.
|
7 |
</Smart2Pay_Globalpay>
|
8 |
</modules>
|
9 |
|
3 |
|
4 |
<modules>
|
5 |
<Smart2Pay_Globalpay>
|
6 |
+
<version>1.1.9</version>
|
7 |
</Smart2Pay_Globalpay>
|
8 |
</modules>
|
9 |
|
app/code/community/Smart2Pay/Globalpay/sql/globalpay_setup/mysql4-upgrade-1.1.6-1.1.7.php
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/* @var $installer Mage_Paypal_Model_Resource_Setup */
|
4 |
+
/* @var $this Mage_Paypal_Model_Resource_Setup */
|
5 |
+
$installer = $this;
|
6 |
+
$installer->startSetup();
|
7 |
+
|
8 |
+
// Adding new payment methods
|
9 |
+
$installer->run( "INSERT INTO `{$installer->getTable('globalpay/method')}` (`method_id`, `display_name`, `provider_value`, `description`, `logo_url`, `guaranteed`, `active`) VALUES
|
10 |
+
(1051, 'Globe GCash', 'dragonpay', 'Globe GCash description', 'gcashlogo.jpg', 1, 1),
|
11 |
+
(1048, 'BankTransfer Japan', 'degica', 'BankTransfer Japan description', 'degica_bank_transfer.gif', 1, 1),
|
12 |
+
(1046, 'Konbini', 'degica', 'Konbini description', 'degica_kombini.png', 1, 1);" );
|
13 |
+
|
14 |
+
$installer->run( "INSERT INTO `{$installer->getTable('globalpay/countrymethod')}` (`id`, `country_id`, `method_id`, `priority`) VALUES
|
15 |
+
(542,152,1051,99),
|
16 |
+
(543,110,1048,99),
|
17 |
+
(544,110,1046,99);" );
|
18 |
+
|
19 |
+
$installer->run( "UPDATE `{$installer->getTable('globalpay/method')}` SET `display_name` = 'Finish Banks' WHERE `method_id` = 65" );
|
20 |
+
|
21 |
+
$installer->endSetup();
|
app/code/community/Smart2Pay/Globalpay/sql/globalpay_setup/mysql4-upgrade-1.1.7-1.1.8.php
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/* @var $installer Mage_Paypal_Model_Resource_Setup */
|
4 |
+
/* @var $this Mage_Paypal_Model_Resource_Setup */
|
5 |
+
$installer = $this;
|
6 |
+
$installer->startSetup();
|
7 |
+
|
8 |
+
$installer->endSetup();
|
app/code/community/Smart2Pay/Globalpay/sql/globalpay_setup/mysql4-upgrade-1.1.8-1.1.9.php
ADDED
@@ -0,0 +1,804 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/* @var $installer Mage_Paypal_Model_Resource_Setup */
|
4 |
+
/* @var $this Mage_Paypal_Model_Resource_Setup */
|
5 |
+
$installer = $this;
|
6 |
+
$installer->startSetup();
|
7 |
+
$installer->run("
|
8 |
+
|
9 |
+
DROP TABLE IF EXISTS `{$installer->getTable('globalpay/method')}`;
|
10 |
+
CREATE TABLE IF NOT EXISTS `{$installer->getTable('globalpay/method')}` (
|
11 |
+
`method_id` int(11) NOT NULL auto_increment,
|
12 |
+
`display_name` varchar(255) collate utf8_unicode_ci default NULL,
|
13 |
+
`provider_value` varchar(255) collate utf8_unicode_ci default NULL,
|
14 |
+
`description` text collate utf8_unicode_ci,
|
15 |
+
`logo_url` varchar(255) collate utf8_unicode_ci default NULL,
|
16 |
+
`guaranteed` int(1) default NULL,
|
17 |
+
`active` int(1) default NULL,
|
18 |
+
PRIMARY KEY (`method_id`)
|
19 |
+
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
20 |
+
|
21 |
+
INSERT INTO `{$installer->getTable('globalpay/method')}` (`method_id`, `display_name`, `provider_value`, `description`, `logo_url`, `guaranteed`, `active`) VALUES
|
22 |
+
(1, 'Bank Transfer', 'banktransfer', 'Bank Transfer description', 'bank_transfer_logo_v6.png', 1, 1),
|
23 |
+
(2, 'iDEAL', 'ideal', 'iDEAL description', 'ideal.png', 1, 1),
|
24 |
+
(3, 'MrCash', 'mrcash', 'MrCash description', 'mrcash.png', 1, 1),
|
25 |
+
(4, 'Giropay', 'giropay', 'Giropay description', 'giropay.png', 1, 1),
|
26 |
+
(5, 'EPS', 'eps', 'EPS description', 'eps-e-payment-standard.png', 1, 1),
|
27 |
+
(8, 'UseMyFunds', 'umb', 'UseMyFunds description', 'umb.png', 1, 1),
|
28 |
+
(9, 'Sofort Banking', 'dp24', 'Sofort Banking description', 'dp24_sofort.png', 0, 1),
|
29 |
+
(12, 'Przelewy24', 'p24', 'Przelewy24 description', 'p24.png', 1, 1),
|
30 |
+
(13, 'OneCard', 'onecard', 'OneCard description', 'onecard.png', 1, 1),
|
31 |
+
(14, 'CashU', 'cashu', 'CashU description', 'cashu.png', 1, 1),
|
32 |
+
(18, 'POLi', 'poli', 'POLi description', 'poli.png', 0, 1),
|
33 |
+
(19, 'DineroMail', 'dineromail', 'DineroMail description', 'dineromail.png', 0, 1),
|
34 |
+
(20, 'Multibanco SIBS', 'sibs', 'Multibanco SIBS description', 'sibs_mb.png', 1, 1),
|
35 |
+
(22, 'Moneta Wallet', 'moneta', 'Moneta Wallet description', 'moneta.png', 1, 1),
|
36 |
+
(23, 'Paysera', 'paysera', 'Paysera description', 'paysera.gif', 1, 1),
|
37 |
+
(24, 'Alipay', 'alipay', 'Alipay description', 'alipay.png', 1, 1),
|
38 |
+
(25, 'Abaqoos', 'abaqoos', 'Abaqoos description', 'abaqoos.png', 1, 1),
|
39 |
+
(27, 'ePlatby for eKonto', 'ebanka', 'eBanka description', 'eKonto.png', 1, 1),
|
40 |
+
(28, 'Ukash', 'ukash', 'Ukash description', 'ukash.png', 1, 1),
|
41 |
+
(29, 'Trustly', 'trustly', 'Trustly description', 'trustly.png', 1, 1),
|
42 |
+
(32, 'Debito Banco do Brasil', 'debitobdb', 'Debito Banco do Brasil description', 'banco_do_brasil.gif', 1, 1),
|
43 |
+
(33, 'CuentaDigital', 'cuentadigital', 'CuentaDigital description', 'cuentadigital.png', 1, 0),
|
44 |
+
(34, 'CardsBrazil', 'cardsbrl', 'CardsBrazil description', 'cards_brl.gif', 0, 1),
|
45 |
+
(35, 'PaysBuy', 'paysbuy', 'PaysBuy description', 'paysbuy.png', 0, 1),
|
46 |
+
(36, 'Mazooma', 'mazooma', 'Mazooma description', 'mazooma.png', 0, 0),
|
47 |
+
(37, 'eNETS Debit', 'enets', 'eNETS Debit description', 'enets.png', 1, 1),
|
48 |
+
(40, 'Paysafecard', 'paysafecard', 'Paysafecard description', 'paysafecard.png', 1, 1),
|
49 |
+
(42, 'PayPal', 'paypal', 'PayPal description', 'paypal.png', 1, 0),
|
50 |
+
(43, 'PagTotal', 'pagtotal', 'PagTotal description', 'pagtotal.png', 0, 0),
|
51 |
+
(44, 'Payeasy', 'payeasy', 'Payeasy description', 'payeasy.png', 1, 1),
|
52 |
+
(46, 'MercadoPago', 'mercadopago', 'MercadoPago description', 'mercadopago.png', 0, 1),
|
53 |
+
(47, 'Mozca', 'mozca', 'Mozca description', 'mozca.png', 0, 0),
|
54 |
+
(49, 'ToditoCash', 'toditocash', 'ToditoCash description', 'todito_cash.png', 1, 1),
|
55 |
+
(58, 'PayWithMyBank', 'pwmb', 'PayWithMyBank description', 'pwmb.png', 1, 1),
|
56 |
+
(62, 'Tenpay', 'tenpay', 'Tenpay description', 'tenpay.png', 1, 1),
|
57 |
+
(63, 'TrustPay', 'trustpay', 'TrustPay description', 'trustpay.png', 1, 1),
|
58 |
+
(64, 'MangirKart', 'mangirkart', 'MangirKart description', 'mangir_cart.gif', 1, 1),
|
59 |
+
(65, 'Finish Banks', 'paytrail', 'Paytrail description', 'paytrail.gif', 1, 1),
|
60 |
+
(66, 'MTCPay', 'mtcpay', 'MTCPay description', 'mtcpay.png', 1, 1),
|
61 |
+
(67, 'DragonPay', 'dragonpay', 'DragonPay description', 'dragon_pay.png', 1, 1),
|
62 |
+
(69, 'Credit Card', 's2pcards', 'S2PCards Description', 's2p_cards.gif', 0, 1),
|
63 |
+
(72, 'PagoEfectivo', 'pagoefectivo', 'PagoEfectivo Description', 'pago_efectivo.gif', 1, 1),
|
64 |
+
(73, 'MyBank', 'mybank', 'MyBank Description', 'mybank.png', 1, 1),
|
65 |
+
(74, 'Yandex.Money', 'yandexmoney', 'YandexMoney description', 'yandex_money.png', 1, 1),
|
66 |
+
(75, 'Klarna Invoice', 'klarnainvoice', 'KlarnaInvoice description', 'klarna.gif', 1, 1),
|
67 |
+
(76, 'Bitcoin', 'bitcoin', 'Bitcoin description', 'bitcoin.png', 1, 1),
|
68 |
+
(77, 'VoguePay', 'voguepay', 'VoguePay Description', 'voguepay.gif', 1, 1),
|
69 |
+
(78, 'Skrill', 'skrill', 'Skrill Description', 'skrill.jpg', 1, 1),
|
70 |
+
(79, 'Pay by mobile', 'paybymobile', 'Pay by mobile Description', 'pay_by_mobile_v1.gif', 1, 1),
|
71 |
+
(81, 'WebMoney Transfer', 'webmoneytransfer', 'WebMoney Transfer Description', 'webmoney.gif', 1, 1),
|
72 |
+
(1000, 'Boleto', 'paganet', 'Boleto description', 'boleto_bancario.png', 1, 1),
|
73 |
+
(1001, 'Debito', 'paganet', 'Debito description', 'debito_bradesco.png', 1, 0),
|
74 |
+
(1002, 'Transferencia', 'paganet', 'Transferencia description', 'bradesco_transferencia.png', 1, 1),
|
75 |
+
(1003, 'QIWI Wallet', 'qiwi', 'QIWI Wallet description', 'qiwi_wallet.png', 1, 1),
|
76 |
+
(1004, 'Beeline', 'qiwi', 'Beeline description', 'beeline.png', 1, 1),
|
77 |
+
(1005, 'Megafon', 'qiwi', 'Megafon description', 'megafon.png', 1, 1),
|
78 |
+
(1006, 'MTS', 'qiwi', 'MTS description', 'mts.gif', 1, 1),
|
79 |
+
(1007, 'WebMoney', 'moneta', 'WebMoney description', 'webmoney.png', 1, 0),
|
80 |
+
(1008, 'Yandex', 'moneta', 'Yandex description', 'yandex.png', 1, 0),
|
81 |
+
(1009, 'Alliance Online', 'asiapay', 'Alliance Online description', 'alliance_online.gif', 1, 0),
|
82 |
+
(1010, 'AmBank', 'asiapay', 'AmBank description', 'ambank_group.png', 1, 1),
|
83 |
+
(1011, 'CIMB Clicks', 'asiapay', 'CIMB Clicks description', 'cimb_clicks.png', 1, 1),
|
84 |
+
(1012, 'FPX', 'asiapay', 'FPX description', 'fpx.png', 1, 1),
|
85 |
+
(1013, 'Hong Leong Bank Transfer', 'asiapay', 'Hong Leong Bank Transfer description', 'hong_leong.png', 1, 1),
|
86 |
+
(1014, 'Maybank2U', 'asiapay', 'Maybank2U description', 'maybank2u.png', 1, 1),
|
87 |
+
(1015, 'Meps Cash', 'asiapay', 'Meps Cash description', 'meps_cash.png', 1, 1),
|
88 |
+
(1016, 'Mobile Money', 'asiapay', 'Mobile Money description', 'mobile_money.png', 1, 1),
|
89 |
+
(1017, 'RHB', 'asiapay', 'RHB description', 'rhb.png', 1, 1),
|
90 |
+
(1018, 'Webcash', 'asiapay', 'Webcash description', 'web_cash.gif', 1, 0),
|
91 |
+
(1019, 'Credit Cards Colombia', 'pagosonline', 'Credit Cards Colombia description', 'cards_colombia.gif', 1, 1),
|
92 |
+
(1020, 'PSE', 'pagosonline', 'PSE description', 'pse.png', 1, 1),
|
93 |
+
(1021, 'ACH Debit', 'pagosonline', 'ACH Debit description', 'ach.png', 1, 1),
|
94 |
+
(1022, 'Via Baloto', 'pagosonline', 'Via Baloto description', 'payment_via_baloto.png', 1, 1),
|
95 |
+
(1023, 'Referenced Payment', 'pagosonline', 'Referenced Payment description', 'payment_references.png', 1, 1),
|
96 |
+
(1024, 'Mandiri', 'asiapay', 'Mandiri description', 'mandiri.png', 1, 1),
|
97 |
+
(1025, 'XL Tunai', 'asiapay', 'XL Tunai description', 'xltunai.png', 1, 1),
|
98 |
+
(1026, 'Bancomer Pago referenciado', 'dineromaildirect', 'Bancomer Pago referenciado description', 'bancomer.png', 1, 1),
|
99 |
+
(1027, 'Santander Pago referenciado', 'dineromaildirect', 'Santander Pago referenciado description', 'santander.gif', 1, 1),
|
100 |
+
(1028, 'ScotiaBank Pago referenciado', 'dineromaildirect', 'ScotiaBank Pago referenciado description', 'scotiabank.gif', 1, 1),
|
101 |
+
(1029, '7-Eleven Pago en efectivo', 'dineromaildirect', '7-Eleven Pago en efectivo description', '7-Eleven.gif', 1, 1),
|
102 |
+
(1030, 'Oxxo Pago en efectivo', 'dineromaildirect', 'Oxxo Pago en efectivo description', 'oxxo.gif', 1, 1),
|
103 |
+
(1031, 'IXE Pago referenciado', 'dineromaildirect', 'IXE Pago referenciado description', 'IXe.gif', 1, 1),
|
104 |
+
(1033, 'Cards Thailand', 'paysbuy', 'Cards Thailand description', 'cards_brl.gif', 1, 0),
|
105 |
+
(1034, 'PayPal Thailand', 'paysbuy', 'PayPalThailand description', 'paypal.png', 1, 0),
|
106 |
+
(1035, 'AMEXThailand', 'paysbuy', 'AMEXThailand description', 'american_express.png', 1, 0),
|
107 |
+
(1036, 'Cash Options Thailand', 'paysbuy', 'Cash Options Thailand Description', 'counter-service-thailand_paysbuy-cash.png', 1, 1),
|
108 |
+
(1037, 'Online Banking Thailand', 'paysbuy', 'OnlineBankingThailand description', 'online_banking_thailanda.png', 1, 1),
|
109 |
+
(1038, 'PaysBuy Wallet', 'paysbuy', 'PaysBuy Wallet description', 'paysbuy.png', 1, 1),
|
110 |
+
(1039, 'Pagos en efectivo Chile', 'dineromaildirect', 'Pagos en efectivo Chile description', 'pagos_en_efectivo_servipag_bci_chile.png', 1, 1),
|
111 |
+
(1040, 'Pagos en efectivo Argentina', 'dineromaildirect', 'Pagos en efectivo Argentina description', 'argentina_banks.png', 1, 0),
|
112 |
+
(1041, 'OP-Pohjola', 'paytrail', 'OP-Pohjola description', 'op-pohjola.png', 1, 1),
|
113 |
+
(1042, 'Nordea', 'paytrail', 'Nordea description', 'nordea.png', 1, 1),
|
114 |
+
(1043, 'Danske bank', 'paytrail', 'Danske description', 'danske_bank.png', 1, 1),
|
115 |
+
(1044, 'Cash-in', 'yandexmoney', 'Cash-in description', 'cashinyandex.gif', 1, 1),
|
116 |
+
(1045, 'Cards Russia', 'yandexmoney', 'Cards Russia description', 's2p_cards.gif', 1, 1),
|
117 |
+
(1048, 'BankTransfer Japan', 'degica', 'BankTransfer Japan description', 'degica_bank_transfer.gif', 1, 1),
|
118 |
+
(1046, 'Konbini', 'degica', 'Konbini description', 'degica_kombini.png', 1, 1),
|
119 |
+
(1047, 'Cards Japan', 'cardsjapan', 'Cards Japan Description', 'degica_cards.gif', 1, 1),
|
120 |
+
(1049, 'PayEasy Japan', 'payeasyjapan', 'PayEasy Japan Description', 'degica_payeasy.gif', 1, 1),
|
121 |
+
(1050, 'WebMoney Japan', 'webmoneyjapan', 'WebMoney Japan Description', 'degica_webmoney.gif', 1, 1),
|
122 |
+
(1051, 'Globe GCash', 'dragonpay', 'Globe GCash description', 'gcashlogo.jpg', 1, 1),
|
123 |
+
(1052, 'Klarna Checkout', 'klarnacheckout', 'Klarna Checkout Description', 'klarna_checkout.gif', 1, 1),
|
124 |
+
(1053, 'Credit Cards Indonesia', 'creditcardsindonesia', 'Credit Cards Indonesia Description', '1053_credit_cards.gif', 1, 1),
|
125 |
+
(1054, 'BII VA', 'biiva', 'BII VA Description', '1054_BII-VA.gif', 1, 1),
|
126 |
+
(1055, 'Kartuku', 'kartuku', 'Kartuku Description', '1055_Kartuku.gif', 1, 1),
|
127 |
+
(1056, 'CIMB Clicks', 'cimbclicks', 'CIMBClicks Description', '1056_Cimb_Clicks.gif', 1, 1),
|
128 |
+
(1057, 'Mandiri e-Cash', 'mandiriecass', 'Mandiri e-Cash Description', '1057_Mandiri_ecash.gif', 1, 1),
|
129 |
+
(1058, 'IB Muamalat', 'ibmuamalat', 'IB Muamalat Description', '1058_IB_Muamalat.gif', 1, 1),
|
130 |
+
(1059, 'T-Cash', 'tcash', 'T-Cash Description', '1059_T-cash.gif', 1, 1),
|
131 |
+
(1060, 'Indosat Dompetku', 'indosatdompetku', 'Indosat Dompetku Description', '1060_Indosat_Dompetku.gif', 1, 1),
|
132 |
+
(1061, 'Mandiri ATM Automatic', 'mandiriatmautomatic', 'Mandiri ATM Automatic Description', '1061_Mandiri_atm_automatic.gif', 1, 1),
|
133 |
+
(1062, 'Pay4ME', 'pay4me', 'Pay4ME Description', '1062_pay4me.gif', 1, 1),
|
134 |
+
(1063, 'Danamon Online Banking', 'danamononlinebanking', 'Danamon Online Banking Description', '1063_Danamon.gif', 1, 1);
|
135 |
+
|
136 |
+
DROP TABLE IF EXISTS `{$installer->getTable('globalpay/countrymethod')}`;
|
137 |
+
CREATE TABLE IF NOT EXISTS `{$installer->getTable('globalpay/countrymethod')}` (
|
138 |
+
`id` int(11) NOT NULL auto_increment,
|
139 |
+
`country_id` int(11) default NULL,
|
140 |
+
`method_id` int(11) default NULL,
|
141 |
+
`priority` int(2) default NULL,
|
142 |
+
PRIMARY KEY (`id`)
|
143 |
+
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
144 |
+
|
145 |
+
INSERT INTO `{$installer->getTable('globalpay/countrymethod')}` (`country_id`, `method_id`, `priority`) VALUES
|
146 |
+
(1,76,99),
|
147 |
+
(2,13,1),
|
148 |
+
(2,14,2),
|
149 |
+
(2,76,99),
|
150 |
+
(2,81,99),
|
151 |
+
(3,76,99),
|
152 |
+
(4,76,99),
|
153 |
+
(5,76,99),
|
154 |
+
(6,76,99),
|
155 |
+
(7,76,99),
|
156 |
+
(7,22,99),
|
157 |
+
(7,74,99),
|
158 |
+
(7,81,99),
|
159 |
+
(7,1003,99),
|
160 |
+
(8,76,99),
|
161 |
+
(9,76,99),
|
162 |
+
(10,76,99),
|
163 |
+
(11,76,99),
|
164 |
+
(11,40,99),
|
165 |
+
(11,69,99),
|
166 |
+
(12,76,99),
|
167 |
+
(13,5,1),
|
168 |
+
(13,40,2),
|
169 |
+
(13,9,3),
|
170 |
+
(13,28,4),
|
171 |
+
(13,1,5),
|
172 |
+
(13,23,6),
|
173 |
+
(13,69,7),
|
174 |
+
(13,76,99),
|
175 |
+
(13,75,99),
|
176 |
+
(13,78,99),
|
177 |
+
(13,1052,99),
|
178 |
+
(14,18,1),
|
179 |
+
(14,28,2),
|
180 |
+
(14,69,3),
|
181 |
+
(14,76,99),
|
182 |
+
(14,40,99),
|
183 |
+
(14,78,99),
|
184 |
+
(15,76,99),
|
185 |
+
(16,76,99),
|
186 |
+
(16,74,99),
|
187 |
+
(16,81,99),
|
188 |
+
(16,1003,99),
|
189 |
+
(17,69,2),
|
190 |
+
(17,76,99),
|
191 |
+
(17,78,99),
|
192 |
+
(18,76,99),
|
193 |
+
(19,76,99),
|
194 |
+
(20,3,1),
|
195 |
+
(20,40,2),
|
196 |
+
(20,1,3),
|
197 |
+
(20,9,4),
|
198 |
+
(20,28,5),
|
199 |
+
(20,69,6),
|
200 |
+
(20,76,99),
|
201 |
+
(20,73,99),
|
202 |
+
(20,78,99),
|
203 |
+
(21,76,99),
|
204 |
+
(22,1,1),
|
205 |
+
(22,63,2),
|
206 |
+
(22,69,3),
|
207 |
+
(22,76,99),
|
208 |
+
(22,40,99),
|
209 |
+
(22,78,99),
|
210 |
+
(22,81,99),
|
211 |
+
(23,13,1),
|
212 |
+
(23,14,2),
|
213 |
+
(23,76,99),
|
214 |
+
(24,76,99),
|
215 |
+
(25,76,99),
|
216 |
+
(26,76,99),
|
217 |
+
(27,76,99),
|
218 |
+
(28,76,99),
|
219 |
+
(29,46,1),
|
220 |
+
(29,32,2),
|
221 |
+
(29,34,2),
|
222 |
+
(29,1000,3),
|
223 |
+
(29,1002,4),
|
224 |
+
(29,28,6),
|
225 |
+
(29,19,8),
|
226 |
+
(29,76,99),
|
227 |
+
(30,76,99),
|
228 |
+
(31,76,99),
|
229 |
+
(32,76,99),
|
230 |
+
(33,76,99),
|
231 |
+
(34,76,99),
|
232 |
+
(34,74,1),
|
233 |
+
(34,22,2),
|
234 |
+
(34,1003,3),
|
235 |
+
(34,23,5),
|
236 |
+
(34,81,99),
|
237 |
+
(35,76,99),
|
238 |
+
(36,8,1),
|
239 |
+
(36,71,2),
|
240 |
+
(36,28,3),
|
241 |
+
(36,69,4),
|
242 |
+
(36,76,99),
|
243 |
+
(36,40,99),
|
244 |
+
(36,78,99),
|
245 |
+
(37,76,99),
|
246 |
+
(38,76,99),
|
247 |
+
(39,76,99),
|
248 |
+
(40,76,99),
|
249 |
+
(41,1,1),
|
250 |
+
(41,40,2),
|
251 |
+
(41,9,3),
|
252 |
+
(41,69,4),
|
253 |
+
(41,76,99),
|
254 |
+
(41,78,99),
|
255 |
+
(42,76,99),
|
256 |
+
(43,76,99),
|
257 |
+
(44,19,1),
|
258 |
+
(44,76,99),
|
259 |
+
(44,46,99),
|
260 |
+
(44,1039,99),
|
261 |
+
(45,76,99),
|
262 |
+
(46,24,1),
|
263 |
+
(46,62,2),
|
264 |
+
(46,28,3),
|
265 |
+
(46,76,99),
|
266 |
+
(46,81,99),
|
267 |
+
(47,1019,2),
|
268 |
+
(47,1020,3),
|
269 |
+
(47,1021,4),
|
270 |
+
(47,1022,5),
|
271 |
+
(47,1023,6),
|
272 |
+
(47,76,99),
|
273 |
+
(47,46,99),
|
274 |
+
(48,76,99),
|
275 |
+
(50,76,99),
|
276 |
+
(51,76,99),
|
277 |
+
(52,76,99),
|
278 |
+
(53,40,1),
|
279 |
+
(53,28,2),
|
280 |
+
(53,69,3),
|
281 |
+
(53,13,4),
|
282 |
+
(53,14,5),
|
283 |
+
(53,76,99),
|
284 |
+
(53,78,99),
|
285 |
+
(54,27,1),
|
286 |
+
(54,63,2),
|
287 |
+
(54,1,3),
|
288 |
+
(54,40,4),
|
289 |
+
(54,28,5),
|
290 |
+
(54,69,7),
|
291 |
+
(54,76,99),
|
292 |
+
(54,78,99),
|
293 |
+
(54,81,99),
|
294 |
+
(55,4,1),
|
295 |
+
(55,9,2),
|
296 |
+
(55,40,3),
|
297 |
+
(55,28,4),
|
298 |
+
(55,23,5),
|
299 |
+
(55,1,6),
|
300 |
+
(55,14,6),
|
301 |
+
(55,76,99),
|
302 |
+
(55,69,7),
|
303 |
+
(55,75,99),
|
304 |
+
(55,78,99),
|
305 |
+
(55,79,99),
|
306 |
+
(55,1052,99),
|
307 |
+
(56,76,99),
|
308 |
+
(57,29,1),
|
309 |
+
(57,1,2),
|
310 |
+
(57,40,3),
|
311 |
+
(57,28,4),
|
312 |
+
(57,69,5),
|
313 |
+
(57,76,99),
|
314 |
+
(57,75,99),
|
315 |
+
(57,78,99),
|
316 |
+
(57,1052,99),
|
317 |
+
(58,76,99),
|
318 |
+
(59,76,99),
|
319 |
+
(60,14,1),
|
320 |
+
(60,76,99),
|
321 |
+
(61,76,99),
|
322 |
+
(62,23,1),
|
323 |
+
(62,29,2),
|
324 |
+
(62,63,3),
|
325 |
+
(62,28,4),
|
326 |
+
(62,1,5),
|
327 |
+
(62,69,6),
|
328 |
+
(62,76,99),
|
329 |
+
(62,78,99),
|
330 |
+
(62,1003,99),
|
331 |
+
(62,81,99),
|
332 |
+
(63,13,1),
|
333 |
+
(63,14,2),
|
334 |
+
(63,76,99),
|
335 |
+
(64,76,99),
|
336 |
+
(65,76,99),
|
337 |
+
(66,29,1),
|
338 |
+
(66,1,2),
|
339 |
+
(66,28,3),
|
340 |
+
(66,40,3),
|
341 |
+
(66,14,4),
|
342 |
+
(66,9,5),
|
343 |
+
(66,69,7),
|
344 |
+
(66,76,99),
|
345 |
+
(66,78,99),
|
346 |
+
(67,76,99),
|
347 |
+
(68,65,1),
|
348 |
+
(68,40,2),
|
349 |
+
(68,69,3),
|
350 |
+
(68,29,4),
|
351 |
+
(68,28,5),
|
352 |
+
(68,1,6),
|
353 |
+
(68,1041,7),
|
354 |
+
(68,1042,8),
|
355 |
+
(68,1043,9),
|
356 |
+
(68,76,99),
|
357 |
+
(68,75,99),
|
358 |
+
(68,78,99),
|
359 |
+
(68,1052,99),
|
360 |
+
(69,76,99),
|
361 |
+
(70,76,99),
|
362 |
+
(71,76,99),
|
363 |
+
(72,76,99),
|
364 |
+
(73,1,1),
|
365 |
+
(73,40,2),
|
366 |
+
(73,14,3),
|
367 |
+
(73,28,4),
|
368 |
+
(73,73,5),
|
369 |
+
(73,9,6),
|
370 |
+
(73,69,7),
|
371 |
+
(73,76,99),
|
372 |
+
(73,78,99),
|
373 |
+
(74,76,99),
|
374 |
+
(75,76,99),
|
375 |
+
(76,9,1),
|
376 |
+
(76,1,2),
|
377 |
+
(76,40,3),
|
378 |
+
(76,28,4),
|
379 |
+
(76,23,5),
|
380 |
+
(76,14,6),
|
381 |
+
(76,69,8),
|
382 |
+
(76,76,99),
|
383 |
+
(76,78,99),
|
384 |
+
(76,1003,99),
|
385 |
+
(77,76,99),
|
386 |
+
(78,76,99),
|
387 |
+
(78,74,99),
|
388 |
+
(78,1003,99),
|
389 |
+
(79,76,99),
|
390 |
+
(80,14,1),
|
391 |
+
(80,76,99),
|
392 |
+
(81,76,99),
|
393 |
+
(82,76,99),
|
394 |
+
(83,76,99),
|
395 |
+
(84,76,99),
|
396 |
+
(85,76,99),
|
397 |
+
(86,76,99),
|
398 |
+
(87,40,1),
|
399 |
+
(87,28,2),
|
400 |
+
(87,69,3),
|
401 |
+
(87,76,99),
|
402 |
+
(87,78,99),
|
403 |
+
(88,76,99),
|
404 |
+
(89,76,99),
|
405 |
+
(90,76,99),
|
406 |
+
(91,76,99),
|
407 |
+
(92,76,99),
|
408 |
+
(93,76,99),
|
409 |
+
(94,76,99),
|
410 |
+
(95,76,99),
|
411 |
+
(96,63,1),
|
412 |
+
(96,69,2),
|
413 |
+
(96,76,99),
|
414 |
+
(96,40,99),
|
415 |
+
(96,78,99),
|
416 |
+
(97,76,99),
|
417 |
+
(98,25,1),
|
418 |
+
(98,28,2),
|
419 |
+
(98,63,3),
|
420 |
+
(98,1,4),
|
421 |
+
(98,9,4),
|
422 |
+
(98,40,5),
|
423 |
+
(98,69,6),
|
424 |
+
(98,76,99),
|
425 |
+
(98,78,99),
|
426 |
+
(99,1024,1),
|
427 |
+
(99,1025,2),
|
428 |
+
(99,76,99),
|
429 |
+
(99,1053,99),
|
430 |
+
(99,1054,99),
|
431 |
+
(99,1055,99),
|
432 |
+
(99,1056,99),
|
433 |
+
(99,1057,99),
|
434 |
+
(99,1058,99),
|
435 |
+
(99,1059,99),
|
436 |
+
(99,1060,99),
|
437 |
+
(99,1061,99),
|
438 |
+
(99,1062,99),
|
439 |
+
(99,1063,99),
|
440 |
+
(100,40,1),
|
441 |
+
(100,1,2),
|
442 |
+
(100,28,2),
|
443 |
+
(100,14,3),
|
444 |
+
(100,69,4),
|
445 |
+
(100,76,99),
|
446 |
+
(100,78,99),
|
447 |
+
(101,13,1),
|
448 |
+
(101,14,2),
|
449 |
+
(101,69,3),
|
450 |
+
(101,76,99),
|
451 |
+
(101,78,99),
|
452 |
+
(101,1003,99),
|
453 |
+
(101,81,99),
|
454 |
+
(102,76,99),
|
455 |
+
(102,1003,99),
|
456 |
+
(103,76,99),
|
457 |
+
(104,13,1),
|
458 |
+
(104,14,2),
|
459 |
+
(104,76,99),
|
460 |
+
(105,76,99),
|
461 |
+
(106,76,99),
|
462 |
+
(107,40,1),
|
463 |
+
(107,73,2),
|
464 |
+
(107,1,3),
|
465 |
+
(107,28,4),
|
466 |
+
(107,9,5),
|
467 |
+
(107,14,6),
|
468 |
+
(107,69,8),
|
469 |
+
(107,76,99),
|
470 |
+
(107,78,99),
|
471 |
+
(108,76,99),
|
472 |
+
(109,13,1),
|
473 |
+
(109,14,2),
|
474 |
+
(109,76,99),
|
475 |
+
(110,76,99),
|
476 |
+
(110,1048,99),
|
477 |
+
(110,1046,99),
|
478 |
+
(110,1047,99),
|
479 |
+
(110,1049,99),
|
480 |
+
(110,1050,99),
|
481 |
+
(110,1003,99),
|
482 |
+
(111,76,99),
|
483 |
+
(112,76,99),
|
484 |
+
(112,22,99),
|
485 |
+
(112,74,99),
|
486 |
+
(112,81,99),
|
487 |
+
(112,1003,99),
|
488 |
+
(113,76,99),
|
489 |
+
(114,76,99),
|
490 |
+
(115,76,99),
|
491 |
+
(116,76,99),
|
492 |
+
(117,76,99),
|
493 |
+
(118,76,99),
|
494 |
+
(118,1003,99),
|
495 |
+
(119,13,1),
|
496 |
+
(119,14,2),
|
497 |
+
(119,76,99),
|
498 |
+
(120,76,99),
|
499 |
+
(121,1003,1),
|
500 |
+
(121,76,99),
|
501 |
+
(121,22,99),
|
502 |
+
(121,74,99),
|
503 |
+
(121,81,99),
|
504 |
+
(122,76,99),
|
505 |
+
(123,13,1),
|
506 |
+
(123,14,2),
|
507 |
+
(123,76,99),
|
508 |
+
(124,76,99),
|
509 |
+
(125,76,99),
|
510 |
+
(126,76,99),
|
511 |
+
(127,76,99),
|
512 |
+
(128,76,99),
|
513 |
+
(129,23,1),
|
514 |
+
(129,1,3),
|
515 |
+
(129,69,4),
|
516 |
+
(129,76,99),
|
517 |
+
(129,40,99),
|
518 |
+
(129,78,99),
|
519 |
+
(129,1003,99),
|
520 |
+
(129,81,99),
|
521 |
+
(130,1,1),
|
522 |
+
(130,40,2),
|
523 |
+
(130,73,3),
|
524 |
+
(130,69,4),
|
525 |
+
(130,76,99),
|
526 |
+
(130,78,99),
|
527 |
+
(131,23,1),
|
528 |
+
(131,63,2),
|
529 |
+
(131,28,3),
|
530 |
+
(131,40,5),
|
531 |
+
(131,69,6),
|
532 |
+
(131,76,99),
|
533 |
+
(131,78,99),
|
534 |
+
(131,81,99),
|
535 |
+
(131,1003,99),
|
536 |
+
(132,76,99),
|
537 |
+
(133,76,99),
|
538 |
+
(134,76,99),
|
539 |
+
(135,76,99),
|
540 |
+
(135,22,99),
|
541 |
+
(135,74,99),
|
542 |
+
(135,81,99),
|
543 |
+
(135,1003,99),
|
544 |
+
(136,76,99),
|
545 |
+
(137,76,99),
|
546 |
+
(138,76,99),
|
547 |
+
(139,76,99),
|
548 |
+
(140,76,99),
|
549 |
+
(141,76,99),
|
550 |
+
(142,76,99),
|
551 |
+
(143,76,99),
|
552 |
+
(144,76,99),
|
553 |
+
(145,76,99),
|
554 |
+
(146,76,99),
|
555 |
+
(147,76,99),
|
556 |
+
(147,40,99),
|
557 |
+
(148,76,99),
|
558 |
+
(149,76,99),
|
559 |
+
(150,76,99),
|
560 |
+
(151,49,1),
|
561 |
+
(151,46,2),
|
562 |
+
(151,19,3),
|
563 |
+
(151,40,4),
|
564 |
+
(151,1026,5),
|
565 |
+
(151,1027,6),
|
566 |
+
(151,1028,7),
|
567 |
+
(151,1029,8),
|
568 |
+
(151,1030,9),
|
569 |
+
(151,28,10),
|
570 |
+
(151,1031,10),
|
571 |
+
(151,76,99),
|
572 |
+
(152,1010,2),
|
573 |
+
(152,1011,3),
|
574 |
+
(152,1012,4),
|
575 |
+
(152,1013,5),
|
576 |
+
(152,1014,6),
|
577 |
+
(152,1015,7),
|
578 |
+
(152,1016,8),
|
579 |
+
(152,1017,9),
|
580 |
+
(152,76,99),
|
581 |
+
(153,76,99),
|
582 |
+
(154,76,99),
|
583 |
+
(155,76,99),
|
584 |
+
(156,76,99),
|
585 |
+
(157,76,99),
|
586 |
+
(158,14,1),
|
587 |
+
(158,76,99),
|
588 |
+
(158,77,99),
|
589 |
+
(159,76,99),
|
590 |
+
(160,2,1),
|
591 |
+
(160,9,2),
|
592 |
+
(160,40,3),
|
593 |
+
(160,28,4),
|
594 |
+
(160,1,5),
|
595 |
+
(160,69,7),
|
596 |
+
(160,76,99),
|
597 |
+
(160,75,99),
|
598 |
+
(160,78,99),
|
599 |
+
(160,1052,99),
|
600 |
+
(161,1,1),
|
601 |
+
(161,40,3),
|
602 |
+
(161,28,4),
|
603 |
+
(161,69,5),
|
604 |
+
(161,76,99),
|
605 |
+
(161,75,99),
|
606 |
+
(161,78,99),
|
607 |
+
(161,1052,99),
|
608 |
+
(162,76,99),
|
609 |
+
(163,76,99),
|
610 |
+
(164,76,99),
|
611 |
+
(165,18,2),
|
612 |
+
(165,28,2),
|
613 |
+
(165,76,99),
|
614 |
+
(165,40,99),
|
615 |
+
(166,13,1),
|
616 |
+
(166,14,2),
|
617 |
+
(166,76,99),
|
618 |
+
(167,76,99),
|
619 |
+
(167,1003,99),
|
620 |
+
(168,40,1),
|
621 |
+
(168,76,99),
|
622 |
+
(168,72,99),
|
623 |
+
(169,76,99),
|
624 |
+
(170,76,99),
|
625 |
+
(171,44,1),
|
626 |
+
(171,67,2),
|
627 |
+
(171,76,99),
|
628 |
+
(171,1051,99),
|
629 |
+
(172,76,99),
|
630 |
+
(173,12,1),
|
631 |
+
(173,1,2),
|
632 |
+
(173,40,3),
|
633 |
+
(173,28,4),
|
634 |
+
(173,14,8),
|
635 |
+
(173,76,99),
|
636 |
+
(174,76,99),
|
637 |
+
(175,76,99),
|
638 |
+
(176,76,99),
|
639 |
+
(177,20,1),
|
640 |
+
(177,40,2),
|
641 |
+
(177,28,3),
|
642 |
+
(177,14,4),
|
643 |
+
(177,1,5),
|
644 |
+
(177,69,6),
|
645 |
+
(177,76,99),
|
646 |
+
(177,78,99),
|
647 |
+
(178,76,99),
|
648 |
+
(179,76,99),
|
649 |
+
(180,13,1),
|
650 |
+
(180,14,2),
|
651 |
+
(180,76,99),
|
652 |
+
(181,76,99),
|
653 |
+
(182,40,1),
|
654 |
+
(182,1,2),
|
655 |
+
(182,63,3),
|
656 |
+
(182,28,4),
|
657 |
+
(182,69,5),
|
658 |
+
(182,76,99),
|
659 |
+
(182,78,99),
|
660 |
+
(182,79,99),
|
661 |
+
(183,74,1),
|
662 |
+
(183,1003,2),
|
663 |
+
(183,22,3),
|
664 |
+
(183,1044,5),
|
665 |
+
(183,1045,6),
|
666 |
+
(183,1004,7),
|
667 |
+
(183,1005,8),
|
668 |
+
(183,1006,9),
|
669 |
+
(183,28,11),
|
670 |
+
(183,76,99),
|
671 |
+
(183,81,99),
|
672 |
+
(184,76,99),
|
673 |
+
(185,13,1),
|
674 |
+
(185,14,2),
|
675 |
+
(185,76,99),
|
676 |
+
(186,76,99),
|
677 |
+
(187,76,99),
|
678 |
+
(188,14,1),
|
679 |
+
(188,76,99),
|
680 |
+
(189,29,1),
|
681 |
+
(189,1,2),
|
682 |
+
(189,40,3),
|
683 |
+
(189,28,4),
|
684 |
+
(189,69,5),
|
685 |
+
(189,76,99),
|
686 |
+
(189,75,99),
|
687 |
+
(189,78,99),
|
688 |
+
(189,1052,99),
|
689 |
+
(190,37,1),
|
690 |
+
(190,76,99),
|
691 |
+
(191,76,99),
|
692 |
+
(192,63,1),
|
693 |
+
(192,40,2),
|
694 |
+
(192,28,3),
|
695 |
+
(192,14,4),
|
696 |
+
(192,69,5),
|
697 |
+
(192,76,99),
|
698 |
+
(192,78,99),
|
699 |
+
(193,76,99),
|
700 |
+
(194,1,1),
|
701 |
+
(194,63,2),
|
702 |
+
(194,40,3),
|
703 |
+
(194,69,6),
|
704 |
+
(194,76,99),
|
705 |
+
(194,78,99),
|
706 |
+
(195,76,99),
|
707 |
+
(196,76,99),
|
708 |
+
(197,76,99),
|
709 |
+
(198,76,99),
|
710 |
+
(199,76,99),
|
711 |
+
(200,76,99),
|
712 |
+
(201,76,99),
|
713 |
+
(202,76,99),
|
714 |
+
(203,76,99),
|
715 |
+
(204,76,99),
|
716 |
+
(205,76,99),
|
717 |
+
(206,76,99),
|
718 |
+
(207,76,99),
|
719 |
+
(208,76,99),
|
720 |
+
(209,35,1),
|
721 |
+
(209,1038,2),
|
722 |
+
(209,1036,3),
|
723 |
+
(209,1037,4),
|
724 |
+
(209,76,99),
|
725 |
+
(209,1003,99),
|
726 |
+
(210,76,99),
|
727 |
+
(210,22,99),
|
728 |
+
(210,74,99),
|
729 |
+
(210,81,99),
|
730 |
+
(210,1003,99),
|
731 |
+
(211,76,99),
|
732 |
+
(212,76,99),
|
733 |
+
(212,74,99),
|
734 |
+
(212,81,99),
|
735 |
+
(213,13,1),
|
736 |
+
(213,14,2),
|
737 |
+
(213,76,99),
|
738 |
+
(214,76,99),
|
739 |
+
(215,76,99),
|
740 |
+
(216,1,1),
|
741 |
+
(216,66,2),
|
742 |
+
(216,64,3),
|
743 |
+
(216,13,6),
|
744 |
+
(216,14,7),
|
745 |
+
(216,28,8),
|
746 |
+
(216,69,9),
|
747 |
+
(216,76,99),
|
748 |
+
(216,78,99),
|
749 |
+
(216,1003,99),
|
750 |
+
(216,81,99),
|
751 |
+
(217,76,99),
|
752 |
+
(218,76,99),
|
753 |
+
(219,76,99),
|
754 |
+
(220,76,99),
|
755 |
+
(221,74,1),
|
756 |
+
(221,22,2),
|
757 |
+
(221,1003,3),
|
758 |
+
(221,28,6),
|
759 |
+
(221,76,99),
|
760 |
+
(221,81,99),
|
761 |
+
(222,76,99),
|
762 |
+
(223,76,99),
|
763 |
+
(224,69,1),
|
764 |
+
(224,58,2),
|
765 |
+
(224,40,3),
|
766 |
+
(224,76,99),
|
767 |
+
(224,78,99),
|
768 |
+
(224,1003,99),
|
769 |
+
(225,76,99),
|
770 |
+
(225,40,99),
|
771 |
+
(226,76,99),
|
772 |
+
(226,74,99),
|
773 |
+
(226,1003,99),
|
774 |
+
(226,81,99),
|
775 |
+
(227,76,99),
|
776 |
+
(228,76,99),
|
777 |
+
(229,76,99),
|
778 |
+
(230,76,99),
|
779 |
+
(231,76,99),
|
780 |
+
(232,76,99),
|
781 |
+
(232,1003,99),
|
782 |
+
(232,81,99),
|
783 |
+
(233,76,99),
|
784 |
+
(234,76,99),
|
785 |
+
(235,76,99),
|
786 |
+
(236,76,99),
|
787 |
+
(237,76,99),
|
788 |
+
(238,76,99),
|
789 |
+
(239,28,1),
|
790 |
+
(239,76,99),
|
791 |
+
(240,76,99),
|
792 |
+
(241,76,99),
|
793 |
+
(242,13,1),
|
794 |
+
(242,14,1),
|
795 |
+
(242,76,99),
|
796 |
+
(243,69,2),
|
797 |
+
(243,76,99),
|
798 |
+
(243,78,99),
|
799 |
+
(244,69,2),
|
800 |
+
(244,76,99),
|
801 |
+
(244,78,99);
|
802 |
+
");
|
803 |
+
|
804 |
+
$installer->endSetup();
|
app/design/frontend/base/default/template/smart2pay/globalpay/paymethod/form.phtml
CHANGED
@@ -54,7 +54,17 @@ if( !$this->method_config['show_methods_in_grid'] )
|
|
54 |
/*
|
55 |
* Send payment method
|
56 |
*/
|
57 |
-
if(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
{
|
59 |
$s2pMethods_count = count( $s2pMethods );
|
60 |
?>
|
@@ -80,7 +90,7 @@ if( !$this->method_config['show_methods_in_grid'] )
|
|
80 |
|
81 |
?>
|
82 |
<td class="grid one-column"><label class="s2p-method-wrapper" style="width: 100%;">
|
83 |
-
<input type="radio" class="s2p-method-ck
|
84 |
<div class="s2p-method-img-wrapper">
|
85 |
<?php
|
86 |
|
@@ -136,8 +146,8 @@ if( !$this->method_config['show_methods_in_grid'] )
|
|
136 |
{
|
137 |
?>
|
138 |
<tr>
|
139 |
-
<td style='vertical-align: middle;'><label class="s2p-method-wrapper" style="width: 100%;">
|
140 |
-
<input type="radio" class="s2p-method-ck
|
141 |
<div class="s2p-method-img-wrapper">
|
142 |
<?php
|
143 |
|
@@ -186,9 +196,9 @@ if( !$this->method_config['show_methods_in_grid'] )
|
|
186 |
$k++;
|
187 |
}
|
188 |
}
|
|
|
189 |
}
|
190 |
?>
|
191 |
-
</table>
|
192 |
</div>
|
193 |
|
194 |
<script type="text/javascript">
|
@@ -196,10 +206,19 @@ if( !$this->method_config['show_methods_in_grid'] )
|
|
196 |
|
197 |
function s2pChooseMethod( methodId )
|
198 |
{
|
199 |
-
jQuery('#s2p-payment-method')
|
200 |
-
|
|
|
|
|
|
|
|
|
201 |
|
202 |
-
|
|
|
|
|
|
|
|
|
|
|
203 |
|
204 |
if( typeof payment.save == "function" )
|
205 |
{
|
@@ -208,10 +227,14 @@ if( !$this->method_config['show_methods_in_grid'] )
|
|
208 |
}
|
209 |
}
|
210 |
|
211 |
-
function checkS2PMethod( methodId )
|
212 |
{
|
213 |
-
jQuery('
|
214 |
-
|
|
|
|
|
|
|
|
|
215 |
}
|
216 |
|
217 |
function enableHiddenS2PField()
|
@@ -221,9 +244,16 @@ if( !$this->method_config['show_methods_in_grid'] )
|
|
221 |
|
222 |
jQuery(document).ready(function()
|
223 |
{
|
224 |
-
jQuery(
|
225 |
-
|
226 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
|
228 |
<?php
|
229 |
if( empty( $s2pMethods ) )
|
@@ -242,11 +272,11 @@ if( !$this->method_config['show_methods_in_grid'] )
|
|
242 |
<?php
|
243 |
}
|
244 |
?>
|
245 |
-
jQuery('
|
246 |
<?php
|
247 |
}
|
248 |
?>
|
249 |
-
})
|
250 |
|
251 |
setTimeout( enableHiddenS2PField, 100 );
|
252 |
</script>
|
54 |
/*
|
55 |
* Send payment method
|
56 |
*/
|
57 |
+
if( empty( $s2pMethods ) or !is_array( $s2pMethods ) )
|
58 |
+
{
|
59 |
+
?><p style="text-align: center; padding: 5px;"><?php
|
60 |
+
|
61 |
+
echo $this->__( 'No methods found for current settings.' );
|
62 |
+
|
63 |
+
if( is_string( $s2pMethods ) )
|
64 |
+
echo '<br/>'.$s2pMethods;
|
65 |
+
|
66 |
+
?></p><?php
|
67 |
+
} elseif( !empty( $s2pMethods ) and is_array( $s2pMethods ) )
|
68 |
{
|
69 |
$s2pMethods_count = count( $s2pMethods );
|
70 |
?>
|
90 |
|
91 |
?>
|
92 |
<td class="grid one-column"><label class="s2p-method-wrapper" style="width: 100%;">
|
93 |
+
<input type="radio" class="s2p-method-ck <?php echo (($printed_grid_cols == 0)?'s2p-first-method-ck':'')?>" id="s2p-method-chck-<?php echo $method['method_id'] ?>" value="<?php echo $method['method_id']?>" />
|
94 |
<div class="s2p-method-img-wrapper">
|
95 |
<?php
|
96 |
|
146 |
{
|
147 |
?>
|
148 |
<tr>
|
149 |
+
<td style='vertical-align: middle;'><label class="s2p-method-wrapper" style="width: 100%;" for="s2p-method-chck-<?php echo $method['method_id']?>">
|
150 |
+
<input type="radio" class="s2p-method-ck <?php echo (($k == 0)?'s2p-first-method-ck':'')?>" id="s2p-method-chck-<?php echo $method['method_id']?>" value="<?php echo $method['method_id']?>" />
|
151 |
<div class="s2p-method-img-wrapper">
|
152 |
<?php
|
153 |
|
196 |
$k++;
|
197 |
}
|
198 |
}
|
199 |
+
?></table><?php
|
200 |
}
|
201 |
?>
|
|
|
202 |
</div>
|
203 |
|
204 |
<script type="text/javascript">
|
206 |
|
207 |
function s2pChooseMethod( methodId )
|
208 |
{
|
209 |
+
var method_id_obj = jQuery('#s2p-payment-method');
|
210 |
+
|
211 |
+
if( !method_id_obj )
|
212 |
+
return;
|
213 |
+
|
214 |
+
var old_method_id = method_id_obj.val();
|
215 |
|
216 |
+
method_id_obj.removeAttr('disabled');
|
217 |
+
method_id_obj.val( methodId );
|
218 |
+
|
219 |
+
if( old_method_id )
|
220 |
+
checkS2PMethod( old_method_id, false );
|
221 |
+
checkS2PMethod( methodId, true );
|
222 |
|
223 |
if( typeof payment.save == "function" )
|
224 |
{
|
227 |
}
|
228 |
}
|
229 |
|
230 |
+
function checkS2PMethod( methodId, checked )
|
231 |
{
|
232 |
+
var chck_obj = jQuery('#s2p-method-chck-' + methodId );
|
233 |
+
|
234 |
+
if( !chck_obj )
|
235 |
+
return;
|
236 |
+
|
237 |
+
chck_obj.prop( 'checked', (checked ? true : false ) );
|
238 |
}
|
239 |
|
240 |
function enableHiddenS2PField()
|
244 |
|
245 |
jQuery(document).ready(function()
|
246 |
{
|
247 |
+
if( jQuery().on ) {
|
248 |
+
jQuery('.s2p-method-ck').on('click', function (e) {
|
249 |
+
s2pChooseMethod(jQuery(this).val());
|
250 |
+
});
|
251 |
+
} else
|
252 |
+
{
|
253 |
+
jQuery('.s2p-method-ck').live( 'click', function (e) {
|
254 |
+
s2pChooseMethod(jQuery(this).val());
|
255 |
+
});
|
256 |
+
}
|
257 |
|
258 |
<?php
|
259 |
if( empty( $s2pMethods ) )
|
272 |
<?php
|
273 |
}
|
274 |
?>
|
275 |
+
jQuery('.s2p-first-method-ck').click();
|
276 |
<?php
|
277 |
}
|
278 |
?>
|
279 |
+
});
|
280 |
|
281 |
setTimeout( enableHiddenS2PField, 100 );
|
282 |
</script>
|
app/design/frontend/base/default/template/smart2pay/globalpay/paymethod/sendform.phtml
CHANGED
@@ -203,19 +203,16 @@
|
|
203 |
<?php endif; ?>
|
204 |
// get/parse smart2pay message
|
205 |
var onmessage = function(e) {
|
206 |
-
console.log(e);
|
207 |
if(e.data == 'close_HPP') {
|
208 |
setTimeout(function() {jQuery('iframe#merchantIframe').remove()}, 300);
|
209 |
}
|
210 |
else if (e.data.substring(0, 7) == "height=") {
|
211 |
var iframe_height = e.data.substring(7);
|
212 |
jQuery('iframe#merchantIframe').attr('height', parseInt(iframe_height)+300);
|
213 |
-
console.log("jQuery('iframe#merchantIframe').attr('height'," + (parseInt(iframe_height)+300) + ");");
|
214 |
}
|
215 |
else if (e.data.substring(0, 6) == "width=") {
|
216 |
var iframe_width = e.data.substring(6);
|
217 |
jQuery('iframe#merchantIframe').attr('width', parseInt(iframe_width)+100);
|
218 |
-
console.log("jQuery('iframe#merchantIframe').attr('width'," + (parseInt(iframe_width)+100) + ");");
|
219 |
}
|
220 |
|
221 |
else if (e.data.substring(0, 12) == "redirectURL="){
|
203 |
<?php endif; ?>
|
204 |
// get/parse smart2pay message
|
205 |
var onmessage = function(e) {
|
|
|
206 |
if(e.data == 'close_HPP') {
|
207 |
setTimeout(function() {jQuery('iframe#merchantIframe').remove()}, 300);
|
208 |
}
|
209 |
else if (e.data.substring(0, 7) == "height=") {
|
210 |
var iframe_height = e.data.substring(7);
|
211 |
jQuery('iframe#merchantIframe').attr('height', parseInt(iframe_height)+300);
|
|
|
212 |
}
|
213 |
else if (e.data.substring(0, 6) == "width=") {
|
214 |
var iframe_width = e.data.substring(6);
|
215 |
jQuery('iframe#merchantIframe').attr('width', parseInt(iframe_width)+100);
|
|
|
216 |
}
|
217 |
|
218 |
else if (e.data.substring(0, 12) == "redirectURL="){
|
app/locale/en_GB/Smart2Pay_Globalpay.csv
CHANGED
@@ -157,9 +157,9 @@
|
|
157 |
"Cards Thailand description", "Cards Thailand"
|
158 |
"PayPalThailand description", "PayPal Thailand"
|
159 |
"AMEXThailand description", "AMEX Thailand"
|
160 |
-
"Cash Options Thailand description", "Cash Options Thailand"
|
161 |
-
"OnlineBankingThailand description", "
|
162 |
-
"PaysBuy Wallet description", "PaysBuy Wallet"
|
163 |
"PayWithMyBank description","PayWithMyBank is an online payment method that allows the Customer to pay via internet banking. With just a few clicks and top-of-mind online banking password the Customer chooses his bank and then the account to pay from."
|
164 |
"Tenpay description","Tenpay is developed by Tencent company, which owns the most popular IM in China – QQ with more than 300 million users. More than 200,000 shopping websites accept Tenpay. Tenpay is compatible with the e-banking service of major domestic banks. Users can use Tenpay to send and receive payments and withdraw money to bank account."
|
165 |
"TrustPay description","TrustPay facilitates a network of partner banks and bank accounts from 13 European countries to enable local and real-time bank transfers as a method of payment for local, and international, purchases. This solution allows you to pay in 11 currencies without the need to open an account with TrustPay."
|
@@ -175,6 +175,34 @@
|
|
175 |
"Pagos en efectivo Argentina description","Print and present this voucher at any PagoFácil/Rapipago /BaproPagos/CobroExpress branch in the country to pay your purchase. Please pay the exact amount contained in the instructions. This voucher is available just for one transaction."
|
176 |
"Cash-in description","Cash Options Russia allows you to pay at Euroset and Svyaznoy communication stores and Sberbank ATMs."
|
177 |
"Cards Russia description","Credit and debit cards are still one the most used online payment methods in Russia."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
"PaymentInstructions","Payment Instructions"
|
179 |
"PaymentInstructionsSubject","Payment instructions for order #%s"
|
180 |
"BankTransferMessage","You have chosen to pay using bank transfer. Please find below your personal reference number and our bank details. Always enter the reference number under ""Purpose of payment"" when making a bank transfer."
|
157 |
"Cards Thailand description", "Cards Thailand"
|
158 |
"PayPalThailand description", "PayPal Thailand"
|
159 |
"AMEXThailand description", "AMEX Thailand"
|
160 |
+
"Cash Options Thailand description", "Cash Options Thailand allows you to pay in cash for the online products or services. You need to print the document with the barcode and pay it at any Tesco Lotus, Just Pay, mPAY, Counter Service centers."
|
161 |
+
"OnlineBankingThailand description", "The online banking options will allow you to pay using your favorite bank. In order to use it you need to have a bank account with internet banking at one of the banks: SCB Bank, KTB Bank, Bay Bank, BBL Bank. To pay you just login to your account and confirm the payment."
|
162 |
+
"PaysBuy Wallet description", "In order to use PaysBuy Wallet you need to have a PaysBuy account. You can deposit money using your credit card or your bank account."
|
163 |
"PayWithMyBank description","PayWithMyBank is an online payment method that allows the Customer to pay via internet banking. With just a few clicks and top-of-mind online banking password the Customer chooses his bank and then the account to pay from."
|
164 |
"Tenpay description","Tenpay is developed by Tencent company, which owns the most popular IM in China – QQ with more than 300 million users. More than 200,000 shopping websites accept Tenpay. Tenpay is compatible with the e-banking service of major domestic banks. Users can use Tenpay to send and receive payments and withdraw money to bank account."
|
165 |
"TrustPay description","TrustPay facilitates a network of partner banks and bank accounts from 13 European countries to enable local and real-time bank transfers as a method of payment for local, and international, purchases. This solution allows you to pay in 11 currencies without the need to open an account with TrustPay."
|
175 |
"Pagos en efectivo Argentina description","Print and present this voucher at any PagoFácil/Rapipago /BaproPagos/CobroExpress branch in the country to pay your purchase. Please pay the exact amount contained in the instructions. This voucher is available just for one transaction."
|
176 |
"Cash-in description","Cash Options Russia allows you to pay at Euroset and Svyaznoy communication stores and Sberbank ATMs."
|
177 |
"Cards Russia description","Credit and debit cards are still one the most used online payment methods in Russia."
|
178 |
+
"Globe GCash description","Globe GCash is a mobile payment method that allows you to shop online using your mobile phone and its associated electronic wallet. For more details click <a href=""http://www.globe.com.ph/GCash"" target=""_blank"">here</a>."
|
179 |
+
"BankTransfer Japan description","Bank Transfer offers you the possibility to pay locally from your own bank account. You will get a reference number and the bank account details to be able to make the payment."
|
180 |
+
"Konbini description","Konbini allows you to pay in cash for the online products or services. You chose the place you want to pay, get the reference number from the website and pay at the store."
|
181 |
+
"Skrill Description","Skrill is the easy way to make safe and fast online payments internationally, with the highest security standards."
|
182 |
+
"S2PCards Description","Pay using your credit card"
|
183 |
+
"Pay by mobile Description","Pay by mobile allows anyone with a mobile phone to pay online.You only need to provide your mobile phone number."
|
184 |
+
"eBanka description","ePlatby for eKonto is an online banking service offered by Raiffeisen Bank, so to use this method you need to have an eKonto account at Raiffeisen Bank. You don't have to activate this service; it works automatically."
|
185 |
+
"MangirKart description","MangirKart is a prepaid card for online payment. You can go to a physical shop nearby and buy it and then use it to pay online just by entering the pincode. There is no need for a credit card or bank account to do online payments. All payments are anonymous."
|
186 |
+
"MTCPay description","MTCPay offers you a variety of local payment methods including real time bank transfers based on online banking, credit cards, ATM fund transfers and MTC prepaid cards."
|
187 |
+
"DragonPay description","DragonPay is a local payment method that allows you to safely pay online via internet banking (you need have an online banking account at a <a target=""_blank"" href=""http://www.dragonpay.ph/online-payments"">supported bank</a>) or Over-the-Counter in cash at banks, ATMs or at any of our <a target=""_blank"" href=""http://www.dragonpay.ph/online-payments"">partners' branches</a>."
|
188 |
+
"PagoEfectivo Description","Buy with PagoEfectivo and pay over bank's agencies or Internet Banking from BCP, BBVA, Interbank, Scotiabank, Western Union Payment Services agencies or authorized locations with PagoEfectivo and/or FullCarga logo. <a target=""_blank"" href=""https://pagoefectivo.pe/CNT/QueEsPagoEfectivo.aspx?cod=SAP&mon=1"">More information about PagoEfectivo</a>"
|
189 |
+
"MyBank Description","MyBank is a safe and easy way to pay for your online shopping all across Europe: it allows you to simply use the online banking platform of your bank to initiate the payment. For more information click <a target=""_blank"" href=""https://www.mybankpayments.eu/"">here</a>"
|
190 |
+
"VoguePay Description","VoguePay is Nigeria's primary eWallet. You can pay directly with cards (Visa, MasterCard, Verve or Etranzact) or you can pay from your Wallet."
|
191 |
+
"WebMoney Transfer Description","WebMoney Transfer is a payment system offering most popular payment methods direct and through the WebMoney Wallet. To be able to pay with WebMoney you need to register first (click <a target=""_blank"" href=""http://start.webmoney.ru/?lang=en"">here</a>) if you are not yet registered."
|
192 |
+
"XL Tunai description","XL Tunai is an online payment method that allows you to transform your phone into a digital wallet. To use this payment method you need to register your phone number at XL centers or agents. You will receive a PIN in order to authorize the payments."
|
193 |
+
"Cards Japan Description","Pay using Visa, MasterCard, JCB or AMEX cards."
|
194 |
+
"PayEasy Japan Description","With PayEasy you can pay at the ATM. More instructions here <a target=""_blank"" href=""http://cvs.komoju.com/payeasy.html"">here</a>."
|
195 |
+
"WebMoney Japan Description","WebMoney voucher is a prepaid voucher you can use to pay there are no extra fees. So, if you want to purchase using WebMoney you simply visit your nearest store. Then you simply type in the 16 digit voucher code and that's it - the payment is done."
|
196 |
+
"Credit Cards Indonesia Description","Pay using Indonesian credit cards."
|
197 |
+
"BII VA Description","BII Virtual Account is an ATM Payment method provided by Bank Internasional Indonesia-BII, one of the largest banks in Indonesia. Pay your products using one of the 20,000 ATMs of the ATM PRIMA, ATM BERSAMA, ALTO, and CIRRUS networks."
|
198 |
+
"Kartuku Description","Kartuku is a Counter Payment method that allows you to pay in the Rajawali Mart network."
|
199 |
+
"CIMBClicks Description","CIMB Clicks is an online payment method that allows you to pay in real time via internet banking. To use this payment method you need to have a bank account with internet banking at CIMBClicks bank."
|
200 |
+
"Mandiri e-Cash Description","Mandiri e-Cash is an electronic wallet connected to your mobile phone that allows you to pay without having to open a bank account. To use this payment method you need to register your phone number in Mandiri e-Cash network or download the dedicated mobile application."
|
201 |
+
"IB Muamalat Description","IB Muamalat is an online payment method that allows you to pay in real time via internet banking. To use this payment method you need to have a bank account with internet banking at Bank Muamalat."
|
202 |
+
"T-Cash Description","Tcash is an E-wallet service offered by Telkomsel, Indonesia's largest cellular operator. To pay online you just need to activate and load your T-Cash account."
|
203 |
+
"Indosat Dompetku Description","Indosat Dompetku is an E-wallet service offered to Indosat customers. To pay online you just need to register using your phone number."
|
204 |
+
"Mandiri ATM Automatic Description","Mandiri ATM Automatic is a cash payment method. Use the generated code to complete the payment at any Mandiri ATM Automatic machine."
|
205 |
+
"Danamon Online Banking Description","Danamon Online Banking is an online payment method that allows you to pay in real time via internet banking. To use this payment method you need to have a bank account with internet banking at PT Bank Danamon Indonesia Tbk."
|
206 |
"PaymentInstructions","Payment Instructions"
|
207 |
"PaymentInstructionsSubject","Payment instructions for order #%s"
|
208 |
"BankTransferMessage","You have chosen to pay using bank transfer. Please find below your personal reference number and our bank details. Always enter the reference number under ""Purpose of payment"" when making a bank transfer."
|
app/locale/en_US/Smart2Pay_Globalpay.csv
CHANGED
@@ -157,9 +157,9 @@
|
|
157 |
"Cards Thailand description", "Cards Thailand"
|
158 |
"PayPalThailand description", "PayPal Thailand"
|
159 |
"AMEXThailand description", "AMEX Thailand"
|
160 |
-
"Cash Options Thailand description", "Cash Options Thailand"
|
161 |
-
"OnlineBankingThailand description", "
|
162 |
-
"PaysBuy Wallet description", "PaysBuy Wallet"
|
163 |
"PayWithMyBank description","PayWithMyBank is an online payment method that allows the Customer to pay via internet banking. With just a few clicks and top-of-mind online banking password the Customer chooses his bank and then the account to pay from."
|
164 |
"Tenpay description","Tenpay is developed by Tencent company, which owns the most popular IM in China – QQ with more than 300 million users. More than 200,000 shopping websites accept Tenpay. Tenpay is compatible with the e-banking service of major domestic banks. Users can use Tenpay to send and receive payments and withdraw money to bank account."
|
165 |
"TrustPay description","TrustPay facilitates a network of partner banks and bank accounts from 13 European countries to enable local and real-time bank transfers as a method of payment for local, and international, purchases. This solution allows you to pay in 11 currencies without the need to open an account with TrustPay."
|
@@ -175,6 +175,34 @@
|
|
175 |
"Pagos en efectivo Argentina description","Print and present this voucher at any PagoFácil/Rapipago /BaproPagos/CobroExpress branch in the country to pay your purchase. Please pay the exact amount contained in the instructions. This voucher is available just for one transaction."
|
176 |
"Cash-in description","Cash Options Russia allows you to pay at Euroset and Svyaznoy communication stores and Sberbank ATMs."
|
177 |
"Cards Russia description","Credit and debit cards are still one the most used online payment methods in Russia."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
"PaymentInstructions","Payment Instructions"
|
179 |
"PaymentInstructionsSubject","Payment Instructions for order #%s"
|
180 |
"BankTransferMessage","You have chosen to pay using bank transfer. Please find below your personal reference number and our bank details. Always enter the reference number under ""Purpose of payment"" when making a bank transfer."
|
157 |
"Cards Thailand description", "Cards Thailand"
|
158 |
"PayPalThailand description", "PayPal Thailand"
|
159 |
"AMEXThailand description", "AMEX Thailand"
|
160 |
+
"Cash Options Thailand description", "Cash Options Thailand allows you to pay in cash for the online products or services. You need to print the document with the barcode and pay it at any Tesco Lotus, Just Pay, mPAY, Counter Service centers."
|
161 |
+
"OnlineBankingThailand description", "The online banking options will allow you to pay using your favorite bank. In order to use it you need to have a bank account with internet banking at one of the banks: SCB Bank, KTB Bank, Bay Bank, BBL Bank. To pay you just login to your account and confirm the payment."
|
162 |
+
"PaysBuy Wallet description", "In order to use PaysBuy Wallet you need to have a PaysBuy account. You can deposit money using your credit card or your bank account."
|
163 |
"PayWithMyBank description","PayWithMyBank is an online payment method that allows the Customer to pay via internet banking. With just a few clicks and top-of-mind online banking password the Customer chooses his bank and then the account to pay from."
|
164 |
"Tenpay description","Tenpay is developed by Tencent company, which owns the most popular IM in China – QQ with more than 300 million users. More than 200,000 shopping websites accept Tenpay. Tenpay is compatible with the e-banking service of major domestic banks. Users can use Tenpay to send and receive payments and withdraw money to bank account."
|
165 |
"TrustPay description","TrustPay facilitates a network of partner banks and bank accounts from 13 European countries to enable local and real-time bank transfers as a method of payment for local, and international, purchases. This solution allows you to pay in 11 currencies without the need to open an account with TrustPay."
|
175 |
"Pagos en efectivo Argentina description","Print and present this voucher at any PagoFácil/Rapipago /BaproPagos/CobroExpress branch in the country to pay your purchase. Please pay the exact amount contained in the instructions. This voucher is available just for one transaction."
|
176 |
"Cash-in description","Cash Options Russia allows you to pay at Euroset and Svyaznoy communication stores and Sberbank ATMs."
|
177 |
"Cards Russia description","Credit and debit cards are still one the most used online payment methods in Russia."
|
178 |
+
"Globe GCash description","Globe GCash is a mobile payment method that allows you to shop online using your mobile phone and its associated electronic wallet. For more details click <a href=""http://www.globe.com.ph/GCash"" target=""_blank"">here</a>."
|
179 |
+
"BankTransfer Japan description","Bank Transfer offers you the possibility to pay locally from your own bank account. You will get a reference number and the bank account details to be able to make the payment."
|
180 |
+
"Konbini description","Konbini allows you to pay in cash for the online products or services. You chose the place you want to pay, get the reference number from the website and pay at the store."
|
181 |
+
"Skrill Description","Skrill is the easy way to make safe and fast online payments internationally, with the highest security standards."
|
182 |
+
"S2PCards Description","Pay using your credit card"
|
183 |
+
"Pay by mobile Description","Pay by mobile allows anyone with a mobile phone to pay online. You only need to provide your mobile phone number."
|
184 |
+
"eBanka description","ePlatby for eKonto is an online banking service offered by Raiffeisen Bank, so to use this method you need to have an eKonto account at Raiffeisen Bank. You don't have to activate this service; it works automatically."
|
185 |
+
"MangirKart description","MangirKart is a prepaid card for online payment. You can go to a physical shop nearby and buy it and then use it to pay online just by entering the pincode. There is no need for a credit card or bank account to do online payments. All payments are anonymous."
|
186 |
+
"MTCPay description","MTCPay offers you a variety of local payment methods including real time bank transfers based on online banking, credit cards, ATM fund transfers and MTC prepaid cards."
|
187 |
+
"DragonPay description","DragonPay is a local payment method that allows you to safely pay online via internet banking (you need have an online banking account at a <a target=""_blank"" href=""http://www.dragonpay.ph/online-payments"">supported bank</a>) or Over-the-Counter in cash at banks, ATMs or at any of our <a target=""_blank"" href=""http://www.dragonpay.ph/online-payments"">partners' branches</a>."
|
188 |
+
"PagoEfectivo Description","Buy with PagoEfectivo and pay over bank's agencies or Internet Banking from BCP, BBVA, Interbank, Scotiabank, Western Union Payment Services agencies or authorized locations with PagoEfectivo and/or FullCarga logo. <a target=""_blank"" href=""https://pagoefectivo.pe/CNT/QueEsPagoEfectivo.aspx?cod=SAP&mon=1"">More information about PagoEfectivo</a>"
|
189 |
+
"MyBank Description","MyBank is a safe and easy way to pay for your online shopping all across Europe: it allows you to simply use the online banking platform of your bank to initiate the payment. For more information click <a target=""_blank"" href=""https://www.mybankpayments.eu/"">here</a>"
|
190 |
+
"VoguePay Description","VoguePay is Nigeria's primary eWallet. You can pay directly with cards (Visa, MasterCard, Verve or Etranzact) or you can pay from your Wallet."
|
191 |
+
"WebMoney Transfer Description","WebMoney Transfer is a payment system offering most popular payment methods direct and through the WebMoney Wallet. To be able to pay with WebMoney you need to register first (click <a target=""_blank"" href=""http://start.webmoney.ru/?lang=en"">here</a>) if you are not yet registered."
|
192 |
+
"XL Tunai description","XL Tunai is an online payment method that allows you to transform your phone into a digital wallet. To use this payment method you need to register your phone number at XL centers or agents. You will receive a PIN in order to authorize the payments."
|
193 |
+
"Cards Japan Description","Pay using Visa, MasterCard, JCB or AMEX cards."
|
194 |
+
"PayEasy Japan Description","With PayEasy you can pay at the ATM. More instructions here <a target=""_blank"" href=""http://cvs.komoju.com/payeasy.html"">here</a>."
|
195 |
+
"WebMoney Japan Description","WebMoney voucher is a prepaid voucher you can use to pay there are no extra fees. So, if you want to purchase using WebMoney you simply visit your nearest store. Then you simply type in the 16 digit voucher code and that's it - the payment is done."
|
196 |
+
"Credit Cards Indonesia Description","Pay using Indonesian credit cards."
|
197 |
+
"BII VA Description","BII Virtual Account is an ATM Payment method provided by Bank Internasional Indonesia-BII, one of the largest banks in Indonesia. Pay your products using one of the 20,000 ATMs of the ATM PRIMA, ATM BERSAMA, ALTO, and CIRRUS networks."
|
198 |
+
"Kartuku Description","Kartuku is a Counter Payment method that allows you to pay in the Rajawali Mart network."
|
199 |
+
"CIMBClicks Description","CIMB Clicks is an online payment method that allows you to pay in real time via internet banking. To use this payment method you need to have a bank account with internet banking at CIMBClicks bank."
|
200 |
+
"Mandiri e-Cash Description","Mandiri e-Cash is an electronic wallet connected to your mobile phone that allows you to pay without having to open a bank account. To use this payment method you need to register your phone number in Mandiri e-Cash network or download the dedicated mobile application."
|
201 |
+
"IB Muamalat Description","IB Muamalat is an online payment method that allows you to pay in real time via internet banking. To use this payment method you need to have a bank account with internet banking at Bank Muamalat."
|
202 |
+
"T-Cash Description","Tcash is an E-wallet service offered by Telkomsel, Indonesia's largest cellular operator. To pay online you just need to activate and load your T-Cash account."
|
203 |
+
"Indosat Dompetku Description","Indosat Dompetku is an E-wallet service offered to Indosat customers. To pay online you just need to register using your phone number."
|
204 |
+
"Mandiri ATM Automatic Description","Mandiri ATM Automatic is a cash payment method. Use the generated code to complete the payment at any Mandiri ATM Automatic machine."
|
205 |
+
"Danamon Online Banking Description","Danamon Online Banking is an online payment method that allows you to pay in real time via internet banking. To use this payment method you need to have a bank account with internet banking at PT Bank Danamon Indonesia Tbk."
|
206 |
"PaymentInstructions","Payment Instructions"
|
207 |
"PaymentInstructionsSubject","Payment Instructions for order #%s"
|
208 |
"BankTransferMessage","You have chosen to pay using bank transfer. Please find below your personal reference number and our bank details. Always enter the reference number under ""Purpose of payment"" when making a bank transfer."
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Smart2Pay</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">The Open Software License 3.0 (OSL-3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -105,12 +105,11 @@ https://dashboardtest.smart2pay.com/Account/Register or e-mail 
|
|
105 |
support@smart2pay.com for instructions on account activation and detailed 
|
106 |
documentation.</p>
|
107 |
</description>
|
108 |
-
<notes>-
|
109 |
-
- Added Demo environment in order to help merchants to quickly have a working payment flow through our demo platform</notes>
|
110 |
<authors><author><name>Stefan Iancu</name><user>stefani</user><email>support@smart2pay.com</email></author></authors>
|
111 |
-
<date>2015-
|
112 |
-
<time>
|
113 |
-
<contents><target name="magecommunity"><dir name="Smart2Pay"><dir name="Globalpay"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="1468910cfcb7b684c2f4b5288611f669"/></dir><dir name="Invoice"><file name="Total.php" hash="b2b61720ffdd569e4a3a107ad2b319cd"/></dir><file name="Total.php" hash="f1ec6e5840597c0f05ae7c983cedb40b"/></dir></dir><dir name="System"><dir name="Config"><file name="Configuredmethods.php" hash="c7aeffa8f0a8834b2666ce6f02d2c9e9"/><dir name="Fieldset"><file name="Simple.php" hash="7f386c137f7107bd71d639d7090860ab"/></dir></dir></dir></dir><dir name="Info"><file name="Globalpay.php" hash="de61f8c85e4d92d67f426b5e829a2131"/></dir><file name="Info.php" hash="fa2ae3f42cd02fdfada4fa2de496e3a9"/><file name="Paymentinstructions.php" hash="1490c20b3f13cb8d9a80616b66904cf2"/><dir name="Paymethod"><file name="Form.php" hash="c3a848735e625b8758524fc8d87144e1"/><file name="Sendform.php" hash="14fff0535bd4c5b8e63340ce5dbb7dcc"/></dir><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="28c50120eb1cf3c260addb4aa168cccc"/></dir><dir name="Invoice"><file name="Total.php" hash="126906c054a0c3d11b73e3481c746ec0"/></dir><file name="Total.php" hash="90039e8aad1f7561020338bd2619e58d"/></dir><dir name="Pdf"><file name="Surcharge.php" hash="2fd8c7f87cc2c607312b459d8f19966d"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="b1fb3427b49d7472321eb8bd7a4d72a0"/><file name="Helper.php" hash="21facc364df33f89375b24cf0807bab4"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Backend"><file name="Configuredmethods.php" hash="34acdbfced9161e74ef32e7bfa1ec060"/></dir></dir></dir></dir><file name="Configuredmethods.php" hash="d2d79d61fc3134b26b6fbdf46fde743f"/><file name="Country.php" hash="d2f00e4b8119477d991d4b0eb1a49560"/><file name="Countrymethod.php" hash="f3166e1f8e5639a9f3e98e85da2aabbe"/><file name="GlobalpayLog.php" hash="545a439b0db6d525c8894c4af5933f7d"/><file name="Logger.php" hash="534118191b5b14d223544d765a54f672"/><file name="Method.php" hash="ef927f2723349a25a154cf00cea105e0"/><file name="Pay.php" hash="af4a11de937031088fe9a8a3c60fb843"/><dir name="Resource"><dir name="Configuredmethods"><file name="Collection.php" hash="5eda593d9324c1b08da9032410ac338d"/></dir><file name="Configuredmethods.php" hash="a900b1b081b72ea6f01a9cd053c5ace6"/><dir name="Country"><file name="Collection.php" hash="4ded83c204c83add05e9676a94638ce0"/></dir><file name="Country.php" hash="fcb4dcc631b086eaa715f5e7a96e7386"/><dir name="Countrymethod"><file name="Collection.php" hash="07bbc2a0ff65142e685b550468a35718"/></dir><file name="Countrymethod.php" hash="48074ce7a859de057445c7c27d9ae87b"/><dir name="Logger"><file name="Collection.php" hash="64dd8f9119679ff3e8c4d6b968201671"/></dir><file name="Logger.php" hash="98847ce83ed78a424c781885e4cee6b6"/><dir name="Method"><file name="Collection.php" hash="0219108ff85ea504a79296765c18b6d1"/></dir><file name="Method.php" hash="ce00096559b5ac1142c7f40a4f0505fd"/><file name="Setup.php" hash="2c839caa8a13287266f50dc27fd3a6a4"/><dir name="Transactionlogger"><file name="Collection.php" hash="e24c39b140ef198a0e154d0dd9104667"/></dir><file name="Transactionlogger.php" hash="36c4eed50271c5d0044446d7e743bd7b"/></dir><dir name="Sales"><file name="Observer.php" hash="e07110d2b5e0665c218b044dc50ba805"/><dir name="Order"><dir name="Invoice"><dir name="Total"><file name="Surcharge.php" hash="f72dc34c7481406bb4192b2595728182"/></dir></dir></dir><dir name="Pdf"><file name="Surcharge.php" hash="3aebc14631310c8df7170be7f02e0104"/></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Surcharge.php" hash="e76a8176c6a4d88b53f0c4b9433659a1"/></dir></dir></dir></dir><dir name="Source"><file name="Displaymodes.php" hash="e7c7f0e2117d1c0b31f8b492f6cfdf56"/><file name="Methods.php" hash="33e7a754d22c0c87deb58b5e3852466b"/><file name="Testlive.php" hash="f1e23cbdcdb5ffd56414cfdc83297831"/></dir><file name="Transactionlogger.php" hash="13fed5f7b9df700b9d60e63cd27df2e6"/></dir><dir name="controllers"><file name="IndexController.php" hash="2bbf52033529ba6cd493d385cdd8ebc6"/><file name="TestsController.php" hash="fef4a90341d6fbc3442ae2ed3aa776af"/></dir><dir name="etc"><file name="config.xml" hash="f63614731cf1a678c762398acd8b1224"/><file name="system.xml" hash="7a76e680c6d90435b5e5b9ad04b35e80"/></dir><dir name="sql"><dir name="globalpay_setup"><file name="mysql4-install-0.1.0.php" hash="b20f861bb89ecc6e75ca45ef4ae9a571"/><file name="mysql4-upgrade-1.0.3-1.1.1.php" hash="0cc5a5e482c69833594c8e9c3fd43027"/><file name="mysql4-upgrade-1.1.1-1.1.2.php" hash="3c74ed2415bf2e8575bff1898961805a"/><file name="mysql4-upgrade-1.1.2-1.1.3.php" hash="8112e779e009a9626a1c51408a7208f3"/><file name="mysql4-upgrade-1.1.3-1.1.4.php" hash="538609da33ce07f1d94ae548bf83a4c4"/><file name="mysql4-upgrade-1.1.4-1.1.5.php" hash="d79a11406afdd436159d736f975abbb1"/><file name="mysql4-upgrade-1.1.5-1.1.6.php" hash="51a02ab2316729ee2d5d7914c293a75b"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="globalpay.xml" hash="225bb75aa16653078b3d85c74bfba38c"/></dir><dir name="template"><dir name="smart2pay"><dir name="globalpay"><file name="info.phtml" hash="f558fd34e676eee618deadc5d72bd8c7"/><file name="methodinfo.phtml" hash="261ec60d966c6b407bd0200956bc95e2"/><file name="paymentinstructions.phtml" hash="4da294678e43c633631fcb1f69238a64"/><dir name="paymethod"><file name="form.phtml" hash="93973a8e38e18944b52ddab5aaea040a"/><file name="sendform.phtml" hash="0b56c4764724202592ba9ecfc4d8cb0d"/></dir></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="globalpay.xml" hash="430bd373c06d9c7a946bc76529aa8da6"/></dir><dir name="template"><dir name="smart2pay"><dir name="globalpay"><file name="methodinfo.phtml" hash="261ec60d966c6b407bd0200956bc95e2"/><file name="methodinfopdf.phtml" hash="00d63a97dd6d7ce37e964397226e426e"/><dir name="system"><dir name="config"><file name="methods.phtml" hash="a341648f5a92f9533858715dbf520f75"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="smart2pay"><dir name="methods"><file name="7-Eleven.gif" hash="6a6a250a4a7d1b423e2df0de29ca58a7"/><file name="IXe.gif" hash="2794745e00826bc6c623548926a2a188"/><file name="abaqoos.png" hash="ad0ee5b7a034c174ba07e936a5cdf823"/><file name="ach.png" hash="2c12370813d356b2b2f3c9494aad02bf"/><file name="alipay.png" hash="c63c14def69ae33db0614104bf3c3558"/><file name="alliance_online.gif" hash="89b8abd6f8a0134fd3eecfd2d80bc987"/><file name="ambank_group.png" hash="099bfae5ded5d8e31fdcc628dc3de7e2"/><file name="american_express.png" hash="e4a577dd5039a2bab65b7de027e4be13"/><file name="argentina_banks.png" hash="97e6e32919e31ebe789472f37a476f8b"/><file name="banco_do_brasil.gif" hash="667bb89f35534f0b7b6d8a438508a88b"/><file name="bancomer.png" hash="17ffe51209f4b95ff80427362f657a79"/><file name="bank_transfer_logo_v6.png" hash="2f9ef6aa8ff3bd9cbd5044e09090e4b1"/><file name="beeline.png" hash="3a28a1eb11ef72646bcaa9cc83336b08"/><file name="bitcoin.png" hash="39d4bafa85173fab9990d3abe54496f3"/><file name="boleto_bancario.png" hash="f6e86cc5081f11b275b79d8af0520ba9"/><file name="bradesco_transferencia.png" hash="bc4c6760620a34fd00b2f5ed69576e21"/><file name="cards_brl.gif" hash="22d0fec42d931fac48087f6532a7cca8"/><file name="cards_colombia.gif" hash="e522dd8482bb5ea21605052bcc50c19d"/><file name="cashinyandex.gif" hash="8fdccf95d10df08f9f4658fe96574f34"/><file name="cashu.png" hash="df0f9530dcb9a8c4f0dc5ba252605123"/><file name="cimb_clicks.png" hash="5c6b4a18eb831c56eb9b128cf58b19ea"/><file name="counter-service-thailand_paysbuy-cash.png" hash="c84ca401b5e43d43d716464e9f3fda39"/><file name="cuentadigital.png" hash="036e2d620e385f1cff0f70c8f14868db"/><file name="danske_bank.png" hash="f99f90f528f0c4b92f00ef613bb9a7de"/><file name="debito_bradesco.png" hash="bf76c75a4a85b41c4b76bac23e1ae855"/><file name="dineromail.png" hash="33f5af837277e28e281946ec79f22194"/><file name="dp24_sofort.png" hash="368b4bf4d9e07e0b322b432faa7ff618"/><file name="dragon_pay.png" hash="17ec7a3afb163119bf1a55fd95aa2ec0"/><file name="eKonto.png" hash="392287f752646c1389433a326d2b3cab"/><file name="enets.png" hash="7c137cae5578577836c66dcd18f0f021"/><file name="eps-e-payment-standard.png" hash="e8882e834ffc5b77dd50109705f5fcba"/><file name="fpx.png" hash="7f4c6a9f924cdc1f45480ed397a4b80f"/><file name="giropay.png" hash="7d9d02897f63f201cb18a9e44c4386d9"/><file name="hong_leong.png" hash="762d2bdf0d93372a2cf2576c3b4ba5bd"/><file name="ideal.png" hash="cd3833c3b0879fde5b68402febb97589"/><file name="mandiri.png" hash="48ee8ddd905341cf9a7256bf0fd9a9a8"/><file name="mangir_cart.gif" hash="56a84b3a860ccf8d0db1ee1082702f46"/><file name="maybank2u.png" hash="d647549d861c892d2850a6616f6461c3"/><file name="mazooma.png" hash="27a9d98c97f1de58050f64d2b3e1d23d"/><file name="megafon.png" hash="ecf26d2f85ce9eab7755948d3d434dcd"/><file name="meps_cash.png" hash="34ae83d23977406b236e0c5f9bc65b44"/><file name="mercadopago.png" hash="892c519217c400e27220ed5ab4de261e"/><file name="mobile_money.png" hash="7f75e90891bb9b356da7a0ec4bedb207"/><file name="moneta.png" hash="338a82756875c3c494b35b68d73eb773"/><file name="mozca.png" hash="54a945ee2690300adcaf90c52b561765"/><file name="mrcash.png" hash="369c1ca9bb031828807f44669692a3ba"/><file name="mtcpay.png" hash="f8e593750cf9aa449255243aee1e72e6"/><file name="mts.gif" hash="b4bc8d834bb8536c820b9e3ef57b42db"/><file name="mybank.png" hash="9f8bf3009fd204c36d02df2f5b75e6b9"/><file name="nordea.png" hash="c8a16da380770db3d05918cf6147e83e"/><file name="onecard.png" hash="d14d53461b1b8a4dc8d89d4a9a0ba4e1"/><file name="online_banking_thailanda.png" hash="e8815328708416e5d6a50508e564acbe"/><file name="op-pohjola.png" hash="fd94de57ae60e3afd985a639c420d514"/><file name="oxxo.gif" hash="ac05a1abe4dd00824eb9311f0607dc4d"/><file name="p24.png" hash="8494b7b58ba7a5dd2521ca1be53ce37a"/><file name="pago_efectivo.gif" hash="738ef8043dd02266a78d7d4b6c5d239b"/><file name="pagos_en_efectivo_servipag_bci_chile.png" hash="acadda22c64dd353dcac8117bfd1fc07"/><file name="pagtotal.png" hash="ae37109cebe6b6b22c817bd58b2f74ba"/><file name="payeasy.png" hash="2b02d482197af0c100cc9708f6c330e3"/><file name="payment_references.png" hash="e61a499a96560d3c6964ac3d6b1fce8f"/><file name="payment_via_baloto.png" hash="8681510117d6aee52dd8045b160af6f0"/><file name="paypal.png" hash="cba61f30ae9ab1ec8ea87dfedb22408b"/><file name="paysafecard.png" hash="40671b01d31fc7298825ff6574952d2e"/><file name="paysbuy.png" hash="897d2ab55b7ca42058a1dd0b4e6a6728"/><file name="paysbuy_wallet.png" hash="0acb4707dfeb41af3d074d614a7c3485"/><file name="paysera.gif" hash="a243e136a0bd62c9b8178d23faca785a"/><file name="paytrail.gif" hash="0aa6e2eef9e9cee062effe1ed361b1c7"/><file name="poli.png" hash="f03d1e87d9b48576c3f366b98ecbe71a"/><file name="pse.png" hash="d66ef5333f270c672c77616af9b5aa20"/><file name="pwmb.png" hash="c43963ecf263c8bf83d9dd74e011c9df"/><file name="qiwi_wallet.png" hash="715beab1c80c2d02d561fc264f716c3e"/><file name="rhb.png" hash="e6c6b64c27c489e7e658e4b781cf747a"/><file name="s2p_cards.gif" hash="22d0fec42d931fac48087f6532a7cca8"/><file name="santander.gif" hash="d30180163ec24e2cf56d683d1e84d4fe"/><file name="scotiabank.gif" hash="17d5e63219623276924f6720053f0b83"/><file name="servipag.png" hash="9e4c12273f937e42149f2df3584fb4a7"/><file name="sibs_mb.png" hash="28352acf0ce61c5e326a93a30e0a6d25"/><file name="tenpay.png" hash="a65b0cb373c32ee9fddb98a26a85ce66"/><file name="todito_cash.png" hash="d4f9c6fab19081a69f94afbfb03f2f66"/><file name="trustly.png" hash="e64e5a9730ea7d45f2c41755fb5b2837"/><file name="trustpay.png" hash="4856854403455474c241afbcaf5172a9"/><file name="ukash.png" hash="a4e549ee30f82e15a9b438a9e30e7614"/><file name="umb.png" hash="93a2747b83d8d48c52adea8e9b374551"/><file name="web_cash.gif" hash="e49caf4308322dbe22282e0e156de83d"/><file name="webmoney.png" hash="5600e6676866d18304ec9bedfa204fca"/><file name="xltunai.png" hash="1fec1c07050a160e7c19f33e63202d87"/><file name="yandex.png" hash="c7f21e223572aa57669bd7d5c543ba9e"/><file name="yandex_money.png" hash="94489649adac0824a6dad19605ab0442"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="smart2pay"><dir name="methods"><file name="7-Eleven.gif" hash="6a6a250a4a7d1b423e2df0de29ca58a7"/><file name="IXe.gif" hash="2794745e00826bc6c623548926a2a188"/><file name="abaqoos.png" hash="ad0ee5b7a034c174ba07e936a5cdf823"/><file name="ach.png" hash="2c12370813d356b2b2f3c9494aad02bf"/><file name="alipay.png" hash="c63c14def69ae33db0614104bf3c3558"/><file name="alliance_online.gif" hash="89b8abd6f8a0134fd3eecfd2d80bc987"/><file name="ambank_group.png" hash="099bfae5ded5d8e31fdcc628dc3de7e2"/><file name="american_express.png" hash="e4a577dd5039a2bab65b7de027e4be13"/><file name="argentina_banks.png" hash="97e6e32919e31ebe789472f37a476f8b"/><file name="banco_do_brasil.gif" hash="667bb89f35534f0b7b6d8a438508a88b"/><file name="bancomer.png" hash="17ffe51209f4b95ff80427362f657a79"/><file name="bank_transfer_logo_v6.png" hash="2f9ef6aa8ff3bd9cbd5044e09090e4b1"/><file name="beeline.png" hash="3a28a1eb11ef72646bcaa9cc83336b08"/><file name="bitcoin.png" hash="39d4bafa85173fab9990d3abe54496f3"/><file name="boleto_bancario.png" hash="f6e86cc5081f11b275b79d8af0520ba9"/><file name="bradesco_transferencia.png" hash="bc4c6760620a34fd00b2f5ed69576e21"/><file name="cards_brl.gif" hash="22d0fec42d931fac48087f6532a7cca8"/><file name="cards_colombia.gif" hash="e522dd8482bb5ea21605052bcc50c19d"/><file name="cashinyandex.gif" hash="8fdccf95d10df08f9f4658fe96574f34"/><file name="cashu.png" hash="df0f9530dcb9a8c4f0dc5ba252605123"/><file name="cimb_clicks.png" hash="5c6b4a18eb831c56eb9b128cf58b19ea"/><file name="counter-service-thailand_paysbuy-cash.png" hash="c84ca401b5e43d43d716464e9f3fda39"/><file name="cuentadigital.png" hash="036e2d620e385f1cff0f70c8f14868db"/><file name="danske_bank.png" hash="f99f90f528f0c4b92f00ef613bb9a7de"/><file name="debito_bradesco.png" hash="bf76c75a4a85b41c4b76bac23e1ae855"/><file name="dineromail.png" hash="33f5af837277e28e281946ec79f22194"/><file name="dp24_sofort.png" hash="368b4bf4d9e07e0b322b432faa7ff618"/><file name="dragon_pay.png" hash="17ec7a3afb163119bf1a55fd95aa2ec0"/><file name="eKonto.png" hash="392287f752646c1389433a326d2b3cab"/><file name="enets.png" hash="7c137cae5578577836c66dcd18f0f021"/><file name="eps-e-payment-standard.png" hash="e8882e834ffc5b77dd50109705f5fcba"/><file name="fpx.png" hash="7f4c6a9f924cdc1f45480ed397a4b80f"/><file name="giropay.png" hash="7d9d02897f63f201cb18a9e44c4386d9"/><file name="hong_leong.png" hash="762d2bdf0d93372a2cf2576c3b4ba5bd"/><file name="ideal.png" hash="cd3833c3b0879fde5b68402febb97589"/><file name="mandiri.png" hash="48ee8ddd905341cf9a7256bf0fd9a9a8"/><file name="mangir_cart.gif" hash="56a84b3a860ccf8d0db1ee1082702f46"/><file name="maybank2u.png" hash="d647549d861c892d2850a6616f6461c3"/><file name="mazooma.png" hash="27a9d98c97f1de58050f64d2b3e1d23d"/><file name="megafon.png" hash="ecf26d2f85ce9eab7755948d3d434dcd"/><file name="meps_cash.png" hash="34ae83d23977406b236e0c5f9bc65b44"/><file name="mercadopago.png" hash="892c519217c400e27220ed5ab4de261e"/><file name="mobile_money.png" hash="7f75e90891bb9b356da7a0ec4bedb207"/><file name="moneta.png" hash="338a82756875c3c494b35b68d73eb773"/><file name="mozca.png" hash="54a945ee2690300adcaf90c52b561765"/><file name="mrcash.png" hash="369c1ca9bb031828807f44669692a3ba"/><file name="mtcpay.png" hash="f8e593750cf9aa449255243aee1e72e6"/><file name="mts.gif" hash="b4bc8d834bb8536c820b9e3ef57b42db"/><file name="mybank.png" hash="9f8bf3009fd204c36d02df2f5b75e6b9"/><file name="nordea.png" hash="c8a16da380770db3d05918cf6147e83e"/><file name="onecard.png" hash="d14d53461b1b8a4dc8d89d4a9a0ba4e1"/><file name="online_banking_thailanda.png" hash="e8815328708416e5d6a50508e564acbe"/><file name="op-pohjola.png" hash="fd94de57ae60e3afd985a639c420d514"/><file name="oxxo.gif" hash="ac05a1abe4dd00824eb9311f0607dc4d"/><file name="p24.png" hash="8494b7b58ba7a5dd2521ca1be53ce37a"/><file name="pago_efectivo.gif" hash="738ef8043dd02266a78d7d4b6c5d239b"/><file name="pagos_en_efectivo_servipag_bci_chile.png" hash="acadda22c64dd353dcac8117bfd1fc07"/><file name="pagtotal.png" hash="ae37109cebe6b6b22c817bd58b2f74ba"/><file name="payeasy.png" hash="2b02d482197af0c100cc9708f6c330e3"/><file name="payment_references.png" hash="e61a499a96560d3c6964ac3d6b1fce8f"/><file name="payment_via_baloto.png" hash="8681510117d6aee52dd8045b160af6f0"/><file name="paypal.png" hash="cba61f30ae9ab1ec8ea87dfedb22408b"/><file name="paysafecard.png" hash="40671b01d31fc7298825ff6574952d2e"/><file name="paysbuy.png" hash="897d2ab55b7ca42058a1dd0b4e6a6728"/><file name="paysbuy_wallet.png" hash="0acb4707dfeb41af3d074d614a7c3485"/><file name="paysera.gif" hash="a243e136a0bd62c9b8178d23faca785a"/><file name="paytrail.gif" hash="0aa6e2eef9e9cee062effe1ed361b1c7"/><file name="poli.png" hash="f03d1e87d9b48576c3f366b98ecbe71a"/><file name="pse.png" hash="d66ef5333f270c672c77616af9b5aa20"/><file name="pwmb.png" hash="c43963ecf263c8bf83d9dd74e011c9df"/><file name="qiwi_wallet.png" hash="715beab1c80c2d02d561fc264f716c3e"/><file name="rhb.png" hash="e6c6b64c27c489e7e658e4b781cf747a"/><file name="s2p_cards.gif" hash="22d0fec42d931fac48087f6532a7cca8"/><file name="santander.gif" hash="d30180163ec24e2cf56d683d1e84d4fe"/><file name="scotiabank.gif" hash="17d5e63219623276924f6720053f0b83"/><file name="servipag.png" hash="9e4c12273f937e42149f2df3584fb4a7"/><file name="sibs_mb.png" hash="28352acf0ce61c5e326a93a30e0a6d25"/><file name="tenpay.png" hash="a65b0cb373c32ee9fddb98a26a85ce66"/><file name="todito_cash.png" hash="d4f9c6fab19081a69f94afbfb03f2f66"/><file name="trustly.png" hash="e64e5a9730ea7d45f2c41755fb5b2837"/><file name="trustpay.png" hash="4856854403455474c241afbcaf5172a9"/><file name="ukash.png" hash="a4e549ee30f82e15a9b438a9e30e7614"/><file name="umb.png" hash="93a2747b83d8d48c52adea8e9b374551"/><file name="web_cash.gif" hash="e49caf4308322dbe22282e0e156de83d"/><file name="webmoney.png" hash="5600e6676866d18304ec9bedfa204fca"/><file name="xltunai.png" hash="1fec1c07050a160e7c19f33e63202d87"/><file name="yandex.png" hash="c7f21e223572aa57669bd7d5c543ba9e"/><file name="yandex_money.png" hash="94489649adac0824a6dad19605ab0442"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Smart2Pay_Globalpay.xml" hash="1f3951214d78df89b34a781bd683699c"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="smart2pay"><dir name="globalpay"><file name="payment_confirmation.html" hash="20b2112815ea8437929d45e324beed19"/><file name="payment_instructions.html" hash="8451e3fadbdad49d1844bd60f5f1c21b"/><file name="payment_instructions_sibs.html" hash="1d76a24096133de9837859caff8a82a2"/></dir></dir></dir></dir><file name="Smart2Pay_Globalpay.csv" hash="095891b67ae1a66dd914c1ee897ef314"/></dir><dir name="en_GB"><dir name="template"><dir name="email"><dir name="smart2pay"><dir name="globalpay"><file name="payment_confirmation.html" hash="20b2112815ea8437929d45e324beed19"/><file name="payment_instructions.html" hash="21797b7891cc5d162412ba112b2f8696"/><file name="payment_instructions_sibs.html" hash="1d76a24096133de9837859caff8a82a2"/></dir></dir></dir></dir><file name="Smart2Pay_Globalpay.csv" hash="7c52a940b4cd689642cfc41e77e6c6d7"/></dir><dir name="da_DK"><file name="Smart2Pay_Globalpay.csv" hash="e573ba63de5d0883d33c8aba799914d7"/></dir><dir name="de_AT"><file name="Smart2Pay_Globalpay.csv" hash="513e5f5c23f1b05b9e740243e5524eec"/></dir><dir name="de_DE"><file name="Smart2Pay_Globalpay.csv" hash="513e5f5c23f1b05b9e740243e5524eec"/></dir><dir name="es_AR"><file name="Smart2Pay_Globalpay.csv" hash="a504653b67cb41dd4684c067303adc10"/></dir><dir name="es_CL"><file name="Smart2Pay_Globalpay.csv" hash="a504653b67cb41dd4684c067303adc10"/></dir><dir name="es_CO"><file name="Smart2Pay_Globalpay.csv" hash="a504653b67cb41dd4684c067303adc10"/></dir><dir name="es_ES"><file name="Smart2Pay_Globalpay.csv" hash="a504653b67cb41dd4684c067303adc10"/></dir><dir name="es_MX"><file name="Smart2Pay_Globalpay.csv" hash="a504653b67cb41dd4684c067303adc10"/></dir><dir name="fi_FI"><file name="Smart2Pay_Globalpay.csv" hash="99292d7660a52809c80c1a77553b7928"/></dir><dir name="fr_FR"><file name="Smart2Pay_Globalpay.csv" hash="2fe4d15b14b0642b700adfc9c59093f6"/></dir><dir name="it_IT"><file name="Smart2Pay_Globalpay.csv" hash="8fc8a53f82b0b9c3565aabb0f1ebf168"/></dir><dir name="pt_BR"><file name="Smart2Pay_Globalpay.csv" hash="dd51daad3cad2a1f831fd40384895757"/></dir><dir name="pt_PT"><file name="Smart2Pay_Globalpay.csv" hash="dd51daad3cad2a1f831fd40384895757"/></dir></target></contents>
|
114 |
<compatible/>
|
115 |
-
<dependencies><required><php><min>5.2.6</min><max>5.
|
116 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Smart2Pay</name>
|
4 |
+
<version>1.1.9</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">The Open Software License 3.0 (OSL-3.0)</license>
|
7 |
<channel>community</channel>
|
105 |
support@smart2pay.com for instructions on account activation and detailed 
|
106 |
documentation.</p>
|
107 |
</description>
|
108 |
+
<notes>- Revised all payment methods</notes>
|
|
|
109 |
<authors><author><name>Stefan Iancu</name><user>stefani</user><email>support@smart2pay.com</email></author></authors>
|
110 |
+
<date>2015-09-08</date>
|
111 |
+
<time>14:13:08</time>
|
112 |
+
<contents><target name="magecommunity"><dir name="Smart2Pay"><dir name="Globalpay"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="1468910cfcb7b684c2f4b5288611f669"/></dir><dir name="Invoice"><file name="Total.php" hash="b2b61720ffdd569e4a3a107ad2b319cd"/></dir><file name="Total.php" hash="f1ec6e5840597c0f05ae7c983cedb40b"/></dir></dir><dir name="System"><dir name="Config"><file name="Configuredmethods.php" hash="c7aeffa8f0a8834b2666ce6f02d2c9e9"/><dir name="Fieldset"><file name="Simple.php" hash="7f386c137f7107bd71d639d7090860ab"/></dir></dir></dir></dir><dir name="Info"><file name="Globalpay.php" hash="de61f8c85e4d92d67f426b5e829a2131"/></dir><file name="Info.php" hash="fa2ae3f42cd02fdfada4fa2de496e3a9"/><file name="Paymentinstructions.php" hash="1490c20b3f13cb8d9a80616b66904cf2"/><dir name="Paymethod"><file name="Form.php" hash="28157430970e2c268d2d43193ac1792f"/><file name="Sendform.php" hash="14fff0535bd4c5b8e63340ce5dbb7dcc"/></dir><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="28c50120eb1cf3c260addb4aa168cccc"/></dir><dir name="Invoice"><file name="Total.php" hash="126906c054a0c3d11b73e3481c746ec0"/></dir><file name="Total.php" hash="90039e8aad1f7561020338bd2619e58d"/></dir><dir name="Pdf"><file name="Surcharge.php" hash="2fd8c7f87cc2c607312b459d8f19966d"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="b1fb3427b49d7472321eb8bd7a4d72a0"/><file name="Helper.php" hash="1d20f9c3afd7fa2b536c8950e319a52c"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Backend"><file name="Configuredmethods.php" hash="34acdbfced9161e74ef32e7bfa1ec060"/></dir></dir></dir></dir><file name="Configuredmethods.php" hash="d2d79d61fc3134b26b6fbdf46fde743f"/><file name="Country.php" hash="d2f00e4b8119477d991d4b0eb1a49560"/><file name="Countrymethod.php" hash="f3166e1f8e5639a9f3e98e85da2aabbe"/><file name="GlobalpayLog.php" hash="545a439b0db6d525c8894c4af5933f7d"/><file name="Logger.php" hash="534118191b5b14d223544d765a54f672"/><file name="Method.php" hash="ef927f2723349a25a154cf00cea105e0"/><file name="Pay.php" hash="e729e8298bbf34549449535bce16bb94"/><dir name="Resource"><dir name="Configuredmethods"><file name="Collection.php" hash="5eda593d9324c1b08da9032410ac338d"/></dir><file name="Configuredmethods.php" hash="a900b1b081b72ea6f01a9cd053c5ace6"/><dir name="Country"><file name="Collection.php" hash="4ded83c204c83add05e9676a94638ce0"/></dir><file name="Country.php" hash="fcb4dcc631b086eaa715f5e7a96e7386"/><dir name="Countrymethod"><file name="Collection.php" hash="07bbc2a0ff65142e685b550468a35718"/></dir><file name="Countrymethod.php" hash="48074ce7a859de057445c7c27d9ae87b"/><dir name="Logger"><file name="Collection.php" hash="64dd8f9119679ff3e8c4d6b968201671"/></dir><file name="Logger.php" hash="98847ce83ed78a424c781885e4cee6b6"/><dir name="Method"><file name="Collection.php" hash="0219108ff85ea504a79296765c18b6d1"/></dir><file name="Method.php" hash="ce00096559b5ac1142c7f40a4f0505fd"/><file name="Setup.php" hash="2c839caa8a13287266f50dc27fd3a6a4"/><dir name="Transactionlogger"><file name="Collection.php" hash="e24c39b140ef198a0e154d0dd9104667"/></dir><file name="Transactionlogger.php" hash="36c4eed50271c5d0044446d7e743bd7b"/></dir><dir name="Sales"><file name="Observer.php" hash="e07110d2b5e0665c218b044dc50ba805"/><dir name="Order"><dir name="Invoice"><dir name="Total"><file name="Surcharge.php" hash="f72dc34c7481406bb4192b2595728182"/></dir></dir></dir><dir name="Pdf"><file name="Surcharge.php" hash="3aebc14631310c8df7170be7f02e0104"/></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Surcharge.php" hash="e76a8176c6a4d88b53f0c4b9433659a1"/></dir></dir></dir></dir><dir name="Source"><file name="Displaymodes.php" hash="e7c7f0e2117d1c0b31f8b492f6cfdf56"/><file name="Methods.php" hash="33e7a754d22c0c87deb58b5e3852466b"/><file name="Testlive.php" hash="f1e23cbdcdb5ffd56414cfdc83297831"/></dir><file name="Transactionlogger.php" hash="13fed5f7b9df700b9d60e63cd27df2e6"/></dir><dir name="controllers"><file name="IndexController.php" hash="2bbf52033529ba6cd493d385cdd8ebc6"/><file name="TestsController.php" hash="fef4a90341d6fbc3442ae2ed3aa776af"/></dir><dir name="etc"><file name="config.xml" hash="3c52fb38819747ddb195f431bb7ca513"/><file name="system.xml" hash="7a76e680c6d90435b5e5b9ad04b35e80"/></dir><dir name="sql"><dir name="globalpay_setup"><file name="mysql4-install-0.1.0.php" hash="b20f861bb89ecc6e75ca45ef4ae9a571"/><file name="mysql4-upgrade-1.0.3-1.1.1.php" hash="0cc5a5e482c69833594c8e9c3fd43027"/><file name="mysql4-upgrade-1.1.1-1.1.2.php" hash="3c74ed2415bf2e8575bff1898961805a"/><file name="mysql4-upgrade-1.1.2-1.1.3.php" hash="8112e779e009a9626a1c51408a7208f3"/><file name="mysql4-upgrade-1.1.3-1.1.4.php" hash="538609da33ce07f1d94ae548bf83a4c4"/><file name="mysql4-upgrade-1.1.4-1.1.5.php" hash="d79a11406afdd436159d736f975abbb1"/><file name="mysql4-upgrade-1.1.5-1.1.6.php" hash="51a02ab2316729ee2d5d7914c293a75b"/><file name="mysql4-upgrade-1.1.6-1.1.7.php" hash="31e5900e94bb8a231faa9a38b8c0ff3d"/><file name="mysql4-upgrade-1.1.7-1.1.8.php" hash="f03552289c8c4056516ed7afc45acb95"/><file name="mysql4-upgrade-1.1.8-1.1.9.php" hash="55280ce39b0d3c2075bb068aefb979e5"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="globalpay.xml" hash="225bb75aa16653078b3d85c74bfba38c"/></dir><dir name="template"><dir name="smart2pay"><dir name="globalpay"><file name="info.phtml" hash="f558fd34e676eee618deadc5d72bd8c7"/><file name="methodinfo.phtml" hash="261ec60d966c6b407bd0200956bc95e2"/><file name="paymentinstructions.phtml" hash="4da294678e43c633631fcb1f69238a64"/><dir name="paymethod"><file name="form.phtml" hash="48783f8e3d17d6ead4018bffc75a9628"/><file name="sendform.phtml" hash="2c191823a1893e0996a74b7220c730e8"/></dir></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="globalpay.xml" hash="430bd373c06d9c7a946bc76529aa8da6"/></dir><dir name="template"><dir name="smart2pay"><dir name="globalpay"><file name="methodinfo.phtml" hash="261ec60d966c6b407bd0200956bc95e2"/><file name="methodinfopdf.phtml" hash="00d63a97dd6d7ce37e964397226e426e"/><dir name="system"><dir name="config"><file name="methods.phtml" hash="a341648f5a92f9533858715dbf520f75"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="smart2pay"><dir name="methods"><file name="1053_credit_cards.gif" hash="5d4f0eff7655ede7c1cea8107c5c2682"/><file name="1054_BII-VA.gif" hash="5f31ef95fb3051123c5884069c6e08da"/><file name="1055_Kartuku.gif" hash="36f0b3dd1500db4f436cfa1bf24586b2"/><file name="1056_Cimb_Clicks.gif" hash="87cfb10e123e945e243d4be68d74dfa4"/><file name="1057_Mandiri_ecash.gif" hash="8b528b1bb4fd87a829d12e2879da6c98"/><file name="1058_IB_Muamalat.gif" hash="7479c8f88fed496766f6e2da19b40c84"/><file name="1059_T-cash.gif" hash="9f819d88506a46184980bac5fad5bcfa"/><file name="1060_Indosat_Dompetku.gif" hash="71fda8c1c762a5a3a0cebbfe63242dc5"/><file name="1061_Mandiri_atm_automatic.gif" hash="082585fbc0495a90457d687e771f9fcf"/><file name="1062_pay4me.gif" hash="605dd6f9eb56de772fc48d47a715b979"/><file name="1063_Danamon.gif" hash="a1ff544f0a7f612f08271ccfc59ab9cd"/><file name="7-Eleven.gif" hash="6a6a250a4a7d1b423e2df0de29ca58a7"/><file name="IXe.gif" hash="2794745e00826bc6c623548926a2a188"/><file name="abaqoos.png" hash="ad0ee5b7a034c174ba07e936a5cdf823"/><file name="ach.png" hash="2c12370813d356b2b2f3c9494aad02bf"/><file name="alipay.png" hash="c63c14def69ae33db0614104bf3c3558"/><file name="alliance_online.gif" hash="89b8abd6f8a0134fd3eecfd2d80bc987"/><file name="ambank_group.png" hash="099bfae5ded5d8e31fdcc628dc3de7e2"/><file name="american_express.png" hash="e4a577dd5039a2bab65b7de027e4be13"/><file name="argentina_banks.png" hash="97e6e32919e31ebe789472f37a476f8b"/><file name="banco_do_brasil.gif" hash="667bb89f35534f0b7b6d8a438508a88b"/><file name="bancomer.png" hash="17ffe51209f4b95ff80427362f657a79"/><file name="bank_transfer_logo_v6.png" hash="2f9ef6aa8ff3bd9cbd5044e09090e4b1"/><file name="beeline.png" hash="3a28a1eb11ef72646bcaa9cc83336b08"/><file name="bitcoin.png" hash="39d4bafa85173fab9990d3abe54496f3"/><file name="boleto_bancario.png" hash="f6e86cc5081f11b275b79d8af0520ba9"/><file name="bradesco_transferencia.png" hash="bc4c6760620a34fd00b2f5ed69576e21"/><file name="cards_brl.gif" hash="22d0fec42d931fac48087f6532a7cca8"/><file name="cards_colombia.gif" hash="e522dd8482bb5ea21605052bcc50c19d"/><file name="cashinyandex.gif" hash="8fdccf95d10df08f9f4658fe96574f34"/><file name="cashu.png" hash="df0f9530dcb9a8c4f0dc5ba252605123"/><file name="cimb_clicks.png" hash="5c6b4a18eb831c56eb9b128cf58b19ea"/><file name="counter-service-thailand_paysbuy-cash.png" hash="c84ca401b5e43d43d716464e9f3fda39"/><file name="cuentadigital.png" hash="036e2d620e385f1cff0f70c8f14868db"/><file name="danske_bank.png" hash="f99f90f528f0c4b92f00ef613bb9a7de"/><file name="debito_bradesco.png" hash="bf76c75a4a85b41c4b76bac23e1ae855"/><file name="degica_bank_transfer.gif" hash="93a0d7913e2793d9ba6151ef0778ec36"/><file name="degica_cards.gif" hash="6a8b9f11cec2cb5f500c635ed0c30a77"/><file name="degica_kombini.png" hash="fedad426719cca48783da6d7fef1efd9"/><file name="degica_payeasy.gif" hash="759354ce6d1f4f81213836b7579367c3"/><file name="degica_webmoney.gif" hash="719a4b37c69c489ee50ac1d57202b805"/><file name="dineromail.png" hash="33f5af837277e28e281946ec79f22194"/><file name="dp24_sofort.png" hash="368b4bf4d9e07e0b322b432faa7ff618"/><file name="dragon_pay.png" hash="17ec7a3afb163119bf1a55fd95aa2ec0"/><file name="eKonto.png" hash="392287f752646c1389433a326d2b3cab"/><file name="enets.png" hash="7c137cae5578577836c66dcd18f0f021"/><file name="eps-e-payment-standard.png" hash="e8882e834ffc5b77dd50109705f5fcba"/><file name="fpx.png" hash="7f4c6a9f924cdc1f45480ed397a4b80f"/><file name="gcashlogo.jpg" hash="1f859c8385b1925dae16d62f4bdd4263"/><file name="giropay.png" hash="7d9d02897f63f201cb18a9e44c4386d9"/><file name="hong_leong.png" hash="762d2bdf0d93372a2cf2576c3b4ba5bd"/><file name="ideal.png" hash="cd3833c3b0879fde5b68402febb97589"/><file name="index.php" hash="e2634d929afb172d5cd21cd9d932bcb8"/><file name="klarna.gif" hash="6af19d243816ee6828da514fd7c7e0a5"/><file name="klarna_checkout.gif" hash="a0fadeb999d919a173cb00bb6b82619f"/><file name="mandiri.png" hash="48ee8ddd905341cf9a7256bf0fd9a9a8"/><file name="mangir_cart.gif" hash="56a84b3a860ccf8d0db1ee1082702f46"/><file name="maybank2u.png" hash="d647549d861c892d2850a6616f6461c3"/><file name="mazooma.png" hash="27a9d98c97f1de58050f64d2b3e1d23d"/><file name="megafon.png" hash="ecf26d2f85ce9eab7755948d3d434dcd"/><file name="meps_cash.png" hash="34ae83d23977406b236e0c5f9bc65b44"/><file name="mercadopago.png" hash="892c519217c400e27220ed5ab4de261e"/><file name="mobile_money.png" hash="7f75e90891bb9b356da7a0ec4bedb207"/><file name="moneta.png" hash="338a82756875c3c494b35b68d73eb773"/><file name="mozca.png" hash="54a945ee2690300adcaf90c52b561765"/><file name="mrcash.png" hash="369c1ca9bb031828807f44669692a3ba"/><file name="mtcpay.png" hash="f8e593750cf9aa449255243aee1e72e6"/><file name="mts.gif" hash="b4bc8d834bb8536c820b9e3ef57b42db"/><file name="mybank.png" hash="9f8bf3009fd204c36d02df2f5b75e6b9"/><file name="nordea.png" hash="c8a16da380770db3d05918cf6147e83e"/><file name="onecard.png" hash="d14d53461b1b8a4dc8d89d4a9a0ba4e1"/><file name="online_banking_thailanda.png" hash="e8815328708416e5d6a50508e564acbe"/><file name="op-pohjola.png" hash="fd94de57ae60e3afd985a639c420d514"/><file name="oxxo.gif" hash="ac05a1abe4dd00824eb9311f0607dc4d"/><file name="p24.png" hash="8494b7b58ba7a5dd2521ca1be53ce37a"/><file name="pago_efectivo.gif" hash="738ef8043dd02266a78d7d4b6c5d239b"/><file name="pagos_en_efectivo_servipag_bci_chile.png" hash="acadda22c64dd353dcac8117bfd1fc07"/><file name="pagtotal.png" hash="ae37109cebe6b6b22c817bd58b2f74ba"/><file name="pay_by_mobile_v1.gif" hash="449d86fbe5cdbb613bf91bfa4b8d8d3e"/><file name="payeasy.png" hash="2b02d482197af0c100cc9708f6c330e3"/><file name="payment_references.png" hash="e61a499a96560d3c6964ac3d6b1fce8f"/><file name="payment_via_baloto.png" hash="8681510117d6aee52dd8045b160af6f0"/><file name="paypal.png" hash="cba61f30ae9ab1ec8ea87dfedb22408b"/><file name="paysafecard.png" hash="40671b01d31fc7298825ff6574952d2e"/><file name="paysbuy.png" hash="897d2ab55b7ca42058a1dd0b4e6a6728"/><file name="paysbuy_wallet.png" hash="0acb4707dfeb41af3d074d614a7c3485"/><file name="paysera.gif" hash="a243e136a0bd62c9b8178d23faca785a"/><file name="paytrail.gif" hash="0aa6e2eef9e9cee062effe1ed361b1c7"/><file name="poli.png" hash="f03d1e87d9b48576c3f366b98ecbe71a"/><file name="pse.png" hash="d66ef5333f270c672c77616af9b5aa20"/><file name="pwmb.png" hash="c43963ecf263c8bf83d9dd74e011c9df"/><file name="qiwi_wallet.png" hash="715beab1c80c2d02d561fc264f716c3e"/><file name="rhb.png" hash="e6c6b64c27c489e7e658e4b781cf747a"/><file name="s2p_cards.gif" hash="22d0fec42d931fac48087f6532a7cca8"/><file name="santander.gif" hash="d30180163ec24e2cf56d683d1e84d4fe"/><file name="scotiabank.gif" hash="17d5e63219623276924f6720053f0b83"/><file name="servipag.png" hash="9e4c12273f937e42149f2df3584fb4a7"/><file name="sibs_mb.png" hash="28352acf0ce61c5e326a93a30e0a6d25"/><file name="skrill.jpg" hash="c3c29b10c911c3689df51ccc2929f05e"/><file name="tenpay.png" hash="a65b0cb373c32ee9fddb98a26a85ce66"/><file name="todito_cash.png" hash="d4f9c6fab19081a69f94afbfb03f2f66"/><file name="trustly.png" hash="e64e5a9730ea7d45f2c41755fb5b2837"/><file name="trustpay.png" hash="4856854403455474c241afbcaf5172a9"/><file name="ukash.png" hash="a4e549ee30f82e15a9b438a9e30e7614"/><file name="umb.png" hash="93a2747b83d8d48c52adea8e9b374551"/><file name="voguepay.gif" hash="ac66a483a1c3432d2bd3e04c79106b03"/><file name="web_cash.gif" hash="e49caf4308322dbe22282e0e156de83d"/><file name="webmoney.gif" hash="658207019f847d044555fae96305f06e"/><file name="webmoney.png" hash="5600e6676866d18304ec9bedfa204fca"/><file name="xltunai.png" hash="1fec1c07050a160e7c19f33e63202d87"/><file name="yandex.png" hash="c7f21e223572aa57669bd7d5c543ba9e"/><file name="yandex_money.png" hash="94489649adac0824a6dad19605ab0442"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="smart2pay"><dir name="methods"><file name="1053_credit_cards.gif" hash="5d4f0eff7655ede7c1cea8107c5c2682"/><file name="1054_BII-VA.gif" hash="5f31ef95fb3051123c5884069c6e08da"/><file name="1055_Kartuku.gif" hash="36f0b3dd1500db4f436cfa1bf24586b2"/><file name="1056_Cimb_Clicks.gif" hash="87cfb10e123e945e243d4be68d74dfa4"/><file name="1057_Mandiri_ecash.gif" hash="8b528b1bb4fd87a829d12e2879da6c98"/><file name="1058_IB_Muamalat.gif" hash="7479c8f88fed496766f6e2da19b40c84"/><file name="1059_T-cash.gif" hash="9f819d88506a46184980bac5fad5bcfa"/><file name="1060_Indosat_Dompetku.gif" hash="71fda8c1c762a5a3a0cebbfe63242dc5"/><file name="1061_Mandiri_atm_automatic.gif" hash="082585fbc0495a90457d687e771f9fcf"/><file name="1062_pay4me.gif" hash="605dd6f9eb56de772fc48d47a715b979"/><file name="1063_Danamon.gif" hash="a1ff544f0a7f612f08271ccfc59ab9cd"/><file name="7-Eleven.gif" hash="6a6a250a4a7d1b423e2df0de29ca58a7"/><file name="IXe.gif" hash="2794745e00826bc6c623548926a2a188"/><file name="abaqoos.png" hash="ad0ee5b7a034c174ba07e936a5cdf823"/><file name="ach.png" hash="2c12370813d356b2b2f3c9494aad02bf"/><file name="alipay.png" hash="c63c14def69ae33db0614104bf3c3558"/><file name="alliance_online.gif" hash="89b8abd6f8a0134fd3eecfd2d80bc987"/><file name="ambank_group.png" hash="099bfae5ded5d8e31fdcc628dc3de7e2"/><file name="american_express.png" hash="e4a577dd5039a2bab65b7de027e4be13"/><file name="argentina_banks.png" hash="97e6e32919e31ebe789472f37a476f8b"/><file name="banco_do_brasil.gif" hash="667bb89f35534f0b7b6d8a438508a88b"/><file name="bancomer.png" hash="17ffe51209f4b95ff80427362f657a79"/><file name="bank_transfer_logo_v6.png" hash="2f9ef6aa8ff3bd9cbd5044e09090e4b1"/><file name="beeline.png" hash="3a28a1eb11ef72646bcaa9cc83336b08"/><file name="bitcoin.png" hash="39d4bafa85173fab9990d3abe54496f3"/><file name="boleto_bancario.png" hash="f6e86cc5081f11b275b79d8af0520ba9"/><file name="bradesco_transferencia.png" hash="bc4c6760620a34fd00b2f5ed69576e21"/><file name="cards_brl.gif" hash="22d0fec42d931fac48087f6532a7cca8"/><file name="cards_colombia.gif" hash="e522dd8482bb5ea21605052bcc50c19d"/><file name="cashinyandex.gif" hash="8fdccf95d10df08f9f4658fe96574f34"/><file name="cashu.png" hash="df0f9530dcb9a8c4f0dc5ba252605123"/><file name="cimb_clicks.png" hash="5c6b4a18eb831c56eb9b128cf58b19ea"/><file name="counter-service-thailand_paysbuy-cash.png" hash="c84ca401b5e43d43d716464e9f3fda39"/><file name="cuentadigital.png" hash="036e2d620e385f1cff0f70c8f14868db"/><file name="danske_bank.png" hash="f99f90f528f0c4b92f00ef613bb9a7de"/><file name="debito_bradesco.png" hash="bf76c75a4a85b41c4b76bac23e1ae855"/><file name="degica_bank_transfer.gif" hash="93a0d7913e2793d9ba6151ef0778ec36"/><file name="degica_cards.gif" hash="6a8b9f11cec2cb5f500c635ed0c30a77"/><file name="degica_kombini.png" hash="fedad426719cca48783da6d7fef1efd9"/><file name="degica_payeasy.gif" hash="759354ce6d1f4f81213836b7579367c3"/><file name="degica_webmoney.gif" hash="719a4b37c69c489ee50ac1d57202b805"/><file name="dineromail.png" hash="33f5af837277e28e281946ec79f22194"/><file name="dp24_sofort.png" hash="368b4bf4d9e07e0b322b432faa7ff618"/><file name="dragon_pay.png" hash="17ec7a3afb163119bf1a55fd95aa2ec0"/><file name="eKonto.png" hash="392287f752646c1389433a326d2b3cab"/><file name="enets.png" hash="7c137cae5578577836c66dcd18f0f021"/><file name="eps-e-payment-standard.png" hash="e8882e834ffc5b77dd50109705f5fcba"/><file name="fpx.png" hash="7f4c6a9f924cdc1f45480ed397a4b80f"/><file name="gcashlogo.jpg" hash="1f859c8385b1925dae16d62f4bdd4263"/><file name="giropay.png" hash="7d9d02897f63f201cb18a9e44c4386d9"/><file name="hong_leong.png" hash="762d2bdf0d93372a2cf2576c3b4ba5bd"/><file name="ideal.png" hash="cd3833c3b0879fde5b68402febb97589"/><file name="index.php" hash="e2634d929afb172d5cd21cd9d932bcb8"/><file name="klarna.gif" hash="6af19d243816ee6828da514fd7c7e0a5"/><file name="klarna_checkout.gif" hash="a0fadeb999d919a173cb00bb6b82619f"/><file name="mandiri.png" hash="48ee8ddd905341cf9a7256bf0fd9a9a8"/><file name="mangir_cart.gif" hash="56a84b3a860ccf8d0db1ee1082702f46"/><file name="maybank2u.png" hash="d647549d861c892d2850a6616f6461c3"/><file name="mazooma.png" hash="27a9d98c97f1de58050f64d2b3e1d23d"/><file name="megafon.png" hash="ecf26d2f85ce9eab7755948d3d434dcd"/><file name="meps_cash.png" hash="34ae83d23977406b236e0c5f9bc65b44"/><file name="mercadopago.png" hash="892c519217c400e27220ed5ab4de261e"/><file name="mobile_money.png" hash="7f75e90891bb9b356da7a0ec4bedb207"/><file name="moneta.png" hash="338a82756875c3c494b35b68d73eb773"/><file name="mozca.png" hash="54a945ee2690300adcaf90c52b561765"/><file name="mrcash.png" hash="369c1ca9bb031828807f44669692a3ba"/><file name="mtcpay.png" hash="f8e593750cf9aa449255243aee1e72e6"/><file name="mts.gif" hash="b4bc8d834bb8536c820b9e3ef57b42db"/><file name="mybank.png" hash="9f8bf3009fd204c36d02df2f5b75e6b9"/><file name="nordea.png" hash="c8a16da380770db3d05918cf6147e83e"/><file name="onecard.png" hash="d14d53461b1b8a4dc8d89d4a9a0ba4e1"/><file name="online_banking_thailanda.png" hash="e8815328708416e5d6a50508e564acbe"/><file name="op-pohjola.png" hash="fd94de57ae60e3afd985a639c420d514"/><file name="oxxo.gif" hash="ac05a1abe4dd00824eb9311f0607dc4d"/><file name="p24.png" hash="8494b7b58ba7a5dd2521ca1be53ce37a"/><file name="pago_efectivo.gif" hash="738ef8043dd02266a78d7d4b6c5d239b"/><file name="pagos_en_efectivo_servipag_bci_chile.png" hash="acadda22c64dd353dcac8117bfd1fc07"/><file name="pagtotal.png" hash="ae37109cebe6b6b22c817bd58b2f74ba"/><file name="pay_by_mobile_v1.gif" hash="449d86fbe5cdbb613bf91bfa4b8d8d3e"/><file name="payeasy.png" hash="2b02d482197af0c100cc9708f6c330e3"/><file name="payment_references.png" hash="e61a499a96560d3c6964ac3d6b1fce8f"/><file name="payment_via_baloto.png" hash="8681510117d6aee52dd8045b160af6f0"/><file name="paypal.png" hash="cba61f30ae9ab1ec8ea87dfedb22408b"/><file name="paysafecard.png" hash="40671b01d31fc7298825ff6574952d2e"/><file name="paysbuy.png" hash="897d2ab55b7ca42058a1dd0b4e6a6728"/><file name="paysbuy_wallet.png" hash="0acb4707dfeb41af3d074d614a7c3485"/><file name="paysera.gif" hash="a243e136a0bd62c9b8178d23faca785a"/><file name="paytrail.gif" hash="0aa6e2eef9e9cee062effe1ed361b1c7"/><file name="poli.png" hash="f03d1e87d9b48576c3f366b98ecbe71a"/><file name="pse.png" hash="d66ef5333f270c672c77616af9b5aa20"/><file name="pwmb.png" hash="c43963ecf263c8bf83d9dd74e011c9df"/><file name="qiwi_wallet.png" hash="715beab1c80c2d02d561fc264f716c3e"/><file name="rhb.png" hash="e6c6b64c27c489e7e658e4b781cf747a"/><file name="s2p_cards.gif" hash="22d0fec42d931fac48087f6532a7cca8"/><file name="santander.gif" hash="d30180163ec24e2cf56d683d1e84d4fe"/><file name="scotiabank.gif" hash="17d5e63219623276924f6720053f0b83"/><file name="servipag.png" hash="9e4c12273f937e42149f2df3584fb4a7"/><file name="sibs_mb.png" hash="28352acf0ce61c5e326a93a30e0a6d25"/><file name="skrill.jpg" hash="c3c29b10c911c3689df51ccc2929f05e"/><file name="tenpay.png" hash="a65b0cb373c32ee9fddb98a26a85ce66"/><file name="todito_cash.png" hash="d4f9c6fab19081a69f94afbfb03f2f66"/><file name="trustly.png" hash="e64e5a9730ea7d45f2c41755fb5b2837"/><file name="trustpay.png" hash="4856854403455474c241afbcaf5172a9"/><file name="ukash.png" hash="a4e549ee30f82e15a9b438a9e30e7614"/><file name="umb.png" hash="93a2747b83d8d48c52adea8e9b374551"/><file name="voguepay.gif" hash="ac66a483a1c3432d2bd3e04c79106b03"/><file name="web_cash.gif" hash="e49caf4308322dbe22282e0e156de83d"/><file name="webmoney.gif" hash="658207019f847d044555fae96305f06e"/><file name="webmoney.png" hash="5600e6676866d18304ec9bedfa204fca"/><file name="xltunai.png" hash="1fec1c07050a160e7c19f33e63202d87"/><file name="yandex.png" hash="c7f21e223572aa57669bd7d5c543ba9e"/><file name="yandex_money.png" hash="94489649adac0824a6dad19605ab0442"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Smart2Pay_Globalpay.xml" hash="1f3951214d78df89b34a781bd683699c"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="smart2pay"><dir name="globalpay"><file name="payment_confirmation.html" hash="20b2112815ea8437929d45e324beed19"/><file name="payment_instructions.html" hash="8451e3fadbdad49d1844bd60f5f1c21b"/><file name="payment_instructions_sibs.html" hash="1d76a24096133de9837859caff8a82a2"/></dir></dir></dir></dir><file name="Smart2Pay_Globalpay.csv" hash="56f225ef9f0e55fc1253e9dcda37819e"/></dir><dir name="en_GB"><dir name="template"><dir name="email"><dir name="smart2pay"><dir name="globalpay"><file name="payment_confirmation.html" hash="20b2112815ea8437929d45e324beed19"/><file name="payment_instructions.html" hash="21797b7891cc5d162412ba112b2f8696"/><file name="payment_instructions_sibs.html" hash="1d76a24096133de9837859caff8a82a2"/></dir></dir></dir></dir><file name="Smart2Pay_Globalpay.csv" hash="1722d41f3545a925e3436b32df113c88"/></dir><dir name="da_DK"><file name="Smart2Pay_Globalpay.csv" hash="e573ba63de5d0883d33c8aba799914d7"/></dir><dir name="de_AT"><file name="Smart2Pay_Globalpay.csv" hash="513e5f5c23f1b05b9e740243e5524eec"/></dir><dir name="de_DE"><file name="Smart2Pay_Globalpay.csv" hash="513e5f5c23f1b05b9e740243e5524eec"/></dir><dir name="es_AR"><file name="Smart2Pay_Globalpay.csv" hash="a504653b67cb41dd4684c067303adc10"/></dir><dir name="es_CL"><file name="Smart2Pay_Globalpay.csv" hash="a504653b67cb41dd4684c067303adc10"/></dir><dir name="es_CO"><file name="Smart2Pay_Globalpay.csv" hash="a504653b67cb41dd4684c067303adc10"/></dir><dir name="es_ES"><file name="Smart2Pay_Globalpay.csv" hash="a504653b67cb41dd4684c067303adc10"/></dir><dir name="es_MX"><file name="Smart2Pay_Globalpay.csv" hash="a504653b67cb41dd4684c067303adc10"/></dir><dir name="fi_FI"><file name="Smart2Pay_Globalpay.csv" hash="99292d7660a52809c80c1a77553b7928"/></dir><dir name="fr_FR"><file name="Smart2Pay_Globalpay.csv" hash="2fe4d15b14b0642b700adfc9c59093f6"/></dir><dir name="it_IT"><file name="Smart2Pay_Globalpay.csv" hash="8fc8a53f82b0b9c3565aabb0f1ebf168"/></dir><dir name="pt_BR"><file name="Smart2Pay_Globalpay.csv" hash="dd51daad3cad2a1f831fd40384895757"/></dir><dir name="pt_PT"><file name="Smart2Pay_Globalpay.csv" hash="dd51daad3cad2a1f831fd40384895757"/></dir></target></contents>
|
113 |
<compatible/>
|
114 |
+
<dependencies><required><php><min>5.2.6</min><max>5.7.0</max></php></required></dependencies>
|
115 |
</package>
|
skin/adminhtml/default/default/images/smart2pay/methods/1053_credit_cards.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/1054_BII-VA.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/1055_Kartuku.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/1056_Cimb_Clicks.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/1057_Mandiri_ecash.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/1058_IB_Muamalat.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/1059_T-cash.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/1060_Indosat_Dompetku.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/1061_Mandiri_atm_automatic.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/1062_pay4me.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/1063_Danamon.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/degica_bank_transfer.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/degica_cards.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/degica_kombini.png
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/degica_payeasy.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/degica_webmoney.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/gcashlogo.jpg
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/index.php
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* 2007-2014 PrestaShop
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-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 license@prestashop.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 PrestaShop to newer
|
18 |
+
* versions in the future. If you wish to customize PrestaShop for your
|
19 |
+
* needs please refer to http://www.prestashop.com for more information.
|
20 |
+
*
|
21 |
+
* @author PrestaShop SA <contact@prestashop.com>
|
22 |
+
* @copyright 2007-2014 PrestaShop SA
|
23 |
+
* @version Release: $Revision$
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
* International Registered Trademark & Property of PrestaShop SA
|
26 |
+
*/
|
27 |
+
|
28 |
+
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
29 |
+
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
30 |
+
|
31 |
+
header('Cache-Control: no-store, no-cache, must-revalidate');
|
32 |
+
header('Cache-Control: post-check=0, pre-check=0', false);
|
33 |
+
header('Pragma: no-cache');
|
34 |
+
|
35 |
+
header('Location: ../');
|
36 |
+
exit;
|
skin/adminhtml/default/default/images/smart2pay/methods/klarna.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/klarna_checkout.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/pay_by_mobile_v1.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/skrill.jpg
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/voguepay.gif
ADDED
Binary file
|
skin/adminhtml/default/default/images/smart2pay/methods/webmoney.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/1053_credit_cards.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/1054_BII-VA.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/1055_Kartuku.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/1056_Cimb_Clicks.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/1057_Mandiri_ecash.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/1058_IB_Muamalat.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/1059_T-cash.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/1060_Indosat_Dompetku.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/1061_Mandiri_atm_automatic.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/1062_pay4me.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/1063_Danamon.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/degica_bank_transfer.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/degica_cards.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/degica_kombini.png
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/degica_payeasy.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/degica_webmoney.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/gcashlogo.jpg
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/index.php
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* 2007-2014 PrestaShop
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-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 license@prestashop.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 PrestaShop to newer
|
18 |
+
* versions in the future. If you wish to customize PrestaShop for your
|
19 |
+
* needs please refer to http://www.prestashop.com for more information.
|
20 |
+
*
|
21 |
+
* @author PrestaShop SA <contact@prestashop.com>
|
22 |
+
* @copyright 2007-2014 PrestaShop SA
|
23 |
+
* @version Release: $Revision$
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
* International Registered Trademark & Property of PrestaShop SA
|
26 |
+
*/
|
27 |
+
|
28 |
+
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
29 |
+
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
30 |
+
|
31 |
+
header('Cache-Control: no-store, no-cache, must-revalidate');
|
32 |
+
header('Cache-Control: post-check=0, pre-check=0', false);
|
33 |
+
header('Pragma: no-cache');
|
34 |
+
|
35 |
+
header('Location: ../');
|
36 |
+
exit;
|
skin/frontend/base/default/images/smart2pay/methods/klarna.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/klarna_checkout.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/pay_by_mobile_v1.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/skrill.jpg
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/voguepay.gif
ADDED
Binary file
|
skin/frontend/base/default/images/smart2pay/methods/webmoney.gif
ADDED
Binary file
|