fix: braintree payment processed twice (#27327)

This commit is contained in:
Frappe PR Bot
2021-09-03 14:45:12 +05:30
committed by GitHub
parent 513822488e
commit 910b9bc3f4
2 changed files with 11 additions and 0 deletions

View File

@@ -311,6 +311,9 @@ doc_events = {
},
"Company": {
"on_trash": "erpnext.regional.india.utils.delete_gst_settings_for_company"
},
"Integration Request": {
"validate": "erpnext.accounts.doctype.payment_request.payment_request.validate_payment"
}
}