Skip to content

Commit

Permalink
Merge pull request #158 from vierarb/master
Browse files Browse the repository at this point in the history
Example fixed. Location extensions
  • Loading branch information
mcloonan committed Nov 5, 2018
2 parents cebae61 + a8d2d1a commit 0bc64fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ def add_gmb_location_extensions(gmb_email_address, gmb_access_token,
:placeholder_types => [PLACEHOLDER_TYPE_LOCATION],
:matching_function => {
:operator => 'IDENTITY',
:lhs_operand => {
:lhs_operand => [{
:xsi_type => 'ConstantOperand',
:type => 'BOOLEAN',
:boolean_value => true
}
}]
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ def add_gmb_location_extensions(gmb_email_address, gmb_access_token,
:placeholder_types => [PLACEHOLDER_TYPE_LOCATION],
:matching_function => {
:operator => 'IDENTITY',
:lhs_operand => {
:lhs_operand => [{
:xsi_type => 'ConstantOperand',
:type => 'BOOLEAN',
:boolean_value => true
}
}]
}
}

Expand Down

0 comments on commit 0bc64fb

Please sign in to comment.