Findic IPC

This commit is contained in:
Juan Pablo Vial
2025-10-25 11:23:00 -03:00
parent ab60c9db1b
commit 14d75b1ce9
8 changed files with 53 additions and 30 deletions

View File

@ -1,10 +1,13 @@
<?php
namespace Incoviba\Common\Ideal\Money;
use Psr\Log\LoggerInterface;
use Incoviba\Common\Define;
abstract class Provider implements Define\Money\Provider
{
public function __construct(protected LoggerInterface $logger) {}
protected array $supportedMap = [];
public function supported(string $money_symbol): bool
{