| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class IsCaptureSuccessPlugin extends AbstractPlugin implements ConditionInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritDoc} |
||
| 24 | * - Checks if Capture transaction was successful. |
||
| 25 | * |
||
| 26 | * @api |
||
| 27 | * |
||
| 28 | * @param \Orm\Zed\Sales\Persistence\SpySalesOrderItem $orderItem |
||
| 29 | * |
||
| 30 | * @return bool |
||
| 31 | */ |
||
| 32 | public function check(SpySalesOrderItem $orderItem): bool |
||
| 38 |