| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class AmazonpayToCustomerBridge implements AmazonpayToCustomerInterface |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @var \Spryker\Client\Customer\CustomerClientInterface |
||
| 15 | */ |
||
| 16 | protected $customerClient; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param \Spryker\Client\Customer\CustomerClientInterface $customerClient |
||
| 20 | */ |
||
| 21 | public function __construct($customerClient) |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return \Generated\Shared\Transfer\CustomerTransfer|null |
||
| 28 | */ |
||
| 29 | public function getCustomer() |
||
| 35 |