| Conditions | 1 |
| Paths | 1 |
| Total Lines | 15 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function call(AmazonpayCallTransfer $amazonpayCallTransfer) |
||
| 23 | { |
||
| 24 | $result = $this->client->capture([ |
||
| 25 | static::AMAZON_AUTHORIZATION_ID => |
||
| 26 | $amazonpayCallTransfer->getAmazonpayPayment() |
||
| 27 | ->getAuthorizationDetails() |
||
| 28 | ->getAmazonAuthorizationId(), |
||
| 29 | static::CAPTURE_REFERENCE_ID => |
||
| 30 | $amazonpayCallTransfer->getAmazonpayPayment() |
||
| 31 | ->getCaptureDetails() |
||
| 32 | ->getCaptureReferenceId(), |
||
| 33 | static::CAPTURE_AMOUNT => $this->getAmount($amazonpayCallTransfer), |
||
| 34 | ]); |
||
| 35 | |||
| 36 | return $this->converter->convert($result); |
||
| 37 | } |
||
| 39 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths