Version Notes
Added Country
Download this release
Release Info
Developer | Magento Core Team |
Extension | Suregifts_gift |
Version | 1.9.1 |
Comparing to | |
See all releases |
Code changes from version 1.5.1 to 1.9.1
- app/code/community/Suregifts/Giftcardapi/Model/Observer.php +19 -2
- app/code/community/Suregifts/Giftcardapi/controllers/IndexController.php +20 -2
- app/design/frontend/base/default/layout/giftcardapi.xml +0 -59
- app/design/frontend/base/default/template/giftcardapi/discount.phtml +0 -36
- app/etc/modules/Suregifts_Giftcardapi.xml +0 -9
- app/locale/en_US/Suregifts_Giftcardapi.csv +0 -81
- package.xml +11 -13
app/code/community/Suregifts/Giftcardapi/Model/Observer.php
CHANGED
@@ -42,9 +42,26 @@ class Suregifts_Giftcardapi_Model_Observer {
|
|
42 |
|
43 |
|
44 |
if ($mode == 1 ){
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
}else{
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
}
|
49 |
|
50 |
$header= array();
|
42 |
|
43 |
|
44 |
if ($mode == 1 ){
|
45 |
+
if(strlen($data['giftcard']) == 9){
|
46 |
+
$ch = curl_init('http://kenyastaging.oms-suregifts.com/api/voucherredemption');
|
47 |
+
}
|
48 |
+
elseif(strlen($data['giftcard']) == 8){
|
49 |
+
$ch = curl_init("http://sandbox.oms-suregifts.com/api/voucherredemption");
|
50 |
+
}
|
51 |
+
else{
|
52 |
+
|
53 |
+
}
|
54 |
+
|
55 |
}else{
|
56 |
+
if(strlen($data['giftcard']) == 9){
|
57 |
+
$ch = curl_init('http://kenya.oms-suregifts.com/api/voucherredemption');
|
58 |
+
}
|
59 |
+
elseif(strlen($data['giftcard']) == 8){
|
60 |
+
$ch = curl_init("https://oms-suregifts.com/api/voucherredemption");
|
61 |
+
}
|
62 |
+
else{
|
63 |
+
|
64 |
+
}
|
65 |
}
|
66 |
|
67 |
$header= array();
|
app/code/community/Suregifts/Giftcardapi/controllers/IndexController.php
CHANGED
@@ -55,9 +55,27 @@ class Suregifts_Giftcardapi_IndexController extends Mage_Core_Controller_Front_A
|
|
55 |
$auth = $username.':'.$password;
|
56 |
|
57 |
if ($mode == 1 ){
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
}else{
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
}
|
62 |
|
63 |
curl_setopt($ch, CURLOPT_POST, false);
|
55 |
$auth = $username.':'.$password;
|
56 |
|
57 |
if ($mode == 1 ){
|
58 |
+
//Testing Bed
|
59 |
+
if(strlen($data['giftcard']) == 9){
|
60 |
+
$ch = curl_init("http://kenyastaging.oms-suregifts.com/api/voucherredemption?vouchercode=".$data['giftcard']);
|
61 |
+
}
|
62 |
+
elseif(strlen($data['giftcard']) == 8){
|
63 |
+
$ch = curl_init("http://sandbox.oms-suregifts.com/api/voucherredemption?vouchercode=" .$data['giftcard']);
|
64 |
+
}else{
|
65 |
+
|
66 |
+
}
|
67 |
+
|
68 |
}else{
|
69 |
+
//LIVE bed
|
70 |
+
if(strlen($data['giftcard']) == 9){
|
71 |
+
$ch = curl_init("http://kenya.oms-suregifts.com/api/voucherredemption?vouchercode=".$data['giftcard']);
|
72 |
+
}
|
73 |
+
elseif(strlen($data['giftcard']) == 8){
|
74 |
+
$ch = curl_init("https://oms-suregifts.com/api/voucherredemption?vouchercode=" . $data['giftcard']);
|
75 |
+
}
|
76 |
+
else{
|
77 |
+
|
78 |
+
}
|
79 |
}
|
80 |
|
81 |
curl_setopt($ch, CURLOPT_POST, false);
|
app/design/frontend/base/default/layout/giftcardapi.xml
DELETED
@@ -1,59 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<layout version="0.1.0">
|
3 |
-
<checkout_cart_index>
|
4 |
-
<reference name="checkout.cart">
|
5 |
-
<action method="chooseTemplate"/>
|
6 |
-
<!--<action method="setCartTemplate"><value>giftcardapi/checkout/cart.phtml</value></action>-->
|
7 |
-
<block type="giftcardapi/discount" name="discount" before="-" after="checkout_discount" template="giftcardapi/discount.phtml" />
|
8 |
-
</reference>
|
9 |
-
</checkout_cart_index>
|
10 |
-
<sales_order_view>
|
11 |
-
<reference name="order_totals">
|
12 |
-
<block type="giftcardapi/sales_order_totals_discount" name="giftcardapi" />
|
13 |
-
</reference>
|
14 |
-
</sales_order_view>
|
15 |
-
|
16 |
-
<sales_order_print>
|
17 |
-
<reference name="order_totals">
|
18 |
-
<block type="giftcardapi/sales_order_totals_discount" name="giftcardapi" />
|
19 |
-
</reference>
|
20 |
-
</sales_order_print>
|
21 |
-
|
22 |
-
<sales_email_order_items>
|
23 |
-
<reference name="order_totals">
|
24 |
-
<block type="giftcardapi/sales_order_totals_discount" name="giftcardapi" />
|
25 |
-
</reference>
|
26 |
-
</sales_email_order_items>
|
27 |
-
|
28 |
-
<sales_order_invoice>
|
29 |
-
<reference name="invoice_totals">
|
30 |
-
<block type="giftcardapi/sales_order_totals_discount" name="giftcardapi" />
|
31 |
-
</reference>
|
32 |
-
</sales_order_invoice>
|
33 |
-
<sales_order_printinvoice>
|
34 |
-
<reference name="invoice_totals">
|
35 |
-
<block type="giftcardapi/sales_order_totals_discount" name="giftcardapi" />
|
36 |
-
</reference>
|
37 |
-
</sales_order_printinvoice>
|
38 |
-
<sales_email_order_invoice_items>
|
39 |
-
<reference name="invoice_totals">
|
40 |
-
<block type="giftcardapi/sales_order_totals_discount" name="giftcardapi" />
|
41 |
-
</reference>
|
42 |
-
</sales_email_order_invoice_items>
|
43 |
-
|
44 |
-
<sales_order_creditmemo>
|
45 |
-
<reference name="creditmemo_totals">
|
46 |
-
<block type="giftcardapi/sales_order_totals_discount" name="giftcardapi" />
|
47 |
-
</reference>
|
48 |
-
</sales_order_creditmemo>
|
49 |
-
<sales_order_printcreditmemo>
|
50 |
-
<reference name="creditmemo_totals">
|
51 |
-
<block type="giftcardapi/sales_order_totals_discount" name="giftcardapi" />
|
52 |
-
</reference>
|
53 |
-
</sales_order_printcreditmemo>
|
54 |
-
<sales_email_order_creditmemo_items>
|
55 |
-
<reference name="creditmemo_totals">
|
56 |
-
<block type="giftcardapi/sales_order_totals_discount" name="giftcardapi" />
|
57 |
-
</reference>
|
58 |
-
</sales_email_order_creditmemo_items>
|
59 |
-
</layout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/base/default/template/giftcardapi/discount.phtml
DELETED
@@ -1,36 +0,0 @@
|
|
1 |
-
|
2 |
-
<form method="post" action="<?php echo $this->getUrl('giftcardapi/index/discountPost') ?>" id="giftcard-discount-form">
|
3 |
-
<input type="hidden" name="remove" id="remove-discount" value="0" />
|
4 |
-
|
5 |
-
<div class="discount">
|
6 |
-
<h2><?php echo $this->__('SureGifts Card')?></h2>
|
7 |
-
<div class="discount-form">
|
8 |
-
<label for="giftcard"><?php echo $this->__('<a href="http://suregifts.com.ng" target="_blank">SureGifts</a> card code')?></label>
|
9 |
-
<div class="input-box">
|
10 |
-
<input value="" name="giftcard" id="giftcard" class="input-text">
|
11 |
-
</div>
|
12 |
-
<div class="buttons-set">
|
13 |
-
<button value="<?php echo $this->__('Update Order')?>" onclick="giftcardDiscountForm.submit(false)" class="button" title="<?php echo $this->__('Update Order')?>" type="button"><span><span><?php echo $this->__('Update Order')?></span></span></button>
|
14 |
-
<?php if(Mage::getSingleton('checkout/session')->getUseGiftcardapiDiscount()):?>
|
15 |
-
<button type="button" title="<?php echo $this->__('Cancel Gift Discount') ?>" class="button" onclick="giftcardDiscountForm.submit(true)" value="<?php echo $this->__('Cancel Discount') ?>"><span><span><?php echo $this->__('Cancel Discount') ?></span></span></button>
|
16 |
-
<?php endif;?>
|
17 |
-
</div>
|
18 |
-
</div>
|
19 |
-
</div>
|
20 |
-
</form>
|
21 |
-
<script type="text/javascript">
|
22 |
-
//<![CDATA[
|
23 |
-
var giftcardDiscountForm = new VarienForm('giftcard-discount-form');
|
24 |
-
giftcardDiscountForm.submit = function (isRemove) {
|
25 |
-
if (isRemove) {
|
26 |
-
$('giftcard').removeClassName('required-entry');
|
27 |
-
$('remove-discount').value = "1";
|
28 |
-
} else {
|
29 |
-
// $('giftcard').addClassName('required-entry');
|
30 |
-
$('remove-discount').value = "0";
|
31 |
-
}
|
32 |
-
return VarienForm.prototype.submit.bind(giftcardDiscountForm)();
|
33 |
-
}
|
34 |
-
//]]>
|
35 |
-
</script>
|
36 |
-
<?php echo $this->getChildHtml('child');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/etc/modules/Suregifts_Giftcardapi.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<modules>
|
4 |
-
<Suregifts_Giftcardapi>
|
5 |
-
<active>true</active>
|
6 |
-
<codePool>community</codePool>
|
7 |
-
</Suregifts_Giftcardapi>
|
8 |
-
</modules>
|
9 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/en_US/Suregifts_Giftcardapi.csv
DELETED
@@ -1,81 +0,0 @@
|
|
1 |
-
'Name','Name'
|
2 |
-
'Email','Email'
|
3 |
-
'Priority','Priority'
|
4 |
-
'Description','Description'
|
5 |
-
'Product Price','Product Price'
|
6 |
-
'Status','Status'
|
7 |
-
'Enabled','Enabled'
|
8 |
-
'Disabled','Disabled'
|
9 |
-
'Group Information','Group Information'
|
10 |
-
'Manage Products','Manage Products'
|
11 |
-
'Save Group','Save Group'
|
12 |
-
'Delete Group','Delete Group'
|
13 |
-
'Add Group','Add Group'
|
14 |
-
'Group Manager','Group Manager'
|
15 |
-
'Member Information','Member Information'
|
16 |
-
'View Packages','View Packages'
|
17 |
-
'Save Member','Save Member'
|
18 |
-
'Delete Member','Delete Member'
|
19 |
-
'Add Member','Add Member'
|
20 |
-
'View customer','View customer'
|
21 |
-
'Member Manager','Member Manager'
|
22 |
-
'View Member','View Member'
|
23 |
-
'Member Package Manager','Member Package Manager'
|
24 |
-
'Item information','Item information'
|
25 |
-
'Item Manager','Item Manager'
|
26 |
-
'Manage Groups','Manage Groups'
|
27 |
-
'Members','Members'
|
28 |
-
'Package Manager','Package Manager'
|
29 |
-
'Add Package','Add Package'
|
30 |
-
'Paymenthistory Manager','Paymenthistory Manager'
|
31 |
-
'Group News','Group News'
|
32 |
-
'Group does not exist','Group does not exist'
|
33 |
-
'Group was successfully saved','Group was successfully saved'
|
34 |
-
'Unable to find group to save','Unable to find group to save'
|
35 |
-
'Group was successfully deleted','Group was successfully deleted'
|
36 |
-
'Please select group(s)','Please select group(s)'
|
37 |
-
'Member does not exist','Member does not exist'
|
38 |
-
'Member was successfully saved','Member was successfully saved'
|
39 |
-
'Unable to find member to save','Unable to find member to save'
|
40 |
-
'Member was successfully deleted','Member was successfully deleted'
|
41 |
-
'Package does not exist','Package does not exist'
|
42 |
-
'Package was successfully saved','Package was successfully saved'
|
43 |
-
'Unable to find package to save','Unable to find package to save'
|
44 |
-
'Package was successfully deleted','Package was successfully deleted'
|
45 |
-
'Total of %d record(s) were successfully updated','Total of %d record(s) were successfully updated'
|
46 |
-
'Payment History','Payment History'
|
47 |
-
'Select All Products','Select All Products'
|
48 |
-
'-- Please Select --','-- Please Select --'
|
49 |
-
'Unselect All Products','Unselect All Products'
|
50 |
-
'Print This Page','Print This Page'
|
51 |
-
'Regular Price','Regular Price'
|
52 |
-
'Membership Price','Membership Price'
|
53 |
-
'You Saved','You Saved'
|
54 |
-
'Buy Now','Buy Now'
|
55 |
-
'Sign Up Now','Sign Up Now'
|
56 |
-
'Close Window','Close Window'
|
57 |
-
'Compare Membership Packages Price','Compare Membership Packages Price'
|
58 |
-
'View Membership Price','View Membership Price'
|
59 |
-
'Duration','Duration'
|
60 |
-
'Description','Description'
|
61 |
-
'Price','Price'
|
62 |
-
'View Detail','View Detail'
|
63 |
-
'Sign Up','Sign Up'
|
64 |
-
'month(s)','month(s)'
|
65 |
-
'Expire on %s','Expire on %s'
|
66 |
-
'There is no package available','There is no package available'
|
67 |
-
'Product','Product'
|
68 |
-
'View Product','View Product'
|
69 |
-
'Membership Infomation','Membership Infomation'
|
70 |
-
'My Packages','My Packages'
|
71 |
-
'You did not signup to any package.','You did not signup to any package.'
|
72 |
-
'Expired Date','Expired Date'
|
73 |
-
'Product Boughts','Product Boughts'
|
74 |
-
'Money Saved','Money Saved'
|
75 |
-
'Renew','Renew'
|
76 |
-
'Renew Now','Renew Now'
|
77 |
-
'Payment History','Payment History'
|
78 |
-
'Order Date','Order Date'
|
79 |
-
'Status','Status'
|
80 |
-
|
81 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,20 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
-
<name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>Suregifts
|
11 |
-
<notes>
|
12 |
-
|
13 |
-
|
14 |
-
<
|
15 |
-
<
|
16 |
-
<time>21:30:50</time>
|
17 |
-
<contents><target name="magecommunity"><dir name="Suregifts"><dir name="Giftcardapi"><dir name="Block"><file name="Discount.php" hash="2faf19df16f0eac5dc61ad21e128dde7"/><dir name="Sales"><dir name="Creditmemo"><dir name="Totals"><file name="Discount.php" hash="5f69bbd2bf97529fc7d4fb9511f2c0e6"/></dir></dir><dir name="Invoice"><dir name="Totals"><file name="Discount.php" hash="4d145f37816e4fc15e5c095e607a9f99"/></dir></dir><dir name="Order"><dir name="Totals"><file name="Discount.php" hash="f81ae9ba01669f5db613693af53c7c52"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="531b91ff1c759a605e9a97233e0b3fc7"/></dir><dir name="Model"><dir name="Creditmemo"><file name="Total.php" hash="c6d482ce1543369fbbf7389e89e5569e"/></dir><file name="Giftcardapi.php" hash="fecd7b34b69298a9ab04af6b85129fe7"/><dir name="Invoice"><dir name="Total"><file name="Giftcardapi.php" hash="87d426b08a4403ed46f7ee108cd01322"/><file name="Tax.php" hash="4850403ee908c7019f770ddb982889e5"/></dir></dir><file name="Observer.php" hash="bcaed1c4fe2364d63cea7747e1deee9b"/><dir name="Quote"><dir name="Total"><file name="Giftcardapi.php" hash="3c5d5f5d0d6517a176d7563960b08714"/><file name="Tax.php" hash="8ab99227fc0f52a209a7e68c2a400f7c"/></dir></dir><dir name="Source"><file name="Discount.php" hash="2fb6a3ccac3608681650414570c13a86"/></dir><file name="Status.php" hash="c497955ef14589b8e5c066b660e1fbd4"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExtendoController.php" hash="13fc78a452f1a9f4b26f9701dba7a94a"/></dir><file name="IndexController.php" hash="57cee34d18ae1adaf178c435d6f7d759"/></dir><dir name="etc"><file name="config.xml" hash="0bd3ea874e2d10d8aeeb60a02219f84c"/><file name="system.xml" hash="becb8a7cb3823a0cdf00892f33614e88"/></dir><dir name="sql"><dir name="giftcardapi_setup"><file name="mysql4-install-0.1.0.php" hash="8c8ea981a81cf84c52b864438a10db1a"/><file name="mysql4-upgrade-0.4.2-0.4.3.php" hash="8c8ea981a81cf84c52b864438a10db1a"/><file name="mysql4-upgrade-0.4.3-0.4.4.php" hash="37d346ce4aee03d14a22c91c383a03bc"/><file name="mysql4-upgrade-0.4.4-0.4.5.php" hash="c6211165f64dd1047340127e462531ba"/></dir></dir></dir></dir></target><target name="magelocale"><dir><dir name="en_US"><file name="Suregifts_Giftcardapi.csv" hash="51ff5879f9decb522e0d0236079774a2"/></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="giftcardapi.xml" hash="7f2125c1e63bb5159207fb3932ac83a4"/></dir><dir name="template"><dir name="giftcardapi"><file name="discount.phtml" hash="c8b08b0f45da91c1dff6aad9cf51222b"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Suregifts_Giftcardapi.xml" hash="4c9d919bf7e805947e30ce53e4536e5b"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
-
<dependencies
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
+
<name>SuregiftsCardPlugin</name>
|
4 |
+
<version>1.9.1</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="www.suregifts.com.ng">GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>This extension allows you to integrate your store with SureGifts giftcard system.</summary>
|
10 |
+
<description>SureGifts giftcard extension allows you to integrate your store with the SureGifts gift card system. This allows your customers to apply the suregifts gift card codes on checkout to give them some discount on their cart. Suregifts card code is available on the SureGifts website. The detailed flow of the gift card checkout process is shown below; Integrates SureGifts gift card codes with your store’s coupon/discount field on cart/checkout page To activate: 1.Register your online store as a merchant to obtain authentication details by filling the contact form at www.suregifts.com.ng/partner-merchant 2. Systems -> Configurations ->; SureGifts Checkout -> Options; to authenticate with your store's unique username and password 3 The extension creates a new form on the cart page of your store where customer's can enter their SureGifts card code. 4 The code is validated against the SureGifts card system and the corresponding discount is applied.</description>
|
11 |
+
<notes>Added Country</notes>
|
12 |
+
<authors><author><name>Suregifts</name><user>auto-converted</user><email>hello@suregifts.com.ng</email></author></authors>
|
13 |
+
<date>2016-01-08</date>
|
14 |
+
<time>12:02:48</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Suregifts"><dir name="Giftcardapi"><dir name="Block"><dir name="Sales"><dir name="Creditmemo"><dir name="Totals"><file name="Discount.php" hash="5f69bbd2bf97529fc7d4fb9511f2c0e6"/></dir></dir><dir name="Invoice"><dir name="Totals"><file name="Discount.php" hash="4d145f37816e4fc15e5c095e607a9f99"/></dir></dir><dir name="Order"><dir name="Totals"><file name="Discount.php" hash="f81ae9ba01669f5db613693af53c7c52"/></dir></dir></dir><file name="Discount.php" hash="2faf19df16f0eac5dc61ad21e128dde7"/></dir><dir name="Helper"><file name="Data.php" hash="531b91ff1c759a605e9a97233e0b3fc7"/></dir><dir name="Model"><dir name="Creditmemo"><file name="Total.php" hash="c6d482ce1543369fbbf7389e89e5569e"/></dir><dir name="Invoice"><dir name="Total"><file name="Giftcardapi.php" hash="87d426b08a4403ed46f7ee108cd01322"/><file name="Tax.php" hash="4850403ee908c7019f770ddb982889e5"/></dir></dir><dir name="Quote"><dir name="Total"><file name="Giftcardapi.php" hash="3c5d5f5d0d6517a176d7563960b08714"/><file name="Tax.php" hash="8ab99227fc0f52a209a7e68c2a400f7c"/></dir></dir><dir name="Source"><file name="Discount.php" hash="2fb6a3ccac3608681650414570c13a86"/></dir><file name="Giftcardapi.php" hash="fecd7b34b69298a9ab04af6b85129fe7"/><file name="Observer.php" hash="e4b8b2da2d175120052211694b5086f3"/><file name="Status.php" hash="c497955ef14589b8e5c066b660e1fbd4"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExtendoController.php" hash="13fc78a452f1a9f4b26f9701dba7a94a"/></dir><file name="IndexController.php" hash="53d28a8ba1b60db1a24c1bab11aeabbe"/></dir><dir name="etc"><file name="config.xml" hash="0bd3ea874e2d10d8aeeb60a02219f84c"/><file name="system.xml" hash="becb8a7cb3823a0cdf00892f33614e88"/></dir><dir name="sql"><dir name="giftcardapi_setup"><file name="mysql4-install-0.1.0.php" hash="8c8ea981a81cf84c52b864438a10db1a"/><file name="mysql4-upgrade-0.4.2-0.4.3.php" hash="8c8ea981a81cf84c52b864438a10db1a"/><file name="mysql4-upgrade-0.4.3-0.4.4.php" hash="37d346ce4aee03d14a22c91c383a03bc"/><file name="mysql4-upgrade-0.4.4-0.4.5.php" hash="c6211165f64dd1047340127e462531ba"/></dir></dir></dir></dir></target></contents>
|
|
|
|
|
16 |
<compatible/>
|
17 |
+
<dependencies/>
|
18 |
</package>
|