forked from LiveCarta/PayPal-PHP-SDK
Fix to Missing Test Model Class
This commit is contained in:
@@ -34,6 +34,9 @@ class ArrayClass extends PayPalModel
|
|||||||
$this->tags = $tags;
|
$this->tags = $tags;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
public function getTags()
|
public function getTags()
|
||||||
{
|
{
|
||||||
return $this->tags;
|
return $this->tags;
|
||||||
|
|||||||
Reference in New Issue
Block a user