for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace BitBag\SyliusMolliePlugin\Payments\Methods;
use Mollie\Api\Types\PaymentMethod;
final class Ideal extends AbstractMethod
{
public function getMethodId(): string
return PaymentMethod::IDEAL;
}