Skip to content

Commit 4433876

Browse files
committed
Fix typo in README
1 parent 81d9618 commit 4433876

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
@@ -577,7 +577,7 @@ In the example $return is used to show how a return could be handled.
577577
$shipTo->setAddress($address);
578578
$shipTo->setCompanyName('XX');
579579
$shipTo->setAttentionName('XX');
580-
$shipTo->setEmailAddress('XX'');
580+
$shipTo->setEmailAddress('XX');
581581
$shipTo->setPhoneNumber('XX');
582582
$shipment->setShipTo($shipTo);
583583

0 commit comments

Comments
 (0)