Skip to content

Commit

Permalink
Updated address info
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Oord committed Feb 23, 2012
1 parent d29bf77 commit 86ae5d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create_and_send_invoice.php
Expand Up @@ -15,7 +15,8 @@
if(empty($contactId)) {
# Set details for new contact
$newContact = new MoneyBirdContact;
$newContact->address = 'Rokin 75';
$newContact->address1 = 'Rokin 75';
$newContact->zipcode = '1234 XY';
$newContact->city = 'Amsterdam';
$newContact->company_name = 'ACME Corp.'; // not required when using first_name && last_name
$newContact->country = 'Netherlands';
Expand Down

0 comments on commit 86ae5d0

Please sign in to comment.