Hook actionPresentPaymentOptions

Information

Payment options Presenter:

This hook is called before payment options are presented

Hook locations:

  • front office

Hook type: action

Located in:

Parameters details

    <?php
    [
        'paymentOptions' => (array) &$paymentOptions,
    ]

Call of the Hook in the origin file

Hook::exec('actionPresentPaymentOptions',
            ['paymentOptions' => &$paymentOptions]
        )