Skip to content

Issue in verify.php file #16

Open
Open
@mdsdigitalmedia

Description

@mdsdigitalmedia

The default value $success = true;. It should be false.
This happened to us, The block, if (empty($_POST['razorpay_payment_id']) === false) was skipped because $_POST['razorpay_payment_id']) was not generated and the final block, if ($success === true) was executed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions