| Total Complexity | 3 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class NestPay extends AbstractPos |
||
| 11 | { |
||
| 12 | /** @var AbstractBuilderFactory */ |
||
| 13 | private $builderFactory; |
||
| 14 | |||
| 15 | /** @var NestPayProcessorFactory */ |
||
| 16 | private $processorFactory; |
||
| 17 | |||
| 18 | public function __construct(AbstractConfiguration $configuration) |
||
| 23 | } |
||
| 24 | |||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | * @see \Paranoia\Pos\AbstractPos::buildRequest() |
||
| 29 | * @throws \Paranoia\Exception\NotImplementedError |
||
| 30 | */ |
||
| 31 | protected function buildRequest(Request $request, $transactionType) |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | * @see \Paranoia\Pos\AbstractPos::parseResponse() |
||
| 40 | */ |
||
| 41 | protected function parseResponse($rawResponse, $transactionType) |
||
| 46 |