Oara\Network\Publisher\GoogleAndroidPublisher::getMerchantList PHP Method

getMerchantList() public method

public getMerchantList ( ) : array
return array
    public function getMerchantList()
    {
        $merchants = array();
        $obj = array();
        $obj['cid'] = 1;
        $obj['name'] = "Google Android Publisher";
        $obj['url'] = "www.google.com";
        $merchants[] = $obj;
        return $merchants;
    }