Skip to content

Commit

Permalink
Add enum to the phone_verification_status schema property in Contac…
Browse files Browse the repository at this point in the history
…tInformationController.

Address #1717 (comment)
  • Loading branch information
eason9487 committed Oct 17, 2022
1 parent 290da41 commit bba9fa3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ protected function get_schema_properties(): array {
'type' => 'string',
'description' => __( 'The verification status of the phone number associated with the Merchant Center account.', 'google-listings-and-ads' ),
'context' => [ 'view' ],
'enum' => [ 'verified', 'unverified' ],
],
'mc_address' => [
'type' => 'object',
Expand Down

0 comments on commit bba9fa3

Please sign in to comment.