We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4433876 commit 70a6c99Copy full SHA for 70a6c99
README.md
@@ -664,7 +664,7 @@ In the example $return is used to show how a return could be handled.
664
$shipment->setReferenceNumber($referenceNumber);
665
666
// Set payment information
667
- $shipment->setPaymentInformation(new \Ups\Entity\PaymentInformation('prepaid', (object)array('AccountNumber' => 'XX)));
+ $shipment->setPaymentInformation(new \Ups\Entity\PaymentInformation('prepaid', (object)array('AccountNumber' => 'XX')));
668
669
// Ask for negotiated rates (optional)
670
$rateInformation = new \Ups\Entity\RateInformation;
0 commit comments