Skip to content

Commit

Permalink
Add contact to store reference model (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybelikin authored Oct 18, 2024
1 parent cdca2b6 commit 16cdc6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Model/Entity/References/Store.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ class Store
*/
public $phone;

/**
* @var string
*
* @JMS\Type("string")
* @JMS\SerializedName("contact")
*/
public $contact;

/**
* @var string
*
Expand Down

0 comments on commit 16cdc6c

Please sign in to comment.