MageBase_DpsPaymentExpress - Version 1.5.18

Version Notes

local testing mode
configurable if sending invoice or order confirmation email
automatic page reload of success page due to connection error

Download this release

Release Info

Developer Magento Core Team
Extension MageBase_DpsPaymentExpress
Version 1.5.18
Comparing to
See all releases


Code changes from version 1.5.17 to 1.5.18

app/code/community/MageBase/DpsPaymentExpress/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <MageBase_DpsPaymentExpress>
5
- <version>1.5.17</version>
6
  </MageBase_DpsPaymentExpress>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <MageBase_DpsPaymentExpress>
5
+ <version>1.5.18</version>
6
  </MageBase_DpsPaymentExpress>
7
  </modules>
8
  <global>
app/code/community/MageBase/DpsPaymentExpress/etc/system.xml CHANGED
@@ -160,7 +160,7 @@
160
  <label>Enabled</label>
161
  <frontend_type>select</frontend_type>
162
  <source_model>adminhtml/system_config_source_yesno</source_model>
163
- <sort_order>1</sort_order>
164
  <show_in_default>1</show_in_default>
165
  <show_in_website>1</show_in_website>
166
  <show_in_store>0</show_in_store>
@@ -169,33 +169,33 @@
169
  <label>Use in Frontend Checkout</label>
170
  <frontend_type>select</frontend_type>
171
  <source_model>adminhtml/system_config_source_yesno</source_model>
172
- <sort_order>2</sort_order>
173
  <show_in_default>1</show_in_default>
174
  <show_in_website>1</show_in_website>
175
  <show_in_store>0</show_in_store>
176
  </frontend_checkout>
 
 
 
 
 
 
 
 
 
177
  <title translate="label">
178
  <label>Title</label>
179
  <frontend_type>text</frontend_type>
180
- <sort_order>5</sort_order>
181
  <show_in_default>1</show_in_default>
182
  <show_in_website>1</show_in_website>
183
  <show_in_store>1</show_in_store>
184
  </title>
185
- <pxpayurl translate="label">
186
- <label>Post URL</label>
187
- <frontend_type>select</frontend_type>
188
- <source_model>magebasedps/system_pxpayurl</source_model>
189
- <sort_order>6</sort_order>
190
- <show_in_default>1</show_in_default>
191
- <show_in_website>1</show_in_website>
192
- <show_in_store>1</show_in_store>
193
- </pxpayurl>
194
  <pxpayuserid translate="label">
195
  <label>PxPayUserId</label>
196
  <frontend_type>text</frontend_type>
197
  <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
198
- <sort_order>7</sort_order>
199
  <show_in_default>1</show_in_default>
200
  <show_in_website>1</show_in_website>
201
  <show_in_store>1</show_in_store>
@@ -204,7 +204,7 @@
204
  <label>PxPayKey</label>
205
  <frontend_type>text</frontend_type>
206
  <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
207
- <sort_order>8</sort_order>
208
  <show_in_default>1</show_in_default>
209
  <show_in_website>1</show_in_website>
210
  <show_in_store>1</show_in_store>
@@ -213,7 +213,7 @@
213
  <label>Payment Action</label>
214
  <frontend_type>select</frontend_type>
215
  <source_model>magebasedps/system_paymentAction</source_model>
216
- <sort_order>9</sort_order>
217
  <show_in_default>1</show_in_default>
218
  <show_in_website>1</show_in_website>
219
  <show_in_store>0</show_in_store>
@@ -223,7 +223,7 @@
223
  <frontend_type>select</frontend_type>
224
  <comment>Status before payment is received</comment>
225
  <source_model>magebasedps/system_pendingOrder</source_model>
226
- <sort_order>10</sort_order>
227
  <show_in_default>1</show_in_default>
228
  <show_in_website>1</show_in_website>
229
  <show_in_store>0</show_in_store>
@@ -233,7 +233,7 @@
233
  <frontend_type>select</frontend_type>
234
  <comment>Status after receiving a positive response from DPS</comment>
235
  <source_model>adminhtml/system_config_source_order_status_processing</source_model>
236
- <sort_order>12</sort_order>
237
  <show_in_default>1</show_in_default>
238
  <show_in_website>1</show_in_website>
239
  <show_in_store>0</show_in_store>
@@ -243,7 +243,7 @@
243
  <comment>Displayed during checkout.</comment>
244
  <frontend_type>multiselect</frontend_type>
245
  <source_model>magebasedps/system_logos</source_model>
246
- <sort_order>20</sort_order>
247
  <show_in_default>1</show_in_default>
248
  <show_in_website>1</show_in_website>
249
  <show_in_store>0</show_in_store>
@@ -251,7 +251,7 @@
251
  <allowspecific translate="label">
252
  <label>Payment from applicable countries</label>
253
  <frontend_type>allowspecific</frontend_type>
254
- <sort_order>50</sort_order>
255
  <source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
256
  <show_in_default>1</show_in_default>
257
  <show_in_website>1</show_in_website>
@@ -260,7 +260,7 @@
260
  <specificcountry translate="label">
261
  <label>Payment from Specific countries</label>
262
  <frontend_type>multiselect</frontend_type>
263
- <sort_order>51</sort_order>
264
  <source_model>adminhtml/system_config_source_country</source_model>
265
  <show_in_default>1</show_in_default>
266
  <show_in_website>1</show_in_website>
@@ -270,7 +270,7 @@
270
  <min_order_total translate="label">
271
  <label>Minimum Order Total</label>
272
  <frontend_type>text</frontend_type>
273
- <sort_order>98</sort_order>
274
  <show_in_default>1</show_in_default>
275
  <show_in_website>1</show_in_website>
276
  <show_in_store>0</show_in_store>
@@ -278,7 +278,7 @@
278
  <max_order_total translate="label">
279
  <label>Maximum Order Total</label>
280
  <frontend_type>text</frontend_type>
281
- <sort_order>99</sort_order>
282
  <show_in_default>1</show_in_default>
283
  <show_in_website>1</show_in_website>
284
  <show_in_store>0</show_in_store>
@@ -286,7 +286,7 @@
286
  <sort_order translate="label">
287
  <label>Sort order</label>
288
  <frontend_type>text</frontend_type>
289
- <sort_order>100</sort_order>
290
  <show_in_default>1</show_in_default>
291
  <show_in_website>1</show_in_website>
292
  <show_in_store>0</show_in_store>
@@ -295,7 +295,7 @@
295
  <label>Emails to Send on Order</label>
296
  <frontend_type>select</frontend_type>
297
  <source_model>magebasedps/system_invoiceConfig</source_model>
298
- <sort_order>110</sort_order>
299
  <show_in_default>1</show_in_default>
300
  <show_in_website>1</show_in_website>
301
  <show_in_store>0</show_in_store>
160
  <label>Enabled</label>
161
  <frontend_type>select</frontend_type>
162
  <source_model>adminhtml/system_config_source_yesno</source_model>
163
+ <sort_order>10</sort_order>
164
  <show_in_default>1</show_in_default>
165
  <show_in_website>1</show_in_website>
166
  <show_in_store>0</show_in_store>
169
  <label>Use in Frontend Checkout</label>
170
  <frontend_type>select</frontend_type>
171
  <source_model>adminhtml/system_config_source_yesno</source_model>
172
+ <sort_order>20</sort_order>
173
  <show_in_default>1</show_in_default>
174
  <show_in_website>1</show_in_website>
175
  <show_in_store>0</show_in_store>
176
  </frontend_checkout>
177
+ <pxpayurl translate="label">
178
+ <label>Use</label>
179
+ <frontend_type>select</frontend_type>
180
+ <source_model>magebasedps/system_pxPayUrl</source_model>
181
+ <sort_order>30</sort_order>
182
+ <show_in_default>1</show_in_default>
183
+ <show_in_website>1</show_in_website>
184
+ <show_in_store>1</show_in_store>
185
+ </pxpayurl>
186
  <title translate="label">
187
  <label>Title</label>
188
  <frontend_type>text</frontend_type>
189
+ <sort_order>40</sort_order>
190
  <show_in_default>1</show_in_default>
191
  <show_in_website>1</show_in_website>
192
  <show_in_store>1</show_in_store>
193
  </title>
 
 
 
 
 
 
 
 
 
194
  <pxpayuserid translate="label">
195
  <label>PxPayUserId</label>
196
  <frontend_type>text</frontend_type>
197
  <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
198
+ <sort_order>50</sort_order>
199
  <show_in_default>1</show_in_default>
200
  <show_in_website>1</show_in_website>
201
  <show_in_store>1</show_in_store>
204
  <label>PxPayKey</label>
205
  <frontend_type>text</frontend_type>
206
  <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
207
+ <sort_order>60</sort_order>
208
  <show_in_default>1</show_in_default>
209
  <show_in_website>1</show_in_website>
210
  <show_in_store>1</show_in_store>
213
  <label>Payment Action</label>
214
  <frontend_type>select</frontend_type>
215
  <source_model>magebasedps/system_paymentAction</source_model>
216
+ <sort_order>70</sort_order>
217
  <show_in_default>1</show_in_default>
218
  <show_in_website>1</show_in_website>
219
  <show_in_store>0</show_in_store>
223
  <frontend_type>select</frontend_type>
224
  <comment>Status before payment is received</comment>
225
  <source_model>magebasedps/system_pendingOrder</source_model>
226
+ <sort_order>80</sort_order>
227
  <show_in_default>1</show_in_default>
228
  <show_in_website>1</show_in_website>
229
  <show_in_store>0</show_in_store>
233
  <frontend_type>select</frontend_type>
234
  <comment>Status after receiving a positive response from DPS</comment>
235
  <source_model>adminhtml/system_config_source_order_status_processing</source_model>
236
+ <sort_order>90</sort_order>
237
  <show_in_default>1</show_in_default>
238
  <show_in_website>1</show_in_website>
239
  <show_in_store>0</show_in_store>
243
  <comment>Displayed during checkout.</comment>
244
  <frontend_type>multiselect</frontend_type>
245
  <source_model>magebasedps/system_logos</source_model>
246
+ <sort_order>100</sort_order>
247
  <show_in_default>1</show_in_default>
248
  <show_in_website>1</show_in_website>
249
  <show_in_store>0</show_in_store>
251
  <allowspecific translate="label">
252
  <label>Payment from applicable countries</label>
253
  <frontend_type>allowspecific</frontend_type>
254
+ <sort_order>110</sort_order>
255
  <source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
256
  <show_in_default>1</show_in_default>
257
  <show_in_website>1</show_in_website>
260
  <specificcountry translate="label">
261
  <label>Payment from Specific countries</label>
262
  <frontend_type>multiselect</frontend_type>
263
+ <sort_order>120</sort_order>
264
  <source_model>adminhtml/system_config_source_country</source_model>
265
  <show_in_default>1</show_in_default>
266
  <show_in_website>1</show_in_website>
270
  <min_order_total translate="label">
271
  <label>Minimum Order Total</label>
272
  <frontend_type>text</frontend_type>
273
+ <sort_order>130</sort_order>
274
  <show_in_default>1</show_in_default>
275
  <show_in_website>1</show_in_website>
276
  <show_in_store>0</show_in_store>
278
  <max_order_total translate="label">
279
  <label>Maximum Order Total</label>
280
  <frontend_type>text</frontend_type>
281
+ <sort_order>140</sort_order>
282
  <show_in_default>1</show_in_default>
283
  <show_in_website>1</show_in_website>
284
  <show_in_store>0</show_in_store>
286
  <sort_order translate="label">
287
  <label>Sort order</label>
288
  <frontend_type>text</frontend_type>
289
+ <sort_order>150</sort_order>
290
  <show_in_default>1</show_in_default>
291
  <show_in_website>1</show_in_website>
292
  <show_in_store>0</show_in_store>
295
  <label>Emails to Send on Order</label>
296
  <frontend_type>select</frontend_type>
297
  <source_model>magebasedps/system_invoiceConfig</source_model>
298
+ <sort_order>160</sort_order>
299
  <show_in_default>1</show_in_default>
300
  <show_in_website>1</show_in_website>
301
  <show_in_store>0</show_in_store>
app/code/community/MageBase/DpsPaymentExpress/modman ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ ../../../../../app/code/community/MageBase/DpsPaymentExpress/ /app/code/community/MageBase/DpsPaymentExpress/
2
+ ../../../../../app/design/adminhtml/default/default/template/magebase/dps/ /app/design/adminhtml/default/default/template/magebase/dps/
3
+ ../../../../../app/design/frontend/base/default/layout/magebase_dpspaymentexpress.xml /app/design/frontend/base/default/layout/magebase_dpspaymentexpress.xml
4
+ ../../../../../app/design/frontend/base/default/template/magebase/dps/ /app/design/frontend/base/default/template/magebase/dps/
5
+ ../../../../../app/etc/modules/MageBase_DpsPaymentExpress.xml /app/etc/modules/MageBase_DpsPaymentExpress.xml
6
+ ../../../../../skin/frontend/base/default/images/magebase/dps/ /skin/frontend/base/default/images/magebase/dps/
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>MageBase_DpsPaymentExpress</name>
4
- <version>1.5.17</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -12,9 +12,9 @@
12
  configurable if sending invoice or order confirmation email
13
  automatic page reload of success page due to connection error</notes>
14
  <authors><author><name>Kristof Ringleff</name><user>auto-converted</user><email>info@magebase.com</email></author><author><name>Kristof Ringleff</name><user>auto-converted</user><email>info@magebase.com</email></author></authors>
15
- <date>2014-06-03</date>
16
- <time>10:16:34</time>
17
- <contents><target name="magecommunity"><dir name="MageBase"><dir name="DpsPaymentExpress"><dir name="Block"><dir name="Pxpay"><file name="Form.php" hash="0513bd45150f03dab2c2b08dc0456de8"/><file name="Info.php" hash="dbf4f7b363d04d120199380dc2365a49"/></dir><dir name="Pxpost"><file name="Form.php" hash="fde018518598b03e892c43f636c14fa6"/><file name="Info.php" hash="32fd512cb7ade17f751b9385c90e04fd"/></dir></dir><dir name="Helper"><file name="Data.php" hash="8ebc763e3f66641c9e792a1998a4c01a"/></dir><dir name="Model"><dir name="Method"><file name="Common.php" hash="a7a04f045f6749f8fc90cbb758dc2a09"/><file name="Pxpay.php" hash="1d8206d36ea29f9eab18a03ce8e5627a"/><file name="Pxpost.php" hash="5cb87f8f038a600eb349f9bdff7b00c8"/></dir><dir name="Mysql4"><dir name="Debug"><file name="Collection.php" hash="6ef2919222f3dcb32599349245e76214"/></dir><file name="Debug.php" hash="56eb2bc341b9cb4ba8d9ae239169766e"/><file name="Setup.php" hash="8a395090a44fda7530548abd2d87835e"/></dir><dir name="System"><file name="InvoiceConfig.php" hash="1759209b7c34c8d6234894c25384d423"/><file name="Logos.php" hash="bfca463fa7d292fbd2b69a33d332d55a"/><file name="PaymentAction.php" hash="0be4f9a5c602b2d2723203ec56f51a8c"/><file name="PendingOrder.php" hash="31d7bd6f5fad8e1fa4315d32d123be0f"/><file name="PxPayUrl.php" hash="4bfb0cdbb892ee59f91765ce8b817c76"/></dir><file name="Debug.php" hash="dadf96f68c9cf4d09aad73ff0bacab0e"/><file name="Observer.php" hash="839408f7a4cee3ce2fa637e59fd90c23"/></dir><dir name="controllers"><file name="PxpayController.php" hash="6a2c83f98c0f03f385c4a96410d5cd6a"/></dir><dir name="etc"><file name="config-1.4.xml" hash="bf4a7cb912271d30624d53a240f7a612"/><file name="config.xml" hash="5e6611279eaa5f0d108972cb7c077717"/><file name="system.xml" hash="410ea61932e6640e16b032f5a64b6011"/></dir><dir name="sql"><dir name="magebasedps_setup"><file name="mysql4-install-0.5.0.php" hash="c512ded8c0dd63b1dcd8e8cbfb5893e8"/><file name="mysql4-upgrade-0.5.0-1.0.0.php" hash="6dbc67541449a0f2d43460acb9b6bbff"/><file name="mysql4-upgrade-1.2.5-1.3.0.php" hash="0136d93e9b741febf3d1a6802efb82da"/></dir></dir></dir></dir></target><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="MageBase_DpsPaymentExpress.xml" hash="fae6ba260c006016d14d9a508d17cf14"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="magebase"><dir name="dps"><file name="AmexLogo.png" hash="775a3f26a4b5f7a6201b1331e4fe5579"/><file name="DinersLogo.png" hash="64500fdde86e960ac894f7cf0c44b2d8"/><file name="JCBLogo.png" hash="73f9e8b87c6c2dbf252bbb0de43591bc"/><file name="MCSecureCodeLogo.png" hash="9f31e5ccadd98dc15d0110d0e3b450f7"/><file name="MasterCardLogo.png" hash="801014f81e405cec951076f4080b04f5"/><file name="VisaLogo.png" hash="17173fb8723d34cea61a50c01c4845ed"/><file name="VisaVerifiedLogo.png" hash="af7f6a27a6449a50d1d623d925585c47"/><file name="dpslogo.png" hash="a79b9df3fe45acb4b714cabed162ebda"/><file name="dpspxlogo.png" hash="31b1338586485c872a0f39a41813b248"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="magebase"><dir name="dps"><dir name="pxpay"><file name="form.phtml" hash="d1ec1d94031a875ba2819c5f799899c7"/><file name="info.phtml" hash="de8ca6f2a3d0ef31c58f44d8fd82d6d4"/><file name="successproblem.phtml" hash="3c800184f106995844be8d9fabf6e8bf"/></dir><dir name="pxpost"><file name="form.phtml" hash="a4602fd81ac65be2dc2bd2be4a16142c"/><file name="info.phtml" hash="0e794a15e009b61e8032cf2d1a89427a"/></dir></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="magebase"><dir name="dps"><dir name="pxpay"><dir name="pdf"><file name="pxpay.phtml" hash="30691a7b7eddbf52217c2d8194fe3f52"/></dir><file name="form.phtml" hash="1b6d58c3bde68990b743c93a9be529aa"/><file name="info.phtml" hash="4aa4e8f899b1096e0c41d7719c74b92b"/></dir><dir name="pxpost"><dir name="pdf"><file name="pxpost.phtml" hash="81e5f3b568e748460a5ca61e42138f8e"/></dir><file name="form.phtml" hash="7d1fa5e90ed0627b93ff7343d4bf019f"/><file name="info.phtml" hash="cd3e2a22f419e1406523594263a7b310"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>MageBase_DpsPaymentExpress</name>
4
+ <version>1.5.18</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
12
  configurable if sending invoice or order confirmation email
13
  automatic page reload of success page due to connection error</notes>
14
  <authors><author><name>Kristof Ringleff</name><user>auto-converted</user><email>info@magebase.com</email></author><author><name>Kristof Ringleff</name><user>auto-converted</user><email>info@magebase.com</email></author></authors>
15
+ <date>2014-08-26</date>
16
+ <time>10:21:20</time>
17
+ <contents><target name="magecommunity"><dir name="MageBase"><dir name="DpsPaymentExpress"><dir name="Block"><dir name="Pxpay"><file name="Form.php" hash="0513bd45150f03dab2c2b08dc0456de8"/><file name="Info.php" hash="dbf4f7b363d04d120199380dc2365a49"/></dir><dir name="Pxpost"><file name="Form.php" hash="fde018518598b03e892c43f636c14fa6"/><file name="Info.php" hash="32fd512cb7ade17f751b9385c90e04fd"/></dir></dir><dir name="Helper"><file name="Data.php" hash="8ebc763e3f66641c9e792a1998a4c01a"/></dir><dir name="Model"><dir name="Method"><file name="Common.php" hash="a7a04f045f6749f8fc90cbb758dc2a09"/><file name="Pxpay.php" hash="1d8206d36ea29f9eab18a03ce8e5627a"/><file name="Pxpost.php" hash="5cb87f8f038a600eb349f9bdff7b00c8"/></dir><dir name="Mysql4"><dir name="Debug"><file name="Collection.php" hash="6ef2919222f3dcb32599349245e76214"/></dir><file name="Debug.php" hash="56eb2bc341b9cb4ba8d9ae239169766e"/><file name="Setup.php" hash="8a395090a44fda7530548abd2d87835e"/></dir><dir name="System"><file name="InvoiceConfig.php" hash="1759209b7c34c8d6234894c25384d423"/><file name="Logos.php" hash="bfca463fa7d292fbd2b69a33d332d55a"/><file name="PaymentAction.php" hash="0be4f9a5c602b2d2723203ec56f51a8c"/><file name="PendingOrder.php" hash="31d7bd6f5fad8e1fa4315d32d123be0f"/><file name="PxPayUrl.php" hash="4bfb0cdbb892ee59f91765ce8b817c76"/></dir><file name="Debug.php" hash="dadf96f68c9cf4d09aad73ff0bacab0e"/><file name="Observer.php" hash="839408f7a4cee3ce2fa637e59fd90c23"/></dir><dir name="controllers"><file name="PxpayController.php" hash="6a2c83f98c0f03f385c4a96410d5cd6a"/></dir><dir name="etc"><file name="config-1.4.xml" hash="bf4a7cb912271d30624d53a240f7a612"/><file name="config.xml" hash="aa8a663d8b182c86a60ba93e38d9939e"/><file name="system.xml" hash="ab3806ae08af71243c562bdee1ebe4bd"/></dir><dir name="sql"><dir name="magebasedps_setup"><file name="mysql4-install-0.5.0.php" hash="c512ded8c0dd63b1dcd8e8cbfb5893e8"/><file name="mysql4-upgrade-0.5.0-1.0.0.php" hash="6dbc67541449a0f2d43460acb9b6bbff"/><file name="mysql4-upgrade-1.2.5-1.3.0.php" hash="0136d93e9b741febf3d1a6802efb82da"/></dir></dir><file name="modman" hash="a2f106f9539124002501ff02a4b4463a"/></dir></dir></target><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="MageBase_DpsPaymentExpress.xml" hash="fae6ba260c006016d14d9a508d17cf14"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="magebase"><dir name="dps"><file name="AmexLogo.png" hash="775a3f26a4b5f7a6201b1331e4fe5579"/><file name="DinersLogo.png" hash="64500fdde86e960ac894f7cf0c44b2d8"/><file name="JCBLogo.png" hash="73f9e8b87c6c2dbf252bbb0de43591bc"/><file name="MCSecureCodeLogo.png" hash="9f31e5ccadd98dc15d0110d0e3b450f7"/><file name="MasterCardLogo.png" hash="801014f81e405cec951076f4080b04f5"/><file name="VisaLogo.png" hash="17173fb8723d34cea61a50c01c4845ed"/><file name="VisaVerifiedLogo.png" hash="af7f6a27a6449a50d1d623d925585c47"/><file name="dpslogo.png" hash="a79b9df3fe45acb4b714cabed162ebda"/><file name="dpspxlogo.png" hash="31b1338586485c872a0f39a41813b248"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="magebase"><dir name="dps"><dir name="pxpay"><file name="form.phtml" hash="d1ec1d94031a875ba2819c5f799899c7"/><file name="info.phtml" hash="de8ca6f2a3d0ef31c58f44d8fd82d6d4"/><file name="successproblem.phtml" hash="3c800184f106995844be8d9fabf6e8bf"/></dir><dir name="pxpost"><file name="form.phtml" hash="a4602fd81ac65be2dc2bd2be4a16142c"/><file name="info.phtml" hash="0e794a15e009b61e8032cf2d1a89427a"/></dir></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="magebase"><dir name="dps"><dir name="pxpay"><dir name="pdf"><file name="pxpay.phtml" hash="30691a7b7eddbf52217c2d8194fe3f52"/></dir><file name="form.phtml" hash="1b6d58c3bde68990b743c93a9be529aa"/><file name="info.phtml" hash="4aa4e8f899b1096e0c41d7719c74b92b"/></dir><dir name="pxpost"><dir name="pdf"><file name="pxpost.phtml" hash="81e5f3b568e748460a5ca61e42138f8e"/></dir><file name="form.phtml" hash="7d1fa5e90ed0627b93ff7343d4bf019f"/><file name="info.phtml" hash="cd3e2a22f419e1406523594263a7b310"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>