mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Get country code from seller status
This commit is contained in:
parent
86317a63d1
commit
32c34e7b89
2 changed files with 12 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue