Methods¶
vote() ¶
AbstractVoter.php
:
16
Returns true if the payment method is available for the given cart, false otherwise.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$method | PaymentMethodInterface | - | - |
$cart | CartInterface | - | - |
Return values
bool
getVote() ¶
AbstractVoter.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$method | PaymentMethodInterface | - | - |
$cart | CartInterface | - | - |
Return values
bool