@@ -8,8 +8,8 @@ |
||
8 | 8 | |
9 | 9 | class POA implements NodeInterface |
10 | 10 | { |
11 | - const POA_ONE_TIME = '1'; // One Time POA |
|
12 | - const POA_BLANKET = '2'; // Blanket POA |
|
11 | + const POA_ONE_TIME = '1'; // One Time POA |
|
12 | + const POA_BLANKET = '2'; // Blanket POA |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * @var string |
@@ -8,9 +8,9 @@ |
||
8 | 8 | |
9 | 9 | class ShipperFiled implements NodeInterface |
10 | 10 | { |
11 | - const SF_ITN = 'A'; // Requires the ITN |
|
12 | - const SF_EXEMPTION_LEGEND = 'B'; // Requires the Exemption Legend |
|
13 | - const SF_POST_DEPARTURE_FILING = 'C'; // Requires Post Departure Filing Citation |
|
11 | + const SF_ITN = 'A'; // Requires the ITN |
|
12 | + const SF_EXEMPTION_LEGEND = 'B'; // Requires the Exemption Legend |
|
13 | + const SF_POST_DEPARTURE_FILING = 'C'; // Requires Post Departure Filing Citation |
|
14 | 14 | |
15 | 15 | /** |
16 | 16 | * @var string |
@@ -8,8 +8,8 @@ |
||
8 | 8 | |
9 | 9 | class EEIFilingOption implements NodeInterface |
10 | 10 | { |
11 | - const FO_SHIPPER = '1'; // Shipper Filed |
|
12 | - const FO_UPS = '3'; // UPS Filed |
|
11 | + const FO_SHIPPER = '1'; // Shipper Filed |
|
12 | + const FO_UPS = '3'; // UPS Filed |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * @var string |
@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | class StatusType |
6 | 6 | { |
7 | - const ST_IN_TRANSIT = 'I'; // In Transit |
|
8 | - const ST_DELIVERED = 'D'; // Delivered |
|
9 | - const ST_EXCEPTION = 'X'; // Exception |
|
10 | - const ST_PICKUP = 'P'; // Pickup |
|
11 | - const ST_MANIFEST_PICKUP = 'M'; // Manifest Pickup |
|
7 | + const ST_IN_TRANSIT = 'I'; // In Transit |
|
8 | + const ST_DELIVERED = 'D'; // Delivered |
|
9 | + const ST_EXCEPTION = 'X'; // Exception |
|
10 | + const ST_PICKUP = 'P'; // Pickup |
|
11 | + const ST_MANIFEST_PICKUP = 'M'; // Manifest Pickup |
|
12 | 12 | |
13 | 13 | public $Code; |
14 | 14 | public $Description; |
@@ -186,46 +186,46 @@ |
||
186 | 186 | $patterns = [ |
187 | 187 | |
188 | 188 | // UPS Mail Innovations tracking numbers |
189 | - '/^MI\d{6}\d{1,22}$/',// MI 000000 00000000+ |
|
189 | + '/^MI\d{6}\d{1,22}$/', // MI 000000 00000000+ |
|
190 | 190 | |
191 | 191 | // USPS - Certified Mail |
192 | - '/^94071\d{17}$/', // 9407 1000 0000 0000 0000 00 |
|
193 | - '/^7\d{19}$/', // 7000 0000 0000 0000 0000 |
|
192 | + '/^94071\d{17}$/', // 9407 1000 0000 0000 0000 00 |
|
193 | + '/^7\d{19}$/', // 7000 0000 0000 0000 0000 |
|
194 | 194 | |
195 | 195 | // USPS - Collect on Delivery |
196 | - '/^93033\d{17}$/', // 9303 3000 0000 0000 0000 00 |
|
197 | - '/^M\d{9}$/', // M000 0000 00 |
|
196 | + '/^93033\d{17}$/', // 9303 3000 0000 0000 0000 00 |
|
197 | + '/^M\d{9}$/', // M000 0000 00 |
|
198 | 198 | |
199 | 199 | // USPS - Global Express Guaranteed |
200 | - '/^82\d{10}$/', // 82 000 000 00 |
|
200 | + '/^82\d{10}$/', // 82 000 000 00 |
|
201 | 201 | |
202 | 202 | // USPS - Priority Mail Express International |
203 | - '/^EC\d{9}US$/', // EC 000 000 000 US |
|
203 | + '/^EC\d{9}US$/', // EC 000 000 000 US |
|
204 | 204 | |
205 | 205 | // USPS Innovations Expedited |
206 | - '/^927\d{23}$/', // 9270 8900 8900 8900 8900 8900 00 |
|
206 | + '/^927\d{23}$/', // 9270 8900 8900 8900 8900 8900 00 |
|
207 | 207 | |
208 | 208 | // USPS - Priority Mail Express |
209 | - '/^927\d{19}$/', // 9270 1000 0000 0000 0000 00 |
|
210 | - '/^EA\d{9}US$/', // EA 000 000 000 US |
|
209 | + '/^927\d{19}$/', // 9270 1000 0000 0000 0000 00 |
|
210 | + '/^EA\d{9}US$/', // EA 000 000 000 US |
|
211 | 211 | |
212 | 212 | // USPS - Priority Mail International |
213 | - '/^CP\d{9}US$/', // CP 000 000 000 US |
|
213 | + '/^CP\d{9}US$/', // CP 000 000 000 US |
|
214 | 214 | |
215 | 215 | // USPS - Priority Mail |
216 | - '/^92055\d{17}$/', // 9205 5000 0000 0000 0000 00 |
|
217 | - '/^14\d{18}$/', // 1400 0000 0000 0000 0000 |
|
216 | + '/^92055\d{17}$/', // 9205 5000 0000 0000 0000 00 |
|
217 | + '/^14\d{18}$/', // 1400 0000 0000 0000 0000 |
|
218 | 218 | |
219 | 219 | // USPS - Registered Mail |
220 | - '/^92088\d{17}$/', // 9208 8000 0000 0000 0000 00 |
|
221 | - '/^RA\d{9}US$/', // RA 000 000 000 US |
|
220 | + '/^92088\d{17}$/', // 9208 8000 0000 0000 0000 00 |
|
221 | + '/^RA\d{9}US$/', // RA 000 000 000 US |
|
222 | 222 | |
223 | 223 | // USPS - Signature Confirmation |
224 | - '/^9202\d{16}US$/', // 9202 1000 0000 0000 0000 00 |
|
225 | - '/^23\d{16}US$/', // 2300 0000 0000 0000 0000 |
|
224 | + '/^9202\d{16}US$/', // 9202 1000 0000 0000 0000 00 |
|
225 | + '/^23\d{16}US$/', // 2300 0000 0000 0000 0000 |
|
226 | 226 | |
227 | 227 | // USPS - Tracking |
228 | - '/^94\d{20}$/', // 9400 1000 0000 0000 0000 00 |
|
228 | + '/^94\d{20}$/', // 9400 1000 0000 0000 0000 00 |
|
229 | 229 | '/^03\d{18}$/' // 0300 0000 0000 0000 0000 |
230 | 230 | ]; |
231 | 231 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | * |
42 | 42 | * @throws Exception |
43 | 43 | * |
44 | - * @return TimeInTransitRequest |
|
44 | + * @return TimeInTransitResponse |
|
45 | 45 | */ |
46 | 46 | public function getTimeInTransit(TimeInTransitRequest $shipment) |
47 | 47 | { |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | 'endpointurl' => $this->getEndpointUrl(), |
102 | 102 | ]); |
103 | 103 | |
104 | - $this->logger->debug('Request: ' . $this->getRequest(), [ |
|
104 | + $this->logger->debug('Request: '.$this->getRequest(), [ |
|
105 | 105 | 'id' => $id, |
106 | 106 | 'endpointurl' => $this->getEndpointUrl(), |
107 | 107 | ]); |
@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | $response = $this->client->post( |
111 | 111 | $this->getEndpointUrl(), |
112 | 112 | [ |
113 | - 'body' => $this->getAccess() . $this->getRequest(), |
|
113 | + 'body' => $this->getAccess().$this->getRequest(), |
|
114 | 114 | 'headers' => [ |
115 | 115 | 'Content-type' => 'application/x-www-form-urlencoded; charset=utf-8', |
116 | 116 | 'Accept-Charset' => 'UTF-8', |
@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | 'endpointurl' => $this->getEndpointUrl(), |
127 | 127 | ]); |
128 | 128 | |
129 | - $this->logger->debug('Response: ' . $body, [ |
|
129 | + $this->logger->debug('Response: '.$body, [ |
|
130 | 130 | 'id' => $id, |
131 | 131 | 'endpointurl' => $this->getEndpointUrl(), |
132 | 132 | ]); |
@@ -141,7 +141,7 @@ discard block |
||
141 | 141 | |
142 | 142 | return $responseInstance->setText($body)->setResponse($xml); |
143 | 143 | } elseif ($xml->Response->ResponseStatusCode == 0) { |
144 | - throw new InvalidResponseException('Failure: ' . $xml->Response->Error->ErrorDescription . ' (' . $xml->Response->Error->ErrorCode . ')'); |
|
144 | + throw new InvalidResponseException('Failure: '.$xml->Response->Error->ErrorDescription.' ('.$xml->Response->Error->ErrorCode.')'); |
|
145 | 145 | } |
146 | 146 | } else { |
147 | 147 | throw new InvalidResponseException('Failure: response is in an unexpected format.'); |
@@ -153,7 +153,7 @@ discard block |
||
153 | 153 | 'endpointurl' => $this->getEndpointUrl(), |
154 | 154 | ]); |
155 | 155 | |
156 | - throw new RequestException('Failure: ' . $e->getMessage()); |
|
156 | + throw new RequestException('Failure: '.$e->getMessage()); |
|
157 | 157 | } |
158 | 158 | } |
159 | 159 |
@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | } |
20 | 20 | |
21 | 21 | /** |
22 | - * @return transportationShipmentCharge |
|
22 | + * @return ShipmentCharge |
|
23 | 23 | */ |
24 | 24 | public function getTransportationShipmentCharge() |
25 | 25 | { |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | } |
44 | 44 | |
45 | 45 | /** |
46 | - * @return dutiesAndTaxesShipmentCharge |
|
46 | + * @return ShipmentCharge |
|
47 | 47 | */ |
48 | 48 | public function getDutiesAndTaxesShipmentCharge() |
49 | 49 | { |
@@ -33,7 +33,7 @@ |
||
33 | 33 | public function setShipmentCharge(ShipmentCharge $shipmentCharge) |
34 | 34 | { |
35 | 35 | if ($shipmentCharge->getType() == ShipmentCharge::SHIPMENT_CHARGE_TYPE_TRANSPORTATION) { |
36 | - $this->transportationShipmentCharge = $shipmentCharge; |
|
36 | + $this->transportationShipmentCharge = $shipmentCharge; |
|
37 | 37 | } else if ($shipmentCharge->getType() == ShipmentCharge::SHIPMENT_CHARGE_TYPE_DUTIES) { |
38 | 38 | $this->dutiesAndTaxesShipmentCharge = $shipmentCharge; |
39 | 39 | } else { |
@@ -310,60 +310,60 @@ |
||
310 | 310 | |
311 | 311 | for ($shipmentChargeRec = 1; $shipmentChargeRec <= 2; $shipmentChargeRec++) { |
312 | 312 | |
313 | - if ($shipmentChargeRec == 1) { |
|
314 | - $rec = $shipment->getItemizedPaymentInformation()->getTransportationShipmentCharge(); |
|
315 | - if ($rec == null) continue; |
|
316 | - $node = $paymentNode->appendChild($xml->createElement('ShipmentCharge')); |
|
317 | - $node->appendChild($xml->createElement('Type', \Ups\Entity\ShipmentCharge::SHIPMENT_CHARGE_TYPE_TRANSPORTATION)); |
|
318 | - } else { |
|
319 | - $rec = $shipment->getItemizedPaymentInformation()->getDutiesAndTaxesShipmentCharge(); |
|
320 | - if ($rec == null) continue; |
|
321 | - $node = $paymentNode->appendChild($xml->createElement('ShipmentCharge')); |
|
322 | - $node->appendChild($xml->createElement('Type', \Ups\Entity\ShipmentCharge::SHIPMENT_CHARGE_TYPE_DUTIES)); |
|
323 | - } |
|
313 | + if ($shipmentChargeRec == 1) { |
|
314 | + $rec = $shipment->getItemizedPaymentInformation()->getTransportationShipmentCharge(); |
|
315 | + if ($rec == null) continue; |
|
316 | + $node = $paymentNode->appendChild($xml->createElement('ShipmentCharge')); |
|
317 | + $node->appendChild($xml->createElement('Type', \Ups\Entity\ShipmentCharge::SHIPMENT_CHARGE_TYPE_TRANSPORTATION)); |
|
318 | + } else { |
|
319 | + $rec = $shipment->getItemizedPaymentInformation()->getDutiesAndTaxesShipmentCharge(); |
|
320 | + if ($rec == null) continue; |
|
321 | + $node = $paymentNode->appendChild($xml->createElement('ShipmentCharge')); |
|
322 | + $node->appendChild($xml->createElement('Type', \Ups\Entity\ShipmentCharge::SHIPMENT_CHARGE_TYPE_DUTIES)); |
|
323 | + } |
|
324 | 324 | |
325 | - if ($rec->getBillShipper()) { |
|
326 | - $node = $node->appendChild($xml->createElement('BillShipper')); |
|
325 | + if ($rec->getBillShipper()) { |
|
326 | + $node = $node->appendChild($xml->createElement('BillShipper')); |
|
327 | 327 | |
328 | - $billShipper = $rec->getBillShipper(); |
|
329 | - if (isset($billShipper) && $rec->getBillShipper()->getAccountNumber()) { |
|
330 | - $node->appendChild($xml->createElement('AccountNumber', $rec->getBillShipper()->getAccountNumber())); |
|
331 | - } elseif (isset($billShipper) && $rec->getBillShipper()->getCreditCard()) { |
|
332 | - $ccNode = $node->appendChild($xml->createElement('CreditCard')); |
|
333 | - $ccNode->appendChild($xml->createElement('Type', $rec->getBillShipper()->getCreditCard()->getType())); |
|
334 | - $ccNode->appendChild($xml->createElement('Number', $rec->getBillShipper()->getCreditCard()->getNumber())); |
|
335 | - $ccNode->appendChild($xml->createElement('ExpirationDate', $rec->getBillShipper()->getCreditCard()->getExpirationDate())); |
|
328 | + $billShipper = $rec->getBillShipper(); |
|
329 | + if (isset($billShipper) && $rec->getBillShipper()->getAccountNumber()) { |
|
330 | + $node->appendChild($xml->createElement('AccountNumber', $rec->getBillShipper()->getAccountNumber())); |
|
331 | + } elseif (isset($billShipper) && $rec->getBillShipper()->getCreditCard()) { |
|
332 | + $ccNode = $node->appendChild($xml->createElement('CreditCard')); |
|
333 | + $ccNode->appendChild($xml->createElement('Type', $rec->getBillShipper()->getCreditCard()->getType())); |
|
334 | + $ccNode->appendChild($xml->createElement('Number', $rec->getBillShipper()->getCreditCard()->getNumber())); |
|
335 | + $ccNode->appendChild($xml->createElement('ExpirationDate', $rec->getBillShipper()->getCreditCard()->getExpirationDate())); |
|
336 | 336 | |
337 | - if ($rec->getBillShipper()->getCreditCard()->getSecurityCode()) { |
|
338 | - $ccNode->appendChild($xml->createElement('SecurityCode', $rec->getBillShipper()->getCreditCard()->getSecurityCode())); |
|
339 | - } |
|
337 | + if ($rec->getBillShipper()->getCreditCard()->getSecurityCode()) { |
|
338 | + $ccNode->appendChild($xml->createElement('SecurityCode', $rec->getBillShipper()->getCreditCard()->getSecurityCode())); |
|
339 | + } |
|
340 | 340 | |
341 | - if ($rec->getBillShipper()->getCreditCard()->getAddress()) { |
|
342 | - $ccNode->appendChild($rec->getBillShipper()->getCreditCard()->getAddress()->toNode($xml)); |
|
343 | - } |
|
344 | - } |
|
345 | - } else if ($rec->getBillReceiver()) { |
|
346 | - // TODO not done yet |
|
347 | - } elseif ($rec->getBillThirdParty()) { |
|
348 | - $node = $node->appendChild($xml->createElement('BillThirdParty')); |
|
349 | - $btpNode = $node->appendChild($xml->createElement('BillThirdPartyShipper')); |
|
350 | - $btpNode->appendChild($xml->createElement('AccountNumber', $rec->getBillThirdParty()->getAccountNumber())); |
|
341 | + if ($rec->getBillShipper()->getCreditCard()->getAddress()) { |
|
342 | + $ccNode->appendChild($rec->getBillShipper()->getCreditCard()->getAddress()->toNode($xml)); |
|
343 | + } |
|
344 | + } |
|
345 | + } else if ($rec->getBillReceiver()) { |
|
346 | + // TODO not done yet |
|
347 | + } elseif ($rec->getBillThirdParty()) { |
|
348 | + $node = $node->appendChild($xml->createElement('BillThirdParty')); |
|
349 | + $btpNode = $node->appendChild($xml->createElement('BillThirdPartyShipper')); |
|
350 | + $btpNode->appendChild($xml->createElement('AccountNumber', $rec->getBillThirdParty()->getAccountNumber())); |
|
351 | 351 | |
352 | - $tpNode = $btpNode->appendChild($xml->createElement('ThirdParty')); |
|
353 | - $addressNode = $tpNode->appendChild($xml->createElement('Address')); |
|
352 | + $tpNode = $btpNode->appendChild($xml->createElement('ThirdParty')); |
|
353 | + $addressNode = $tpNode->appendChild($xml->createElement('Address')); |
|
354 | 354 | |
355 | - $thirdPartAddress = $rec->getBillThirdParty()->getThirdPartyAddress(); |
|
356 | - if (isset($thirdPartAddress) && $rec->getBillThirdParty()->getThirdPartyAddress()->getPostalCode()) { |
|
357 | - $addressNode->appendChild($xml->createElement('PostalCode', $rec->getBillThirdParty()->getThirdPartyAddress()->getPostalCode())); |
|
358 | - } |
|
355 | + $thirdPartAddress = $rec->getBillThirdParty()->getThirdPartyAddress(); |
|
356 | + if (isset($thirdPartAddress) && $rec->getBillThirdParty()->getThirdPartyAddress()->getPostalCode()) { |
|
357 | + $addressNode->appendChild($xml->createElement('PostalCode', $rec->getBillThirdParty()->getThirdPartyAddress()->getPostalCode())); |
|
358 | + } |
|
359 | 359 | |
360 | - $addressNode->appendChild($xml->createElement('CountryCode', $rec->getBillThirdParty()->getThirdPartyAddress()->getCountryCode())); |
|
361 | - } elseif ($rec->getConsigneeBilled()) { |
|
362 | - $node->appendChild($xml->createElement('ConsigneeBilled')); |
|
363 | - } |
|
360 | + $addressNode->appendChild($xml->createElement('CountryCode', $rec->getBillThirdParty()->getThirdPartyAddress()->getCountryCode())); |
|
361 | + } elseif ($rec->getConsigneeBilled()) { |
|
362 | + $node->appendChild($xml->createElement('ConsigneeBilled')); |
|
363 | + } |
|
364 | 364 | } |
365 | 365 | if ($shipment->getItemizedPaymentInformation()->getSplitDutyVATIndicator()) { |
366 | - $paymentNode->appendChild($xml->createElement('SplitDutyVATIndicator')); |
|
366 | + $paymentNode->appendChild($xml->createElement('SplitDutyVATIndicator')); |
|
367 | 367 | } |
368 | 368 | } |
369 | 369 |
@@ -308,7 +308,7 @@ |
||
308 | 308 | } elseif ($shipment->getItemizedPaymentInformation()) { |
309 | 309 | $paymentNode = $shipmentNode->appendChild($xml->createElement('ItemizedPaymentInformation')); |
310 | 310 | |
311 | - for ($shipmentChargeRec = 1; $shipmentChargeRec <= 2; $shipmentChargeRec++) { |
|
311 | + for ($shipmentChargeRec = 1; $shipmentChargeRec <= 2; $shipmentChargeRec++) { |
|
312 | 312 | |
313 | 313 | if ($shipmentChargeRec == 1) { |
314 | 314 | $rec = $shipment->getItemizedPaymentInformation()->getTransportationShipmentCharge(); |
@@ -312,12 +312,16 @@ |
||
312 | 312 | |
313 | 313 | if ($shipmentChargeRec == 1) { |
314 | 314 | $rec = $shipment->getItemizedPaymentInformation()->getTransportationShipmentCharge(); |
315 | - if ($rec == null) continue; |
|
315 | + if ($rec == null) { |
|
316 | + continue; |
|
317 | + } |
|
316 | 318 | $node = $paymentNode->appendChild($xml->createElement('ShipmentCharge')); |
317 | 319 | $node->appendChild($xml->createElement('Type', \Ups\Entity\ShipmentCharge::SHIPMENT_CHARGE_TYPE_TRANSPORTATION)); |
318 | 320 | } else { |
319 | 321 | $rec = $shipment->getItemizedPaymentInformation()->getDutiesAndTaxesShipmentCharge(); |
320 | - if ($rec == null) continue; |
|
322 | + if ($rec == null) { |
|
323 | + continue; |
|
324 | + } |
|
321 | 325 | $node = $paymentNode->appendChild($xml->createElement('ShipmentCharge')); |
322 | 326 | $node->appendChild($xml->createElement('Type', \Ups\Entity\ShipmentCharge::SHIPMENT_CHARGE_TYPE_DUTIES)); |
323 | 327 | } |