Version Notes
Securely checkout using Apple Pay
Download this release
Release Info
Developer | taply |
Extension | taply |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/local/Taply/Paybutton/controllers/SuccessController.php
CHANGED
@@ -133,9 +133,9 @@ class Taply_Paybutton_SuccessController extends Mage_Core_Controller_Front_Actio
|
|
133 |
'telephone' => $aUser['shippingAddress']['phone'],
|
134 |
'save_in_address_book' => 0,
|
135 |
);
|
136 |
-
|
137 |
-
if(isset($
|
138 |
-
$shippingMethod = $
|
139 |
}else{
|
140 |
$shippingMethod = 'freeshipping_freeshipping';
|
141 |
}
|
133 |
'telephone' => $aUser['shippingAddress']['phone'],
|
134 |
'save_in_address_book' => 0,
|
135 |
);
|
136 |
+
//var_dump($arrOrderTransaction['shipping']['identifier']);die;
|
137 |
+
if(isset($arrOrderTransaction['shipping']['identifier']) && strpos(strtolower($arrResponse['result']['shipping']['identifier']), "free") === FALSE){
|
138 |
+
$shippingMethod = $arrOrderTransaction['shipping']['identifier'];
|
139 |
}else{
|
140 |
$shippingMethod = 'freeshipping_freeshipping';
|
141 |
}
|
package.xml
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>taply</name>
|
4 |
-
<version>1.0.
|
5 |
-
<stability>
|
6 |
-
<license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-
|
|
|
12 |
<authors><author><name>taply</name><user>taply</user><email>admin@paybytaply.com</email></author></authors>
|
13 |
-
<date>2015-08-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Taply"><dir name="Paybutton"><dir name="Block"><dir name="Button"><file name="Pay.php" hash="96e03a2a96daeb5e217b7071bd67dd78"/></dir></dir><dir name="Helper"><file name="Data.php" hash="c8404ec959ddf4bf9fbee31fc2314d34"/></dir><dir name="Model"><file name="Payment.php" hash="4af32846253babe72e11551003a2662c"/><file name="Viewtype.php" hash="c39cf7f525e11ab1de3f10a939caf494"/></dir><dir name="controllers"><file name="GetshippingController.php" hash="692474af6dda396e61d7a09b58cf8e3a"/><file name="SuccessController.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.4.0</min><max>5.6.999</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>taply</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
+
<stability>devel</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Securely checkout using Apple Pay</summary>
|
10 |
+
<description>Securely checkout using Apple Pay with only a tap of your finger and never enter your billing or shipping information again.
|
11 |
+
taply allows you to use Apple Pay for an incredibly fast, secure, and seamless online checkout. Go anywhere online that has the taply button, enter your mobile number, then use the taply app to complete the purchase using Touch ID.</description>
|
12 |
+
<notes>Securely checkout using Apple Pay</notes>
|
13 |
<authors><author><name>taply</name><user>taply</user><email>admin@paybytaply.com</email></author></authors>
|
14 |
+
<date>2015-08-10</date>
|
15 |
+
<time>14:01:58</time>
|
16 |
+
<contents><target name="magelocal"><dir><dir name="Taply"><dir name="Paybutton"><dir name="Block"><dir name="Button"><file name="Pay.php" hash="96e03a2a96daeb5e217b7071bd67dd78"/></dir></dir><dir name="Helper"><file name="Data.php" hash="c8404ec959ddf4bf9fbee31fc2314d34"/></dir><dir name="Model"><file name="Payment.php" hash="4af32846253babe72e11551003a2662c"/><file name="Viewtype.php" hash="c39cf7f525e11ab1de3f10a939caf494"/></dir><dir name="controllers"><file name="GetshippingController.php" hash="692474af6dda396e61d7a09b58cf8e3a"/><file name="SuccessController.php" hash="f7fc1975164ebc6e89164b03898ebf94"/></dir><dir name="etc"><file name="config.xml" hash="f93350af38d05df42cb2ea07a708c075"/><file name="system.xml" hash="520313dbaf29da8a44325f1a2880d30a"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Taply_Paybutton.xml" hash="444eaa37dfe56b3b3e738770353b2e1c"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="taply.xml" hash="bc7a785448a0e2b2754e46fa786a5b3d"/></dir><dir name="template"><dir name="taply"><file name="button.phtml" hash="b6541c278d428eea006a782e11abe2e3"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="taply"><file name="taply.1.1.js" hash="ee5176b63f1ce1a1610ddf7827650c36"/></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.4.0</min><max>5.6.999</max></php></required></dependencies>
|
19 |
</package>
|