createTaxProviders example

private const META_APP_NAME = 'testApp';

    private IdsCollection $ids;

    protected function setUp(): void
    {
        $this->ids = new IdsCollection();
    }

    public function testCreateNewTaxProvider(): void
    {
        $provider = $this->createTaxProviders([
            [
                'identifier' => 'test',
                'name' => 'lol',
                'processUrl' => 'https://example.com',
                'priority' => '1',
            ],
        ]);

        $manifest = $this->createManifest($provider);
        $existing = $this->existingProviders();

        
Home | Imprint | This part of the site doesn't use cookies.