| Total Complexity | 4 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class PaymentOptionsCalculator implements PaymentOptionsCalculatorInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var \SprykerEco\Zed\Heidelpay\Business\Payment\CreditCard\PaymentOption\PaymentOptionInterface[] |
||
| 17 | */ |
||
| 18 | protected $paymentOptions; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param \SprykerEco\Zed\Heidelpay\Business\Payment\CreditCard\PaymentOption\PaymentOptionInterface[] $paymentOptions |
||
| 22 | */ |
||
| 23 | public function __construct(array $paymentOptions) |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
| 30 | * |
||
| 31 | * @return \Generated\Shared\Transfer\HeidelpayCreditCardPaymentOptionsTransfer |
||
| 32 | */ |
||
| 33 | public function getCreditCardPaymentOptions(QuoteTransfer $quoteTransfer): HeidelpayCreditCardPaymentOptionsTransfer |
||
| 47 |