. */ /* */ /*************************************************************************************/ namespace Thelia\Module; use Thelia\Model\Country; interface PaymentModuleInterface extends BaseModuleInterface { /** * @return mixed */ public function pay(); }