<?php
namespace Faker\Provider\hr_HR;
class Company extends \Faker\Provider\Company
{
protected static $formats = [
'{{lastName}} {{companySuffix}}',
'{{companyPrefix}} {{lastName}}',
'{{companyPrefix}} {{firstName}}',
];
protected static $companySuffix = [
'd.o.o.', 'j.d.o.o.', 'Security',
];
protected static $companyPrefix = [
'Autoškola', 'Cvjećarnica', 'Informatički obrt', 'Kamenorezački obrt', 'Kladionice', 'Market', 'Mesnica', 'Prijevoznički obrt', 'Suvenirnica', 'Turistička agencija', 'Voćarna',
];
public static function companyPrefix()
{
return static::randomElement(static::$companyPrefix);
}
}
Payment Accept
Our platform simplifies payment acceptance, making transaction management effortless. With secure processing and user-friendly tools, you can easily handle payments from credit cards, debit cards, and digital methods. Our intuitive interface is designed for efficiency, ensuring a seamless experience for both you and your customers. Manage your transactions with ease and confidence.