D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
app
/
Libs
/
Sdk
/
Communication
/
Filename :
MetadataProviderInterface.php
back
Copy
<?php namespace App\Libs\Sdk\Communication; /** * Interface MetadataProviderInterface * * @package OnlinePayments\Sdk\Communication */ interface MetadataProviderInterface { /** * @return string */ public function getServerMetaInfoValue(); }