magento2-docker/app/code/IpSupply/CartToQuote/Api/SendMailInterface.php

11 lines
185 B
PHP
Executable File

<?php
namespace IpSupply\CartToQuote\Api;
interface SendMailInterface
{
/**
* POST for test api
* @param string[] $data
* @return string
*/
public function sendEmail($data);
}