1 | <?php |
||
23 | class PaymentGatewayField extends FieldGroup |
||
24 | { |
||
25 | /** |
||
26 | * Construct the payment gateway select |
||
27 | * This could render the following |
||
28 | * 1. Selectable gateways as an option set |
||
29 | * 2. Hidden field with the only configured gateway |
||
30 | * 3. Message when no gateway is configured |
||
31 | * |
||
32 | * PaymentGatewayField constructor. |
||
33 | */ |
||
34 | public function __construct() |
||
60 | } |