Preview: CommunicationAbstract.php
Size: 350 B
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/tourmaster/include/paymill/lib/Paymill/API/CommunicationAbstract.php
<?php
namespace Paymill\API;
/**
* Interface
*/
abstract class CommunicationAbstract
{
/**
* Perform API and handle exceptions
*
* @param $action
* @param array $params
* @param string $method
* @return mixed
*/
abstract public function requestApi($action = '', $params = array(), $method = 'POST');
}
Directory Contents
Dirs: 0 × Files: 2