Skip to content

Extra colon in a line #31

@hooooool

Description

@hooooool

<a class="button checkout-button" href="' . esc_url($response->getRedirectUrl()) . '" onClick="return woocommerce_start_begateway_payment(event);">' . __('Make payment', 'wc-begateway-payment') . '"</a>

Correct one:
<a class="button checkout-button" href="' . esc_url($response->getRedirectUrl()) . '" onClick="return woocommerce_start_begateway_payment(event);">' . __('Make payment', 'wc-begateway-payment') . '</a>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions