1 | <?php |
||
15 | class FakeMerchant extends \hiqdev\php\merchant\AbstractMerchant |
||
16 | { |
||
17 | public $requestClass = 'hiqdev\yii2\merchant\tests\unit\FakeRequest'; |
||
18 | |||
19 | public $responseClass = 'hiqdev\yii2\merchant\tests\unit\FakeResponse'; |
||
20 | |||
21 | /** |
||
22 | * Fake Gateway object. |
||
23 | */ |
||
24 | protected $_worker; |
||
25 | |||
26 | public function getWorker() |
||
38 | } |
||
39 |