Revert "[cleanup] PayPal payment UX and moved related methods to hooks of respective apps"

This commit is contained in:
Anand Doshi
2016-03-23 11:59:24 +05:30
parent eec21d041c
commit a75fe1a4c3
5 changed files with 14 additions and 120 deletions

View File

@@ -117,15 +117,6 @@ doc_events = {
},
"Address": {
"validate": "erpnext.shopping_cart.cart.set_customer_in_address"
},
# From Paypal Integration app
"PayPal Settings": {
"on_update": "erpnext.accounts.doctype.payment_gateway.fixtures.paypal.create_payment_gateway_and_account"
},
"Paypal Express Payment": {
"on_update": "erpnext.shopping_cart.cart.set_redirect"
}
}