Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed app/code/community/Sign2pay/.DS_Store
Binary file not shown.
Binary file removed app/code/community/Sign2pay/Payment/.DS_Store
Binary file not shown.
87 changes: 81 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>Sign2Pay_Mobile_Payments</name>
<version>0.6.1</version>
<version>0.6.2</version>
<stability>beta</stability>
<license>Sign2Pay Commercial License</license>
<channel>community</channel>
Expand All @@ -13,12 +13,87 @@ Analysing hundreds of data points in a single signature, Sign2Pay provides the s
&#xD;
Compatible with: 1.7, 1.8, 1.9</description>
<notes>Changes:&#xD;
- Improved checkout and payment workflow.&#xD;
- Improved compatibility with 3rd-party extensions and older magento versions.</notes>
- Fixed compatibility for Magento 1.7.0.2 and below</notes>
<authors><author><name>Sign2Pay</name><user>Sign2Pay</user><email>team@sign2pay.com</email></author></authors>
<date>2015-07-17</date>
<time>10:59:53</time>
<contents><target name="magedesign"><dir name="app"><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="sign2pay.xml" hash=""/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="app"><dir name="etc"><dir name="modules"><file name="Sign2pay_Payment.xml" hash=""/></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="sign2pay"><file name="jquery.min.js" hash="e0e0559014b222245deb26b6ae8bd940"/><file name="payment.js" hash="9532ae7f1c29ab6edb0e7ba251a10f01"/></dir></dir></target></contents>
<date>2015-07-27</date>
<time>06:00:44</time>
<contents>
<target name="magecommunity">
<dir name="Sign2pay">
<dir name="Payment">
<dir name="Block">
<dir name="Form">
<file name="Sign2pay.php" hash=""/>
</dir>
<dir name="Info">
<file name="Sign2pay.php" hash=""/>
</dir>
<file name="Redirect.php" hash=""/>
<file name="RiskAssessment.php" hash=""/>
</dir>
<dir name="Helper">
<file name="Checkout.php" hash=""/>
<file name="Data.php" hash=""/>
</dir>
<dir name="Model">
<dir name="Model">
<dir name="System">
<dir name="Config">
<dir name="Source">
<file name="OnepageTypes.php" hash=""/>
</dir>
</dir>
</dir>
</dir>
<file name="Observer.php" hash=""/>
<file name="Processor.php" hash=""/>
<file name="Sign2pay.php" hash=""/>
</dir>
<dir name="controllers">
<file name="PaymentController.php" hash=""/>
</dir>
<dir name="etc">
<file name="config.xml" hash=""/>
<file name="system.xml" hash=""/>
</dir>
</dir>
</dir>
</target>
<target name="magedesign">
<dir name="frontend">
<dir name="base">
<dir name="default">
<dir name="layout">
<file name="sign2pay.xml" hash=""/>
</dir>
<dir name="template">
<dir name="sign2pay">
<dir name="form">
<file name="sign2pay.phtml" hash=""/>
</dir>
<file name="redirect.phtml" hash=""/>
<file name="riskassessment.phtml" hash=""/>
<file name="success.phtml" hash=""/>
</dir>
</dir>
</dir>
</dir>
</dir>
</target>
<target name="mageetc">
<dir name="modules">
<file name="Sign2pay_Payment.xml" hash=""/>
</dir>
</target>
<target name="mageweb">
<dir name="js">
<dir name="sign2pay">
<file name="jquery.min.js" hash=""/>
<file name="payment.js" hash=""/>
</dir>
</dir>
</target>
</contents>
<compatible/>
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
</package>