You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm using Stripe Payment Gateway then at the time of payment it is giving error that
Some information is missing. Looks like someone sent you to an incomplete URL. Please ask them to look into it.
I looked into the code and found that in the stripe_checkout.py file, where we defined get_context, I have written some print statements for debugging the code and here, I found this thing.
This is the output of frappe.form_dict
and the output of this line : print(set(expected_keys) - set(list(frappe.form_dict))),
is:-
Means get_context is not able to get the payment_gateway key that's why the interpreter does not go inside the if block and giving error in else block.
Version
ERPNext: v14.76.0 (version-14)
Frappe Framework: v14.85.1 (version-14)
Payments: v0.0.1 (develop)
Installation method
manual install
Relevant log output / Stack trace / Full Error Message.
Some information is missing. Looks like someone sent you to an incomplete URL. Please ask them to look into it.
The text was updated successfully, but these errors were encountered:
Information about bug
When I'm using Stripe Payment Gateway then at the time of payment it is giving error that
Some information is missing. Looks like someone sent you to an incomplete URL. Please ask them to look into it.
I looked into the code and found that in the stripe_checkout.py file, where we defined get_context, I have written some print statements for debugging the code and here, I found this thing.
This is the output of frappe.form_dict
and the output of this line : print(set(expected_keys) - set(list(frappe.form_dict))),
is:-
Means get_context is not able to get the payment_gateway key that's why the interpreter does not go inside the if block and giving error in else block.
Version
ERPNext: v14.76.0 (version-14)
Frappe Framework: v14.85.1 (version-14)
Payments: v0.0.1 (develop)
Installation method
manual install
Relevant log output / Stack trace / Full Error Message.
Some information is missing. Looks like someone sent you to an incomplete URL. Please ask them to look into it.
The text was updated successfully, but these errors were encountered: