PayRandom - Version 1.0.2

Version Notes

First version of PayRandom Extension

Download this release

Release Info

Developer PayRandom
Extension PayRandom
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

app/design/frontend/base/default/layout/prpayment.xml CHANGED
@@ -11,37 +11,8 @@
11
  <name>css/prpayment/prpayment.css</name>
12
  </action>
13
  </reference>
14
- </default>
15
 
16
- <catalog_category_default>
17
- <reference name="product_list">
18
- <action method="setTemplate">
19
- <template>prpayment/catalog/product/list.phtml</template>
20
- </action>
21
- </reference>
22
- </catalog_category_default>
23
- <catalog_category_layered>
24
- <reference name="product_list">
25
- <action method="setTemplate">
26
- <template>prpayment/catalog/product/list.phtml</template>
27
- </action>
28
- </reference>
29
- </catalog_category_layered>
30
- <catalogsearch_result_index>
31
- <reference name="search_result_list">
32
- <action method="setTemplate">
33
- <template>prpayment/catalog/product/list.phtml</template>
34
- </action>
35
- </reference>
36
- </catalogsearch_result_index>
37
-
38
- <catalogsearch_advanced_result>
39
- <reference name="search_result_list">
40
- <action method="setTemplate">
41
- <template>prpayment/catalog/product/list.phtml</template>
42
- </action>
43
- </reference>
44
- </catalogsearch_advanced_result>
45
  <PRODUCT_TYPE_simple>
46
  <reference name="product.info.simple">
47
  <action method="setTemplate">
@@ -118,4 +89,4 @@
118
  </action>
119
  </reference>
120
  </onestepcheckout_ajax_save_billing>
121
- </layout>
11
  <name>css/prpayment/prpayment.css</name>
12
  </action>
13
  </reference>
14
+ </default>
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  <PRODUCT_TYPE_simple>
17
  <reference name="product.info.simple">
18
  <action method="setTemplate">
89
  </action>
90
  </reference>
91
  </onestepcheckout_ajax_save_billing>
92
+ </layout>
app/design/frontend/base/default/template/prpayment/checkout/onepage/review/item.phtml CHANGED
@@ -1,4 +1,5 @@
1
  <?php $_item = $this->getItem()?>
 
2
  <tr>
3
  <td><h3 class="product-name"><?php echo $this->htmlEscape($this->getProductName()) ?></h3>
4
  <?php if ($_options = $this->getOptionList()):?>
@@ -31,6 +32,7 @@
31
  <span class="cart-price">
32
  <?php endif; ?>
33
 
 
34
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
35
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $this->getMaximumDiscount()) * ($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition())); ?>
36
  <?php echo $this->__('a'); ?>
@@ -40,6 +42,10 @@
40
  <?php echo $this->__('a'); ?>
41
  <?php echo $this->helper('checkout')->formatPrice((1 - $this->getMinimumDiscount()) * $_item->getCalculationPrice()) ?>
42
  <?php endif; ?>
 
 
 
 
43
 
44
  </span>
45
 
@@ -83,11 +89,20 @@
83
  <span class="cart-price">
84
  <?php endif; ?>
85
 
 
86
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
87
- <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?>
 
 
88
  <?php else: ?>
89
- <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
 
 
90
  <?php endif; ?>
 
 
 
 
91
 
92
  </span>
93
  <?php if (Mage::helper('weee')->getApplied($_item)): ?>
@@ -129,6 +144,7 @@
129
  <span class="cart-price">
130
  <?php endif; ?>
131
 
 
132
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
133
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $this->getMaximumDiscount()) * ($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition())); ?>
134
  <?php echo $this->__('a'); ?>
@@ -138,6 +154,10 @@
138
  <?php echo $this->__('a'); ?>
139
  <?php echo $this->helper('checkout')->formatPrice((1 - $this->getMinimumDiscount()) * $_item->getRowTotal()) ?>
140
  <?php endif; ?>
 
 
 
 
141
 
142
  </span>
143
  <?php if (Mage::helper('weee')->getApplied($_item)): ?>
@@ -179,11 +199,20 @@
179
  <span class="cart-price">
180
  <?php endif; ?>
181
 
 
182
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
183
- <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
 
 
184
  <?php else: ?>
185
- <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
 
 
186
  <?php endif; ?>
 
 
 
 
187
 
188
  </span>
189
 
@@ -219,3 +248,13 @@
219
  </td>
220
  <?php endif; ?>
221
  </tr>
 
 
 
 
 
 
 
 
 
 
1
  <?php $_item = $this->getItem()?>
2
+ <?php $cartDeal = PayRandom_PRPayment_Helper_Data::getCartDeal(); ?>
3
  <tr>
4
  <td><h3 class="product-name"><?php echo $this->htmlEscape($this->getProductName()) ?></h3>
5
  <?php if ($_options = $this->getOptionList()):?>
32
  <span class="cart-price">
33
  <?php endif; ?>
34
 
35
+ <span class="prpayment-interval-price">
36
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
37
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $this->getMaximumDiscount()) * ($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition())); ?>
38
  <?php echo $this->__('a'); ?>
42
  <?php echo $this->__('a'); ?>
43
  <?php echo $this->helper('checkout')->formatPrice((1 - $this->getMinimumDiscount()) * $_item->getCalculationPrice()) ?>
44
  <?php endif; ?>
45
+ </span>
46
+ <span class="prpayment-fixed-price" style="display:none;">
47
+ <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getFixedDiscount()) * $_item->getCalculationPrice()); ?>
48
+ </span>
49
 
50
  </span>
51
 
89
  <span class="cart-price">
90
  <?php endif; ?>
91
 
92
+ <span class="prpayment-interval-price">
93
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
94
+ <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $this->getMaximumDiscount()) * ($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition())); ?>
95
+ <?php echo $this->__('a'); ?>
96
+ <?php echo $this->helper('checkout')->formatPrice((1 - $this->getMinimumDiscount()) * ($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition())); ?>
97
  <?php else: ?>
98
+ <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $this->getMaximumDiscount()) * $_item->getCalculationPrice()) ?>
99
+ <?php echo $this->__('a'); ?>
100
+ <?php echo $this->helper('checkout')->formatPrice((1 - $this->getMinimumDiscount()) * $_item->getCalculationPrice()) ?>
101
  <?php endif; ?>
102
+ </span>
103
+ <span class="prpayment-fixed-price" style="display:none;">
104
+ <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getFixedDiscount()) * $_item->getCalculationPrice()); ?>
105
+ </span>
106
 
107
  </span>
108
  <?php if (Mage::helper('weee')->getApplied($_item)): ?>
144
  <span class="cart-price">
145
  <?php endif; ?>
146
 
147
+ <span class="prpayment-interval-price">
148
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
149
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $this->getMaximumDiscount()) * ($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition())); ?>
150
  <?php echo $this->__('a'); ?>
154
  <?php echo $this->__('a'); ?>
155
  <?php echo $this->helper('checkout')->formatPrice((1 - $this->getMinimumDiscount()) * $_item->getRowTotal()) ?>
156
  <?php endif; ?>
157
+ </span>
158
+ <span class="prpayment-fixed-price" style="display:none;">
159
+ <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getFixedDiscount()) * $_item->getRowTotal()); ?>
160
+ </span>
161
 
162
  </span>
163
  <?php if (Mage::helper('weee')->getApplied($_item)): ?>
199
  <span class="cart-price">
200
  <?php endif; ?>
201
 
202
+ <span class="prpayment-interval-price">
203
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
204
+ <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $this->getMaximumDiscount()) * ($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition())); ?>
205
+ <?php echo $this->__('a'); ?>
206
+ <?php echo $this->helper('checkout')->formatPrice((1 - $this->getMinimumDiscount()) * ($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition())); ?>
207
  <?php else: ?>
208
+ <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $this->getMaximumDiscount()) * $_item->getRowTotal()) ?>
209
+ <?php echo $this->__('a'); ?>
210
+ <?php echo $this->helper('checkout')->formatPrice((1 - $this->getMinimumDiscount()) * $_item->getRowTotal()) ?>
211
  <?php endif; ?>
212
+ </span>
213
+ <span class="prpayment-fixed-price" style="display:none;">
214
+ <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getFixedDiscount()) * $_item->getRowTotal()); ?>
215
+ </span>
216
 
217
  </span>
218
 
248
  </td>
249
  <?php endif; ?>
250
  </tr>
251
+ <script type="text/javascript">
252
+ if ($$('input:checked[name="payment[radio_fixed_price]"]')[0].value == "2") {
253
+ $$(".prpayment-fixed-price").each(Element.show);
254
+ $$(".prpayment-interval-price").each(Element.hide);
255
+ }
256
+ else {
257
+ $$(".prpayment-fixed-price").each(Element.hide);
258
+ $$(".prpayment-interval-price").each(Element.show);
259
+ }
260
+ </script>
app/design/frontend/base/default/template/prpayment/tax/checkout/grandtotal.phtml CHANGED
@@ -31,9 +31,16 @@
31
  <strong><?php echo $this->getTotal()->getTitle() ?></strong>
32
  </td>
33
  <td style="<?php echo $this->getStyle() ?>" class="a-right">
34
- <strong>
35
- <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $cartDeal->getMaximumDiscount()) * $subTotal + $shipping) . ' ' . $this->__('a') . ' ' . $this->helper('checkout')->formatPrice((1 - $cartDeal->getMinimumDiscount()) * $subTotal + $shipping) ?>
36
- </strong>
 
 
 
 
 
 
 
37
  </td>
38
  </tr>
39
  <?php endif;?>
31
  <strong><?php echo $this->getTotal()->getTitle() ?></strong>
32
  </td>
33
  <td style="<?php echo $this->getStyle() ?>" class="a-right">
34
+ <span class="prpayment-interval-price">
35
+ <strong>
36
+ <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $cartDeal->getMaximumDiscount()) * $subTotal + $shipping) . ' ' . $this->__('a') . ' ' . $this->helper('checkout')->formatPrice((1 - $cartDeal->getMinimumDiscount()) * $subTotal + $shipping) ?>
37
+ </strong>
38
+ </span>
39
+ <span class="prpayment-fixed-price" style="display:none;">
40
+ <strong>
41
+ <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getFixedDiscount()) * $subTotal + $shipping); ?>
42
+ </strong>
43
+ </span>
44
  </td>
45
  </tr>
46
  <?php endif;?>
app/design/frontend/base/default/template/prpayment/tax/checkout/subtotal.phtml CHANGED
@@ -7,9 +7,14 @@
7
  <?php echo $this->helper('tax')->__('Subtotal (Excl. Tax)') ?>
8
  </td>
9
  <td style="<?php echo $this->getStyle() ?>" class="a-right">
 
10
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $cartDeal->getMaximumDiscount()) * $this->getTotal()->getValueExclTax()) ?>
11
  <?php echo $this->__('a'); ?>
12
  <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getMinimumDiscount()) * $this->getTotal()->getValueExclTax()) ?>
 
 
 
 
13
  </td>
14
  </tr>
15
  <tr>
@@ -17,9 +22,14 @@
17
  <?php echo $this->helper('tax')->__('Subtotal (Incl. Tax)') ?>
18
  </td>
19
  <td style="<?php echo $this->getStyle() ?>" class="a-right">
 
20
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $cartDeal->getMaximumDiscount()) * $this->getTotal()->getValueInclTax()) ?>
21
  <?php echo $this->__('a'); ?>
22
  <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getMinimumDiscount()) * $this->getTotal()->getValueInclTax()) ?>
 
 
 
 
23
  </td>
24
  </tr>
25
  <?php else : ?>
@@ -28,9 +38,14 @@
28
  <?php echo $this->getTotal()->getTitle() ?>
29
  </td>
30
  <td style="<?php echo $this->getStyle() ?>" class="a-right">
 
31
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $cartDeal->getMaximumDiscount()) * $this->getTotal()->getValue()) ?>
32
  <?php echo $this->__('a'); ?>
33
  <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getMinimumDiscount()) * $this->getTotal()->getValue()) ?>
 
 
 
 
34
  </td>
35
  </tr>
36
  <?php endif;?>
7
  <?php echo $this->helper('tax')->__('Subtotal (Excl. Tax)') ?>
8
  </td>
9
  <td style="<?php echo $this->getStyle() ?>" class="a-right">
10
+ <span class="prpayment-interval-price">
11
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $cartDeal->getMaximumDiscount()) * $this->getTotal()->getValueExclTax()) ?>
12
  <?php echo $this->__('a'); ?>
13
  <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getMinimumDiscount()) * $this->getTotal()->getValueExclTax()) ?>
14
+ </span>
15
+ <span class="prpayment-fixed-price" style="display:none;">
16
+ <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getFixedDiscount()) * $this->getTotal()->getValueExclTax()) ?>
17
+ </span>
18
  </td>
19
  </tr>
20
  <tr>
22
  <?php echo $this->helper('tax')->__('Subtotal (Incl. Tax)') ?>
23
  </td>
24
  <td style="<?php echo $this->getStyle() ?>" class="a-right">
25
+ <span class="prpayment-interval-price">
26
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $cartDeal->getMaximumDiscount()) * $this->getTotal()->getValueInclTax()) ?>
27
  <?php echo $this->__('a'); ?>
28
  <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getMinimumDiscount()) * $this->getTotal()->getValueInclTax()) ?>
29
+ </span>
30
+ <span class="prpayment-fixed-price" style="display:none;">
31
+ <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getFixedDiscount()) * $this->getTotal()->getValueInclTax()) ?>
32
+ </span>
33
  </td>
34
  </tr>
35
  <?php else : ?>
38
  <?php echo $this->getTotal()->getTitle() ?>
39
  </td>
40
  <td style="<?php echo $this->getStyle() ?>" class="a-right">
41
+ <span class="prpayment-interval-price">
42
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice((1 - $cartDeal->getMaximumDiscount()) * $this->getTotal()->getValue()) ?>
43
  <?php echo $this->__('a'); ?>
44
  <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getMinimumDiscount()) * $this->getTotal()->getValue()) ?>
45
+ </span>
46
+ <span class="prpayment-fixed-price" style="display:none;">
47
+ <?php echo $this->helper('checkout')->formatPrice((1 - $cartDeal->getFixedDiscount()) * $this->getTotal()->getValue()) ?>
48
+ </span>
49
  </td>
50
  </tr>
51
  <?php endif;?>
app/design/frontend/base/default/template/prpayment/tax/checkout/tax.phtml CHANGED
@@ -55,6 +55,10 @@
55
  <?php $_min_price_without_tax = $_min_price_with_tax / (1 + ($percent / 100));?>
56
  <?php $min_tax = $_min_price_with_tax - $_min_price_without_tax; ?>
57
 
 
 
 
 
58
  <?php foreach ($rates as $rate): ?>
59
  <tr class="summary-details-<?php echo $taxIter; ?> summary-details<?php if ($isTop): echo ' summary-details-first'; endif; ?>" style="display:none;">
60
  <td class="a-right" style="<?php echo $_style ?>" colspan="<?php echo $this->getColspan(); ?>">
@@ -66,9 +70,14 @@
66
  </td>
67
  <?php if ($isFirst): ?>
68
  <td style="<?php echo $_style ?>" class="a-right" rowspan="<?php echo count($rates); ?>">
 
69
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice($min_tax); ?>
70
  <?php echo $this->__('a'); ?>
71
  <?php echo $this->helper('checkout')->formatPrice($max_tax); ?>
 
 
 
 
72
  </td>
73
  <?php endif; ?>
74
  </tr>
@@ -87,8 +96,13 @@
87
  <?php endif;?>
88
  </td>
89
  <td style="<?php echo $_style ?>" class="a-right">
90
- <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice($min_tax); ?>
91
- <?php echo $this->__('a'); ?>
92
- <?php echo $this->helper('checkout')->formatPrice($max_tax); ?>
 
 
 
 
 
93
  </td>
94
  </tr>
55
  <?php $_min_price_without_tax = $_min_price_with_tax / (1 + ($percent / 100));?>
56
  <?php $min_tax = $_min_price_with_tax - $_min_price_without_tax; ?>
57
 
58
+ <?php $_fixed_price_with_tax = ((1 - $cartDeal->getFixedDiscount()) * ($total - $shipping));?>
59
+ <?php $_fixed_price_without_tax = $_fixed_price_with_tax / (1 + ($percent / 100));?>
60
+ <?php $fixed_tax = $_fixed_price_with_tax - $_fixed_price_without_tax; ?>
61
+
62
  <?php foreach ($rates as $rate): ?>
63
  <tr class="summary-details-<?php echo $taxIter; ?> summary-details<?php if ($isTop): echo ' summary-details-first'; endif; ?>" style="display:none;">
64
  <td class="a-right" style="<?php echo $_style ?>" colspan="<?php echo $this->getColspan(); ?>">
70
  </td>
71
  <?php if ($isFirst): ?>
72
  <td style="<?php echo $_style ?>" class="a-right" rowspan="<?php echo count($rates); ?>">
73
+ <span class="prpayment-interval-price">
74
  <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice($min_tax); ?>
75
  <?php echo $this->__('a'); ?>
76
  <?php echo $this->helper('checkout')->formatPrice($max_tax); ?>
77
+ </span>
78
+ <span class="prpayment-fixed-price" style="display:none;">
79
+ <?php echo $this->helper('checkout')->formatPrice($fixed_tax); ?>
80
+ </span>
81
  </td>
82
  <?php endif; ?>
83
  </tr>
96
  <?php endif;?>
97
  </td>
98
  <td style="<?php echo $_style ?>" class="a-right">
99
+ <span class="prpayment-interval-price">
100
+ <?php echo $this->__('de') . ' ' . $this->helper('checkout')->formatPrice($min_tax); ?>
101
+ <?php echo $this->__('a'); ?>
102
+ <?php echo $this->helper('checkout')->formatPrice($max_tax); ?>
103
+ </span>
104
+ <span class="prpayment-fixed-price" style="display:none;">
105
+ <?php echo $this->helper('checkout')->formatPrice($fixed_tax); ?>
106
+ </span>
107
  </td>
108
  </tr>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>PayRandom</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://docs.payrandom.com/license.txt">PayRandom EULA</license>
7
  <channel>community</channel>
@@ -18,9 +18,9 @@ The PayRandom Magento extension has very easy and flexible configuration. Defini
18
  </description>
19
  <notes>First version of PayRandom Extension</notes>
20
  <authors><author><name>PayRandom</name><user>PayRandom</user><email>it@payrandom.com</email></author></authors>
21
- <date>2014-05-27</date>
22
- <time>12:00:51</time>
23
- <contents><target name="magecommunity"><dir name="PayRandom"><dir name="PRPayment"><dir name="Block"><dir name="Adminhtml"><dir name="Deals"><dir name="Choose"><file name="Grid.php" hash="ec061d3b1bb6736fda14c6112c6d9180"/></dir><file name="Choose.php" hash="10d96478b62e82a3061021d5064d290d"/><dir name="Current"><file name="Grid.php" hash="c9a5a7c225996f62b56a46f3bae2438b"/></dir><file name="Current.php" hash="7c803f8b3eaba2ef9a59dbfd1a23e16d"/><dir name="Edit"><file name="Form.php" hash="3fdb136efba57275a8aad2da1a8bb1d8"/><dir name="Tab"><file name="Form.php" hash="1f3aad8b3b8a7f0fe2fbcf91b76f638e"/></dir><file name="Tabs.php" hash="bd75caf0e5c8c91788a251a41b1e3be3"/></dir><file name="Edit.php" hash="41e3bb79ba574d2ebd9e3c28adfb2a68"/><dir name="Predefined"><file name="Grid.php" hash="714fe9b96f2d0dd816b917edb32ed24f"/></dir><file name="Predefined.php" hash="5bbfb9af7ee7366be25ed3bf5aa06d29"/><dir name="Sold"><file name="Grid.php" hash="3aaf280afd9723d0c6bac1e49736581e"/></dir><file name="Sold.php" hash="d92cf88b0b8069182d65055a6fb1526f"/></dir><dir name="Renderer"><file name="Amount.php" hash="933f0b9c592e8822003035e170568ae7"/><file name="Attraction.php" hash="37a3c0bb2b56489edfe8c051e9446c82"/><file name="Balance.php" hash="c73257ad37f67e425b0de2f90344df14"/><file name="Discount.php" hash="2d766415283487a0ff15396bc33556d2"/><dir name="Fixed"><file name="Value.php" hash="862708174d77b15d091834c317c440e6"/></dir><file name="Option.php" hash="90060431bd574c47ee0264ce947e154d"/></dir></dir><dir name="Catalog"><dir name="Product"><file name="Grid.php" hash="bc1d6048c895ce6d40810227a12b98cf"/><file name="Renderer.php" hash="524c65c3bfb07489a4dd29a2f080af0d"/></dir></dir><dir name="Checkout"><dir name="Cart"><dir name="Item"><file name="Renderer.php" hash="609e2297cddc6849368d1dc8bc1f24dd"/></dir></dir><file name="Cart.php" hash="889215ccd3ad5f9ff94e11387e0f5abc"/><dir name="Onepage"><file name="Link.php" hash="4ccbdb30d2c33d6d8c4d800aab16c17a"/><file name="Payment.php" hash="fb064f0e9fa903c933176602951b2fb0"/><dir name="Review"><file name="Info.php" hash="17cc8e1f74bfe14614ed449559f1a065"/></dir><dir name="Shipping"><file name="Method.php" hash="ddf7ff811bbd7dbe0e400d1df4495f47"/></dir></dir></dir><dir name="Form"><file name="Prpayment.php" hash="6a779901a6fd77c68b99f128c0a9306e"/></dir><dir name="Product"><file name="Price.php" hash="a39bd1d0c2055854dc0c3b9e9502e2cb"/><file name="View.php" hash="d29e3ef952fba72f6699b2aef764d3e5"/></dir><dir name="Tax"><dir name="Checkout"><file name="Grandtotal.php" hash="d73afe8ccd5922532add0caeeac3233b"/><file name="Subtotal.php" hash="1be4da79b745aa37912db036a33ff125"/><file name="Tax.php" hash="3d935b65a8e0ef70ad0db82585b63926"/></dir></dir></dir><dir name="Helper"><dir name="Data"><file name="Api.php" hash="0a7760bba51586c371e6a4360b59f71c"/><file name="Data.php" hash="95303c70a7ccba6e1fdc15b961b34861"/></dir><file name="Data.php" hash="fa746683e9db49545e3829a697455518"/></dir><dir name="Model"><file name="Deal.php" hash="537c4041eb577650bc1d5c1372dc034c"/><file name="Dealproduct.php" hash="c966a33508f79fe921468f358572cf76"/><file name="Observer.php" hash="bfcbff0707d2574d3d867733df95f64b"/><file name="Predefineddeal.php" hash="5c736bbe4720bd4f482639616d0d8a63"/><file name="Productstatistics.php" hash="28cd4d60b117141b9c4b6a414e04113f"/><dir name="Resource"><dir name="Deal"><file name="Collection.php" hash="61fe437cc7cfa1d6ea77c112e44f6ecf"/></dir><file name="Deal.php" hash="f223ffab2a66b549f15ee4749f7622c3"/><dir name="Dealproduct"><file name="Collection.php" hash="eb155a1c8711d46ba9db7735f811c415"/></dir><file name="Dealproduct.php" hash="19b0242542caf7849588739e34945b1e"/><dir name="Predefineddeal"><file name="Collection.php" hash="d953e93ef475932a1095fbf881b66ad6"/></dir><file name="Predefineddeal.php" hash="38af309769889889c89013d7e49dae62"/><dir name="Productstatistics"><file name="Collection.php" hash="13bd0b2faea482ce1183b1c30c446162"/></dir><file name="Productstatistics.php" hash="fbd701977d216f28f621e59722d06bc7"/><file name="Setup.php" hash="b327add31afe9162c24b5dfd1b06ce00"/></dir><file name="Standard.php" hash="a2b5c9a2deba34b3070ff4498ebe00f6"/></dir><dir name="controllers"><file name="DealsController.php" hash="21f8adc4501a7ff1f26c2ae051fba33a"/><file name="InfoController.php" hash="96bae98409222c080c8565735420d284"/><file name="PaymentController.php" hash="3fda6ed2fa5ed2fa8bf6b0a25264ce0b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0b58e940181753164477dec0455a1348"/><file name="config.xml" hash="60de6aeda085d4bbd50242d4be67b601"/><file name="system.xml" hash="dfd67caad87b7b8c6dfd82ad4a65334c"/></dir><dir name="sql"><dir name="prpayment_setup"><file name="mysql4-install-0.1.0.php" hash="d6bf603584056482b491cc4a536bc7d3"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="prpayment.xml" hash="ac76542c7295ba12045f32b63d9d9660"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="template"><dir name="prpayment"><dir name="deal"><file name="design.phtml" hash="49e22aaef0a6dde0ea5f7f05d759b2a4"/></dir><file name="info.phtml" hash="2f9a25742a6337d9ecb17d783253ee43"/><file name="predefinedgrid.phtml" hash="e46771bf9dcb9f1422c4d646ea21469e"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="prpayment.xml" hash="d4dd2c11cb5fe5c1e15b8abb918cd866"/></dir><dir name="template"><dir name="prpayment"><file name="addtocart_pr.phtml" hash="aa3bf04e703543e5b99a6c70a1a8e059"/><dir name="catalog"><dir name="product"><file name="list.phtml" hash="0991f482eeeb4a81c0c51c5929032919"/><dir name="view"><file name="addtocart.phtml" hash="3ff238ba02085969de12866c343c80f9"/><dir name="type"><file name="default.phtml" hash="6c60f13f1c36b063699d0306ac2cfd95"/></dir></dir></dir></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="b9fe40f7315f4658b291a1090c38b0f9"/></dir></dir><file name="cart.phtml" hash="37f68ee4b94eb3ec2cde95497af5be94"/><dir name="onepage"><file name="link.phtml" hash="c21bc1dbc3dacdbe92cd67f958e5d3c9"/><file name="payment.phtml" hash="55014ab54566609d25ba9e04c5f90ae6"/><dir name="review"><file name="button.phtml" hash="95a6025399dc1a5aaee92418db1645e1"/><file name="item.phtml" hash="cddc602fbf397012a59226c6995fd1cc"/></dir><file name="shipping_method.phtml" hash="d64d7f019c9892d9518e8eb55bb1ee99"/></dir></dir><dir name="form"><file name="prpayment.phtml" hash="b4cc8f26a63e1dc429526bd1940967ca"/></dir><dir name="onestepcheckout"><file name="checkout.phtml" hash="e63249adb87ebd92a0395fb6eb5ba62e"/><file name="summary.phtml" hash="c09f843ac070e481bab86ed81772fd02"/></dir><file name="price.phtml" hash="997a7074af4fa5321f3b2723e93ffc28"/><file name="price_full.phtml" hash="5a2571b1db5a8f3a5fb77c1f9c97c1ed"/><file name="redirect.phtml" hash="ce19453190dd3da44307a9fff0fc28c6"/><file name="review.phtml" hash="348c7335e1cc6272fda82d387e925365"/><dir name="tax"><dir name="checkout"><file name="grandtotal.phtml" hash="e195a9a50a0b0f6ae8a2cc31499aa7ed"/><file name="subtotal.phtml" hash="3ba179826fe726b1dbaf2f28fd01980e"/><file name="tax.phtml" hash="1c1fafa4df110aaf7a2e77b4bc0dd1cc"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="PayRandom_PRPayment.xml" hash="5727f69a925695996b91b8c2d9ce7961"/></dir></target><target name="magelocale"><dir name="en_US"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="es_ES"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="en_AU"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="en_IE"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="en_NZ"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="en_CA"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="en_GB"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="es_AR"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_CL"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_CO"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_CR"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_MX"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_PA"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_PE"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_VE"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="prpayment"><file name="prpayment.css" hash="f74edce6be2fc686d40187a885b2569d"/></dir></dir><dir name="images"><dir name="prpayment"><file name="help.png" hash="3823cae9129bb395adc500da9c916e60"/><file name="information_excl.png" hash="5c579e56b01614427244ee2eb7fc3c39"/><file name="information_question.png" hash="1b7e201ebeb1488eac878972d713bddd"/><file name="lens.png" hash="3f3c5062fb252d4c36aa2c4e8e4bad46"/><file name="logo_pr.png" hash="70c26e9646f29cc9d20f0282255a7358"/><file name="logo_pr_150.png" hash="3c01749276daadc0264c4a2f76e6d31f"/><file name="logo_pr_min.png" hash="faa5607318a4374d4cf05e084395b9ea"/><file name="logo_pr_small.png" hash="28b30e484bb5c5d5edeeee0ff7abbf08"/><file name="logo_pr_white.png" hash="2647615b68e66afbfd95e47841f7708e"/><file name="logo_pr_white_small.png" hash="0d5f9a3b75b6d5f995a070456b92da9b"/><dir name="modalbox"><file name="close.png" hash="499499a5192b89b8913932e89b9f6ab5"/><file name="roulette.png" hash="24f3c2f22f1b728a50feba99782a1e64"/><file name="video.png" hash="886d90d7581990a37453d6000d5770f1"/></dir><file name="roulette.png" hash="ec9910bb274ce88c25aac5f5205fafc0"/><file name="roulette_2.png" hash="6df658e3cb931521b45701a71170639a"/></dir></dir><dir name="js"><dir name="prpayment"><file name="prpayment.js" hash="5a3c6afd979d7cb17e3352468a7a4311"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="css"><dir name="prpayment"><file name="adminprpayment.css" hash="dbf325b91e00387f3f6b6d430137fff6"/></dir></dir><dir name="js"><dir name="prpayment"><file name="adminprpayment.js" hash="e44e9e3b878df2c9b3cd2f8138f09a86"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="images"><dir name="prpayment"><file name="add.png" hash="2e14e917525c03a9bb424723a405d425"/><file name="attraction_high.png" hash="2fa86c803e339ddeaa77bd31a85f12ce"/><file name="attraction_medium.png" hash="a16ef183a243735eab349226ae364b37"/><file name="attraction_very_high.png" hash="67c036c80d26ae1984fd84dddfaa8251"/><file name="delete.png" hash="e225c29689687426e53541caeac2fc9c"/><file name="edit.png" hash="d80e84602f3a7599df1bc4ee42328a92"/><file name="payrandom.png" hash="95dcb57f8ff5550a46a66b53ddbd03a6"/><file name="slider-attraction.png" hash="64eca9aed81a1a39c39175f0d85b5a6b"/><file name="slider-handler-shadow.png" hash="e197e1486183c8fcef304da95f493b15"/><file name="slider-handler.png" hash="0fea74dd25fa6923e3f8ee4aea01348e"/><file name="slider.png" hash="3fce1f1d383e93fa2eaa7a61fab731db"/></dir></dir></dir></dir></dir></target></contents>
24
  <compatible/>
25
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
26
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>PayRandom</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://docs.payrandom.com/license.txt">PayRandom EULA</license>
7
  <channel>community</channel>
18
  </description>
19
  <notes>First version of PayRandom Extension</notes>
20
  <authors><author><name>PayRandom</name><user>PayRandom</user><email>it@payrandom.com</email></author></authors>
21
+ <date>2014-07-08</date>
22
+ <time>15:22:33</time>
23
+ <contents><target name="magecommunity"><dir name="PayRandom"><dir name="PRPayment"><dir name="Block"><dir name="Adminhtml"><dir name="Deals"><dir name="Choose"><file name="Grid.php" hash="ec061d3b1bb6736fda14c6112c6d9180"/></dir><file name="Choose.php" hash="10d96478b62e82a3061021d5064d290d"/><dir name="Current"><file name="Grid.php" hash="c9a5a7c225996f62b56a46f3bae2438b"/></dir><file name="Current.php" hash="7c803f8b3eaba2ef9a59dbfd1a23e16d"/><dir name="Edit"><file name="Form.php" hash="3fdb136efba57275a8aad2da1a8bb1d8"/><dir name="Tab"><file name="Form.php" hash="1f3aad8b3b8a7f0fe2fbcf91b76f638e"/></dir><file name="Tabs.php" hash="bd75caf0e5c8c91788a251a41b1e3be3"/></dir><file name="Edit.php" hash="41e3bb79ba574d2ebd9e3c28adfb2a68"/><dir name="Predefined"><file name="Grid.php" hash="714fe9b96f2d0dd816b917edb32ed24f"/></dir><file name="Predefined.php" hash="5bbfb9af7ee7366be25ed3bf5aa06d29"/><dir name="Sold"><file name="Grid.php" hash="3aaf280afd9723d0c6bac1e49736581e"/></dir><file name="Sold.php" hash="d92cf88b0b8069182d65055a6fb1526f"/></dir><dir name="Renderer"><file name="Amount.php" hash="933f0b9c592e8822003035e170568ae7"/><file name="Attraction.php" hash="37a3c0bb2b56489edfe8c051e9446c82"/><file name="Balance.php" hash="c73257ad37f67e425b0de2f90344df14"/><file name="Discount.php" hash="2d766415283487a0ff15396bc33556d2"/><dir name="Fixed"><file name="Value.php" hash="862708174d77b15d091834c317c440e6"/></dir><file name="Option.php" hash="90060431bd574c47ee0264ce947e154d"/></dir></dir><dir name="Catalog"><dir name="Product"><file name="Grid.php" hash="bc1d6048c895ce6d40810227a12b98cf"/><file name="Renderer.php" hash="524c65c3bfb07489a4dd29a2f080af0d"/></dir></dir><dir name="Checkout"><dir name="Cart"><dir name="Item"><file name="Renderer.php" hash="609e2297cddc6849368d1dc8bc1f24dd"/></dir></dir><file name="Cart.php" hash="889215ccd3ad5f9ff94e11387e0f5abc"/><dir name="Onepage"><file name="Link.php" hash="4ccbdb30d2c33d6d8c4d800aab16c17a"/><file name="Payment.php" hash="fb064f0e9fa903c933176602951b2fb0"/><dir name="Review"><file name="Info.php" hash="17cc8e1f74bfe14614ed449559f1a065"/></dir><dir name="Shipping"><file name="Method.php" hash="ddf7ff811bbd7dbe0e400d1df4495f47"/></dir></dir></dir><dir name="Form"><file name="Prpayment.php" hash="6a779901a6fd77c68b99f128c0a9306e"/></dir><dir name="Product"><file name="Price.php" hash="a39bd1d0c2055854dc0c3b9e9502e2cb"/><file name="View.php" hash="d29e3ef952fba72f6699b2aef764d3e5"/></dir><dir name="Tax"><dir name="Checkout"><file name="Grandtotal.php" hash="d73afe8ccd5922532add0caeeac3233b"/><file name="Subtotal.php" hash="1be4da79b745aa37912db036a33ff125"/><file name="Tax.php" hash="3d935b65a8e0ef70ad0db82585b63926"/></dir></dir></dir><dir name="Helper"><dir name="Data"><file name="Api.php" hash="0a7760bba51586c371e6a4360b59f71c"/><file name="Data.php" hash="95303c70a7ccba6e1fdc15b961b34861"/></dir><file name="Data.php" hash="fa746683e9db49545e3829a697455518"/></dir><dir name="Model"><file name="Deal.php" hash="537c4041eb577650bc1d5c1372dc034c"/><file name="Dealproduct.php" hash="c966a33508f79fe921468f358572cf76"/><file name="Observer.php" hash="bfcbff0707d2574d3d867733df95f64b"/><file name="Predefineddeal.php" hash="5c736bbe4720bd4f482639616d0d8a63"/><file name="Productstatistics.php" hash="28cd4d60b117141b9c4b6a414e04113f"/><dir name="Resource"><dir name="Deal"><file name="Collection.php" hash="61fe437cc7cfa1d6ea77c112e44f6ecf"/></dir><file name="Deal.php" hash="f223ffab2a66b549f15ee4749f7622c3"/><dir name="Dealproduct"><file name="Collection.php" hash="eb155a1c8711d46ba9db7735f811c415"/></dir><file name="Dealproduct.php" hash="19b0242542caf7849588739e34945b1e"/><dir name="Predefineddeal"><file name="Collection.php" hash="d953e93ef475932a1095fbf881b66ad6"/></dir><file name="Predefineddeal.php" hash="38af309769889889c89013d7e49dae62"/><dir name="Productstatistics"><file name="Collection.php" hash="13bd0b2faea482ce1183b1c30c446162"/></dir><file name="Productstatistics.php" hash="fbd701977d216f28f621e59722d06bc7"/><file name="Setup.php" hash="b327add31afe9162c24b5dfd1b06ce00"/></dir><file name="Standard.php" hash="a2b5c9a2deba34b3070ff4498ebe00f6"/></dir><dir name="controllers"><file name="DealsController.php" hash="21f8adc4501a7ff1f26c2ae051fba33a"/><file name="InfoController.php" hash="96bae98409222c080c8565735420d284"/><file name="PaymentController.php" hash="3fda6ed2fa5ed2fa8bf6b0a25264ce0b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0b58e940181753164477dec0455a1348"/><file name="config.xml" hash="60de6aeda085d4bbd50242d4be67b601"/><file name="system.xml" hash="dfd67caad87b7b8c6dfd82ad4a65334c"/></dir><dir name="sql"><dir name="prpayment_setup"><file name="mysql4-install-0.1.0.php" hash="d6bf603584056482b491cc4a536bc7d3"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="prpayment.xml" hash="ac76542c7295ba12045f32b63d9d9660"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="template"><dir name="prpayment"><dir name="deal"><file name="design.phtml" hash="49e22aaef0a6dde0ea5f7f05d759b2a4"/></dir><file name="info.phtml" hash="2f9a25742a6337d9ecb17d783253ee43"/><file name="predefinedgrid.phtml" hash="e46771bf9dcb9f1422c4d646ea21469e"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="prpayment.xml" hash="094c7598dfd20fff6a5497db1007c2af"/></dir><dir name="template"><dir name="prpayment"><file name="addtocart_pr.phtml" hash="aa3bf04e703543e5b99a6c70a1a8e059"/><dir name="catalog"><dir name="product"><file name="list.phtml" hash="0991f482eeeb4a81c0c51c5929032919"/><dir name="view"><file name="addtocart.phtml" hash="3ff238ba02085969de12866c343c80f9"/><dir name="type"><file name="default.phtml" hash="6c60f13f1c36b063699d0306ac2cfd95"/></dir></dir></dir></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="b9fe40f7315f4658b291a1090c38b0f9"/></dir></dir><file name="cart.phtml" hash="37f68ee4b94eb3ec2cde95497af5be94"/><dir name="onepage"><file name="link.phtml" hash="c21bc1dbc3dacdbe92cd67f958e5d3c9"/><file name="payment.phtml" hash="55014ab54566609d25ba9e04c5f90ae6"/><dir name="review"><file name="button.phtml" hash="95a6025399dc1a5aaee92418db1645e1"/><file name="item.phtml" hash="bdad3e77d8ae37a03e221ad7573b715b"/></dir><file name="shipping_method.phtml" hash="d64d7f019c9892d9518e8eb55bb1ee99"/></dir></dir><dir name="form"><file name="prpayment.phtml" hash="b4cc8f26a63e1dc429526bd1940967ca"/></dir><dir name="onestepcheckout"><file name="checkout.phtml" hash="e63249adb87ebd92a0395fb6eb5ba62e"/><file name="summary.phtml" hash="c09f843ac070e481bab86ed81772fd02"/></dir><file name="price.phtml" hash="997a7074af4fa5321f3b2723e93ffc28"/><file name="price_full.phtml" hash="5a2571b1db5a8f3a5fb77c1f9c97c1ed"/><file name="redirect.phtml" hash="ce19453190dd3da44307a9fff0fc28c6"/><file name="review.phtml" hash="348c7335e1cc6272fda82d387e925365"/><dir name="tax"><dir name="checkout"><file name="grandtotal.phtml" hash="20cf9f6225743ddae71f1cfd596891c5"/><file name="subtotal.phtml" hash="659cbde71e0876a85382d5e4644537f1"/><file name="tax.phtml" hash="9d57df93ca504136672e2a0c59c535da"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="PayRandom_PRPayment.xml" hash="5727f69a925695996b91b8c2d9ce7961"/></dir></target><target name="magelocale"><dir name="en_US"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="es_ES"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="en_AU"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="en_IE"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="en_NZ"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="en_CA"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="en_GB"><file name="PayRandom_PRPayment.csv" hash="5354d3e29ca615c3297b68af73761c3e"/></dir><dir name="es_AR"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_CL"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_CO"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_CR"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_MX"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_PA"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_PE"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir><dir name="es_VE"><file name="PayRandom_PRPayment.csv" hash="98827af26114144b8221bb1ce69ecf67"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="prpayment"><file name="prpayment.css" hash="f74edce6be2fc686d40187a885b2569d"/></dir></dir><dir name="images"><dir name="prpayment"><file name="help.png" hash="3823cae9129bb395adc500da9c916e60"/><file name="information_excl.png" hash="5c579e56b01614427244ee2eb7fc3c39"/><file name="information_question.png" hash="1b7e201ebeb1488eac878972d713bddd"/><file name="lens.png" hash="3f3c5062fb252d4c36aa2c4e8e4bad46"/><file name="logo_pr.png" hash="70c26e9646f29cc9d20f0282255a7358"/><file name="logo_pr_150.png" hash="3c01749276daadc0264c4a2f76e6d31f"/><file name="logo_pr_min.png" hash="faa5607318a4374d4cf05e084395b9ea"/><file name="logo_pr_small.png" hash="28b30e484bb5c5d5edeeee0ff7abbf08"/><file name="logo_pr_white.png" hash="2647615b68e66afbfd95e47841f7708e"/><file name="logo_pr_white_small.png" hash="0d5f9a3b75b6d5f995a070456b92da9b"/><dir name="modalbox"><file name="close.png" hash="499499a5192b89b8913932e89b9f6ab5"/><file name="roulette.png" hash="24f3c2f22f1b728a50feba99782a1e64"/><file name="video.png" hash="886d90d7581990a37453d6000d5770f1"/></dir><file name="roulette.png" hash="ec9910bb274ce88c25aac5f5205fafc0"/><file name="roulette_2.png" hash="6df658e3cb931521b45701a71170639a"/></dir></dir><dir name="js"><dir name="prpayment"><file name="prpayment.js" hash="5a3c6afd979d7cb17e3352468a7a4311"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="css"><dir name="prpayment"><file name="adminprpayment.css" hash="dbf325b91e00387f3f6b6d430137fff6"/></dir></dir><dir name="js"><dir name="prpayment"><file name="adminprpayment.js" hash="e44e9e3b878df2c9b3cd2f8138f09a86"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="images"><dir name="prpayment"><file name="add.png" hash="2e14e917525c03a9bb424723a405d425"/><file name="attraction_high.png" hash="2fa86c803e339ddeaa77bd31a85f12ce"/><file name="attraction_medium.png" hash="a16ef183a243735eab349226ae364b37"/><file name="attraction_very_high.png" hash="67c036c80d26ae1984fd84dddfaa8251"/><file name="delete.png" hash="e225c29689687426e53541caeac2fc9c"/><file name="edit.png" hash="d80e84602f3a7599df1bc4ee42328a92"/><file name="payrandom.png" hash="95dcb57f8ff5550a46a66b53ddbd03a6"/><file name="slider-attraction.png" hash="64eca9aed81a1a39c39175f0d85b5a6b"/><file name="slider-handler-shadow.png" hash="e197e1486183c8fcef304da95f493b15"/><file name="slider-handler.png" hash="0fea74dd25fa6923e3f8ee4aea01348e"/><file name="slider.png" hash="3fce1f1d383e93fa2eaa7a61fab731db"/></dir></dir></dir></dir></dir></target></contents>
24
  <compatible/>
25
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
26
  </package>