magento2-docker/app/code/IpSupply/Prology/Api/Interface/PriceSuggestionInterface.php

14 lines
191 B
PHP
Executable File

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