Skip to content

Commit f7c4303

Browse files
committed
fix: another endshipper arrow
1 parent 0205dc8 commit f7c4303

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

official/docs/ruby/v6/endshipper/update.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
end_shipper = client.end_shipper.update(
66
'es_...',
77
{
8-
'name' => 'New Name',
9-
'street1' => '388 Townsend St',
10-
'street2' => 'Apt 20',
11-
'city' => 'San Francisco',
12-
'state' => 'CA',
13-
'zip' => '94107',
14-
'country' => 'US',
15-
'email' => 'test@example.com',
16-
'phone' => '5555555555',
8+
name: 'New Name',
9+
street1: '388 Townsend St',
10+
street2: 'Apt 20',
11+
city: 'San Francisco',
12+
state: 'CA',
13+
zip: '94107',
14+
country: 'US',
15+
email: 'test@example.com',
16+
phone: '5555555555',
1717
},
1818
)
1919

0 commit comments

Comments
 (0)