Get country code from seller status

This commit is contained in:
Emili Castells Guasch 2025-02-17 17:52:11 +01:00
parent 86317a63d1
commit 32c34e7b89
2 changed files with 12 additions and 3 deletions

View file

@ -81,8 +81,12 @@ class SellerStatus {
return $this->capabilities;
}
public function country() : string {
return $this->country;
}
/**
* Returns the enitity as array.
* Returns the entity as array.
*
* @return array
*/