<?php declare(strict_types=1);
namespace Ott\PayPalSurcharge;
use Shopware\Core\Framework\Plugin;
class OttPayPalSurcharge extends Plugin
{
}