Plugin Directory

Changeset 3097341


Ignore:
Timestamp:
06/04/2024 11:27:53 AM (22 months ago)
Author:
atomoo
Message:

patched Fatal errors on incompatible method signatures in authorize/src/Gateway.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpayo/trunk/gateways/authorize/src/Gateway.php

    r3088484 r3097341  
    6969        if ( headers_sent() ) {
    7070            /* phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped */
    71             echo $this->get_form_html( $payment );
     71            echo $this->get_form_html( $payment, true );
    7272        } else {
    7373            Core_Util::no_cache();
     
    8686     * @throws \Exception When payment action URL is empty.
    8787     */
    88     public function get_form_html( Payment $payment ) {
     88    public function get_form_html( Payment $payment , $auto_submit = false) {
    8989        $form_inner = $this->get_output_html( $payment );
    9090
Note: See TracChangeset for help on using the changeset viewer.