Skip to content

Commit 70a6c99

Browse files
committed
Fix typo in README
1 parent 4433876 commit 70a6c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ In the example $return is used to show how a return could be handled.
664664
$shipment->setReferenceNumber($referenceNumber);
665665

666666
// Set payment information
667-
$shipment->setPaymentInformation(new \Ups\Entity\PaymentInformation('prepaid', (object)array('AccountNumber' => 'XX)));
667+
$shipment->setPaymentInformation(new \Ups\Entity\PaymentInformation('prepaid', (object)array('AccountNumber' => 'XX')));
668668

669669
// Ask for negotiated rates (optional)
670670
$rateInformation = new \Ups\Entity\RateInformation;

0 commit comments

Comments
 (0)