Skip to content

Commit

Permalink
Modifying Shipping address in code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
aengusbates committed Mar 18, 2016
1 parent 3b224ba commit 47a6829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Beanstream/examples.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
'cvd' => '123'
),
'billing' => array(
'name' => 'Billing Name',
'email_address' => 'email@email.com',
'name' => 'Mr. John Doe',
'email_address' => 'johndoe@email.com',
'phone_number' => '1234567890',
'address_line1' => '456-123 Billing St.',
'city' => 'Billingsville',
'address_line1' => 'Main St.',
'city' => 'Anytown',
'province' => 'BC',
'postal_code' => 'V8J9I5',
'country' => 'CA'
Expand Down

0 comments on commit 47a6829

Please sign in to comment.