Skip to content

Commit 328fb9a

Browse files
committed
Update README.md
1 parent 3a2ad63 commit 328fb9a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,14 @@ from = Shippo::Address.create(
5353
:object_purpose => 'PURCHASE',
5454
:name => 'Mr. Hippo',
5555
:company => 'Shippo',
56-
:street1 => 'Clayton St.',
57-
:street_no => '215',
56+
:street1 => '215 Clayton St.',
5857
:street2 => '',
5958
:city => 'San Francisco',
6059
:state => 'CA',
6160
:zip => '94117',
6261
:country => 'US',
6362
:phone => '+1 555 341 9393',
6463
:email => 'support@goshippo.com',
65-
:ip => '',
6664
:metadata => 'Customer ID 123456'
6765
)
6866
puts from

0 commit comments

Comments
 (0)