| Total Complexity | 3 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class Create extends AbstractRequest { |
||
| 16 | |||
| 17 | protected $_order; |
||
| 18 | |||
| 19 | public function __construct(Order $order) { |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @throws Exception\InvalidResponse |
||
| 26 | * @throws Exception\RateLimitReached |
||
| 27 | * @throws Exception\ServiceUnavailable |
||
| 28 | */ |
||
| 29 | public function getResponse() : Response\Order\Create { |
||
| 60 | } |
||
| 61 | } |