Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reindert authored Jan 22, 2017
1 parent e1fbcf0 commit 32e4578
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ $consignment = (new MyParcelConsignmentRepository())
->setCity('Amsterdam')
->setEmail('[email protected]')
->setPhone('+31 (0)634213465')
->setLargeFormat(false)
->setOnlyRecipient(false)
->setSignature(false)
->setReturn(false)
->setInsurance(false)
->setLargeFormat(true)
->setOnlyRecipient(true)
->setSignature(true)
->setReturn(true)
->setInsurance(250)
->setLabelDescription('Order 10034');

$myParcelAPI
Expand Down

0 comments on commit 32e4578

Please sign in to comment.