FIX: Check if invoice exists before sending, if exists then save
Send correct UF amount if date in future
This commit is contained in:
@ -163,7 +163,7 @@ abstract class AbstractEndPoint extends LoggerEnabled implements EndPoint
|
||||
}
|
||||
}
|
||||
|
||||
abstract public function save(array $data): bool;
|
||||
abstract protected function mapParams(array $data): array;
|
||||
abstract protected function mapSave(array $data): array;
|
||||
abstract protected function save(array $data): bool;
|
||||
}
|
||||
|
Reference in New Issue
Block a user