16 lines
433 B
Text
16 lines
433 B
Text
$HASH1 = {
|
|
country => undef,
|
|
entity_id
|
|
=> 8,
|
|
id => 3,
|
|
name => 'Full House Noodle Bar',
|
|
pending => 0,
|
|
postcode
|
|
=> 'LA1 1XD',
|
|
sector => 'I',
|
|
street_name
|
|
=> '21 Common Garden St',
|
|
submitted_by_id
|
|
=> undef,
|
|
town => 'Lancaster'
|
|
};
|