Version Notes
Patch release for Magento Connect.
1. Resolved issue where orders with shipments were not passing additional ASNs. Now an ASN is generated for each shipment per order
Download this release
Release Info
Developer | Raymond Lai |
Extension | pitneybowes_gsp |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php +4 -3
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php +4 -3
- app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php +4 -3
- app/code/local/Pb/Pbgsp/Block/Form.php +4 -3
- app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php +4 -3
- app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Api.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Catalog/Category.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Catalog/File.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Catalog/Product.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Credentials.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Handlingoptions.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Helper.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Inboundparcel.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Messages.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Observer.php +6 -5
- app/code/local/Pb/Pbgsp/Model/Ordernumber.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Quote/Duty.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Util.php +4 -3
- app/code/local/Pb/Pbgsp/Model/Variable.php +4 -3
- app/code/local/Pb/Pbgsp/data/pb_pbgsp_setup/data-install-1.0.0.php +3 -4
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php +4 -3
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.0.0-1.0.1.php +4 -3
- package.xml +5 -11
app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.0.
|
5 |
-
* Packaged: 2015-09-
|
6 |
-
* Last Modified: 2015-
|
|
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.0.2)
|
5 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
6 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
7 |
+
|
8 |
|
9 |
* File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php
|
10 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.0.
|
5 |
-
* Packaged: 2015-09-
|
6 |
-
* Last Modified: 2015-
|
|
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.0.2)
|
5 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
6 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
7 |
+
|
8 |
|
9 |
* File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php
|
10 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.0.
|
5 |
-
* Packaged: 2015-09-
|
6 |
-
* Last Modified: 2015-
|
|
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.0.2)
|
5 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
6 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
7 |
+
|
8 |
|
9 |
* File: app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php
|
10 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Block/Form.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Block/Form.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Block/Form.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.0.
|
5 |
-
* Packaged: 2015-09-
|
6 |
-
* Last Modified: 2015-
|
|
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.0.2)
|
5 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
6 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
7 |
+
|
8 |
|
9 |
* File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php
|
10 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Api.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Api.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Api.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.0.
|
5 |
-
* Packaged: 2015-09-
|
6 |
-
* Last Modified: 2015-
|
|
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.0.2)
|
5 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
6 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
7 |
+
|
8 |
|
9 |
* File: app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
|
10 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Catalog/File.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.0.
|
5 |
-
* Packaged: 2015-
|
6 |
-
* Last Modified: 2015-
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/File.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
9 |
*/
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.0.2)
|
5 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
6 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/File.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
9 |
*/
|
app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Credentials.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Credentials.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Credentials.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Helper.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Helper.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Helper.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Messages.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Messages.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Messages.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Observer.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Observer.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
@@ -53,8 +54,8 @@ class Pb_Pbgsp_Model_Observer {
|
|
53 |
//check if ASN already generated or not
|
54 |
$parcel = Mage::getModel("pb_pbgsp/inboundparcel")-> getCollection();
|
55 |
$parcel -> addFieldToFilter('mage_order_number', $order -> getRealOrderId());
|
56 |
-
if(count($parcel) > 0)
|
57 |
-
return;
|
58 |
Pb_Pbgsp_Model_Util::log("Generting ASN.");
|
59 |
$clearPathOrders = Mage::getModel("pb_pbgsp/ordernumber")-> getCollection();
|
60 |
$clearPathOrders -> addFieldToFilter('mage_order_number', $order -> getRealOrderId());
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Observer.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
54 |
//check if ASN already generated or not
|
55 |
$parcel = Mage::getModel("pb_pbgsp/inboundparcel")-> getCollection();
|
56 |
$parcel -> addFieldToFilter('mage_order_number', $order -> getRealOrderId());
|
57 |
+
// if(count($parcel) > 0)
|
58 |
+
// return;
|
59 |
Pb_Pbgsp_Model_Util::log("Generting ASN.");
|
60 |
$clearPathOrders = Mage::getModel("pb_pbgsp/ordernumber")-> getCollection();
|
61 |
$clearPathOrders -> addFieldToFilter('mage_order_number', $order -> getRealOrderId());
|
app/code/local/Pb/Pbgsp/Model/Ordernumber.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Ordernumber.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Ordernumber.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.0.
|
5 |
-
* Packaged: 2015-09-
|
6 |
-
* Last Modified: 2015-
|
|
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.0.2)
|
5 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
6 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
7 |
+
|
8 |
|
9 |
* File: app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
|
10 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Util.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Util.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Util.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Variable.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Variable.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/Model/Variable.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/data/pb_pbgsp_setup/data-install-1.0.0.php
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
<<<<<<< HEAD
|
2 |
<?php
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.0.
|
5 |
-
* Packaged: 2015-
|
6 |
-
* Last Modified: 2015-
|
7 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
9 |
*/
|
|
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.0.0-1.0.1.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.0.
|
4 |
-
* Packaged: 2015-09-
|
5 |
-
* Last Modified: 2015-
|
|
|
6 |
|
7 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
8 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.0.2)
|
4 |
+
* Packaged: 2015-09-25T15:12:28+00:00
|
5 |
+
* Last Modified: 2015-09-21T15:12:31+00:00
|
6 |
+
|
7 |
|
8 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
9 |
* Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>pitneybowes_gsp</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -24,17 +24,11 @@ To learn more, go to <a href="http://www.pb.com/ecom">http://www.pb.com/ec
|
|
24 |
</description>
|
25 |
<notes>Patch release for Magento Connect.
|
26 |

|
27 |
-
1.
|
28 |
-
2. Added City to the Pitney Bowes Hub address provided to store admin on order details
|
29 |
-
3. Update PB tracking URL to https://parceltracking.pb.com/app/#/dashboard/UPIDHERE
|
30 |
-
4. Fixed issue with international tracking url
|
31 |
-
5. Fixed a production issue when exportedFiles variable is null
|
32 |
-
6. Fixed issue with ASN request not sending correct commodity quantity.
|
33 |
-
7. Made the PGP extension not required for installation thru the Magento Connect process.</notes>
|
34 |
<authors><author><name>Raymond Lai</name><user>r3lai</user><email>raymond.lai@pb.com</email></author></authors>
|
35 |
-
<date>2015-08-
|
36 |
-
<time>12:
|
37 |
-
<contents><target name="magelocal"><dir name="Pb"><dir name="Pbgsp"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="
|
38 |
<compatible/>
|
39 |
<dependencies><required><php><min>5.1.0</min><max>5.3.3</max></php></required></dependencies>
|
40 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>pitneybowes_gsp</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
24 |
</description>
|
25 |
<notes>Patch release for Magento Connect.
|
26 |

|
27 |
+
1. Resolved issue where orders with shipments were not passing additional ASNs. Now an ASN is generated for each shipment per order</notes>
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
<authors><author><name>Raymond Lai</name><user>r3lai</user><email>raymond.lai@pb.com</email></author></authors>
|
29 |
+
<date>2015-08-25</date>
|
30 |
+
<time>12:22:10</time>
|
31 |
+
<contents><target name="magelocal"><dir name="Pb"><dir name="Pbgsp"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="548e68590009908723cecfa374d602e5"/></dir><file name="Totals.php" hash="d3fe08a992a3b6e4e40028d9a3879c35"/></dir></dir></dir><dir name="Checkout"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="2b7d754449df188b744c2aa17b640828"/></dir></dir></dir><file name="Form.php" hash="de5bce3424144d8fa56dd1077d5f088f"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="3e5dfdaa6e276d992ad52fc18b7a8da5"/></dir><file name="Totals.php" hash="4de70877e59fb0a953b464f2074148af"/></dir></dir></dir><dir name="Model"><file name="Api.php" hash="56f3315888e3c5a24cbb8858d23ac6d8"/><dir name="Carrier"><file name="ShippingMethod.php" hash="cffefdf45b3513b34b7e9238f5aa0b53"/></dir><dir name="Catalog"><file name="Category.php" hash="f02d08913c5ebfae5354a84207393613"/><file name="Cron.php" hash="cef963ace96cce3d1772fe5c5436bb38"/><file name="File.php" hash="0898368c32d264f2c72edb13406c9330"/><file name="Product.php" hash="a022e077713e18ee6176ce846780f38d"/></dir><file name="Credentials.php" hash="67b17f637fac6151bbf208649607a419"/><dir name="Creditmemo"><file name="Duty.php" hash="e08085cdadab6d95bc33a01259414aa5"/></dir><file name="Handlingoptions.php" hash="a78e67b7c88674aca908e4087f049f0b"/><file name="Helper.php" hash="4d84344ae1984f29b6b95bb1cc08fb02"/><file name="Inboundparcel.php" hash="db9c0be2a971d52e6ea3f8f53597ea6e"/><dir name="Invoice"><file name="Duty.php" hash="041294dc5d2baa1cca9749ca165d668b"/></dir><file name="Messages.php" hash="29b8f6db7747e1b67d9fdcb2b7bace2d"/><dir name="Mysql4"><dir name="Inboundparcel"><file name="Collection.php" hash="ee6323e032c5a1a7185c39603121fe88"/></dir><file name="Inboundparcel.php" hash="968eedd25c4c4c984ac18e2ad4c60f67"/><dir name="Ordernumber"><file name="Collection.php" hash="82c906a3f8af13e265adcb732feccbdc"/></dir><file name="Ordernumber.php" hash="e170d90bb83d4239e92c98afafbc6a31"/><dir name="Variable"><file name="Collection.php" hash="cd5af1ac91a3f2bbe6c6c37f4695fa3b"/></dir><file name="Variable.php" hash="ab1b35e1eedb2ff7f0d8be10a608c399"/></dir><file name="Observer.php" hash="145cc20f7b9f4f8db365a55fa4186e32"/><file name="Ordernumber.php" hash="7116d2e0a1cf363560214962d1e33b98"/><dir name="Pdf"><file name="Tax.php" hash="8dd60868a876296e0ebda930f4112fec"/></dir><dir name="Quote"><file name="Duty.php" hash="27e17211c53ec0c6b3c016dd40c4f608"/></dir><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="177ebb68d686c1d6e78c3117a7d23450"/></dir></dir><dir name="Sales"><dir name="Order"><file name="Shipment.php" hash="9e35063e1feac25bca3a68658c26157f"/></dir></dir><file name="Util.php" hash="2358b4fd7aecd27dcfad7c9a5658d0d6"/><file name="Variable.php" hash="aa93247bd7e1baf314f89db0f0f8f3bf"/></dir><file name="README" hash="e7ad1d9a7ba016753e381a9ca92b696e"/><dir name="data"><dir name="pb_pbgsp_setup"><file name="data-install-1.0.0.php" hash="f39cf32b2e5b7c02ab9a33a064c5ac58"/></dir></dir><dir name="etc"><file name="config.xml" hash="cd07d8dcac33bc08cc62eb66e7bd8761"/><file name="system.xml" hash="32456da492543f56536323a99fd4cc00"/></dir><dir name="sql"><dir name="pbgsp_setup"><file name="mysql4-install-1.0.0.php" hash="ce222cf3a9f46a48dd69131abc320b5f"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="38c4866c9b0ddf74c533b2cfcdf1d4ee"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Pb_Pbgsp.xml" hash="8475d60d4719f8ea7761a4ca39016e48"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Pb_Clearpath.csv" hash="aa4b7a650feb1709a34b6c053b56811c"/><dir name="template"><dir name="email"><file name="pbgsp_shipment_new.html" hash="2cc5cdbeaa719f4dab6a7c9e29fd6574"/></dir></dir></dir></target></contents>
|
32 |
<compatible/>
|
33 |
<dependencies><required><php><min>5.1.0</min><max>5.3.3</max></php></required></dependencies>
|
34 |
</package>
|