Version Notes
Improved version
Download this release
Release Info
Developer | Tobias Schottdorf |
Extension | shippo |
Version | 0.0.3 |
Comparing to | |
See all releases |
Code changes from version 0.0.2 to 0.0.3
app/code/community/Shippo/Api/controllers/ShippoController.php
CHANGED
@@ -121,7 +121,7 @@ class Shippo_Api_ShippoController extends Mage_Adminhtml_Controller_Action
|
|
121 |
$user->save();
|
122 |
$userId = $user->getId();
|
123 |
|
124 |
-
$user->setRoleIds(
|
125 |
->setRoleUserId($user->getUserId())
|
126 |
->saveRelations();
|
127 |
return $apikey;
|
121 |
$user->save();
|
122 |
$userId = $user->getId();
|
123 |
|
124 |
+
$user->setRoleIds(array($roleId))
|
125 |
->setRoleUserId($user->getUserId())
|
126 |
->saveRelations();
|
127 |
return $apikey;
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>shippo</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -12,11 +12,11 @@
|
|
12 |
Always find the cheapest rate. By comparing the express delivery rates of all courier services, we always find the best prices for your package shipments. Shippo offers both an API and a web interface that makes comparing carriers and finding the cheapest or fastest rates for shipments easy.
|
13 |

|
14 |
It's FREE! As a Magento shop owner, you don't have to pay any setup or monthly fees. We will never charge any hidden fees or subscription costs. You only pay $0.05 per shipping label printed through our services.</description>
|
15 |
-
<notes>
|
16 |
<authors><author><name>Tobias Schottdorf</name><user>TobiasShippo</user><email>tobias@goshippo.com</email></author></authors>
|
17 |
-
<date>2014-04-
|
18 |
-
<time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Shippo"><dir name="Api"><dir name="controllers"><file name="ShippoController.php" hash="
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>0.0.1</min><max>9.9.9</max></php></required></dependencies>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>shippo</name>
|
4 |
+
<version>0.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL 3.0</license>
|
7 |
<channel>community</channel>
|
12 |
Always find the cheapest rate. By comparing the express delivery rates of all courier services, we always find the best prices for your package shipments. Shippo offers both an API and a web interface that makes comparing carriers and finding the cheapest or fastest rates for shipments easy.
|
13 |

|
14 |
It's FREE! As a Magento shop owner, you don't have to pay any setup or monthly fees. We will never charge any hidden fees or subscription costs. You only pay $0.05 per shipping label printed through our services.</description>
|
15 |
+
<notes>Improved version</notes>
|
16 |
<authors><author><name>Tobias Schottdorf</name><user>TobiasShippo</user><email>tobias@goshippo.com</email></author></authors>
|
17 |
+
<date>2014-04-28</date>
|
18 |
+
<time>18:33:28</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="Shippo"><dir name="Api"><dir name="controllers"><file name="ShippoController.php" hash="eee2f02db83e7d90f687180b639f626c"/></dir><dir name="etc"><file name="adminhtml.xml" hash="21b0c98edca061e05fcc4c4765bb93f6"/><file name="config.xml" hash="b5be2580a263b72d4a3513f46faf145e"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Shippo_Api.xml" hash="e4a32a86871013b47dcabfbeef249887"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="shippo"><file name="active.phtml" hash="dd496b954b68a4c652d914d5ad5198d8"/><file name="form.phtml" hash="e899ebdfa55589f7e60b8a6383f55d64"/></dir></dir></dir></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>0.0.1</min><max>9.9.9</max></php></required></dependencies>
|
22 |
</package>
|