• Hey Kevin. Reported this bug a couple of years ago, but I just fixed it at the time somehow.

    However, I recently updated the plugin so it came back.

    The issue is with the print_cc_table function.

    You echo a form and table but if there is an error you do a return:

    if ($result[‘isError’]) {
    return; // do not attempt to print details if request was unsuccessful
    }

    Leaving the form and table tag without closure wreaking some havoc on the rest of the HTML.

    Hope this helps. Let me know when you fix and I will upgrade.

    – Craig

  • The topic ‘print_cc_table bug’ is closed to new replies.