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;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function getTags()
|
||||
{
|
||||
return $this->tags;
|
||||
|
||||
Reference in New Issue
Block a user