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
The implementation of capture_payment is run regularly by a scheduled job which queries all Integration Requests before checking whether the integration is even enabled.
Suggest:
Move settings = controller.get_settings(data) to the top and return if settings.api_key is not set
The implementation of
capture_payment
is run regularly by a scheduled job which queries all Integration Requests before checking whether the integration is even enabled.Suggest:
Move
settings = controller.get_settings(data)
to the top and return ifsettings.api_key
is not setpayments/payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.py
Lines 381 to 393 in 4919784
version-14
version-15
The text was updated successfully, but these errors were encountered: