Skip to content

Commit

Permalink
fix Payment Request hook path (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: jire87 <[email protected]>
  • Loading branch information
loziogigio and jire87 authored Nov 18, 2023
1 parent 9a9b7ba commit fa960d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webshop/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
website_generators = ["Website Item", "Item Group"]

override_doctype_class = {
"Payment Request": "webshop.webshop.override_doctype.payment_request.PaymentRequest",
"Payment Request": "webshop.webshop.doctype.override_doctype.payment_request.PaymentRequest",
"Item Group": "webshop.webshop.doctype.override_doctype.item_group.WebshopItemGroup",
"Item": "webshop.webshop.doctype.override_doctype.item.WebshopItem",
}
Expand Down

0 comments on commit fa960d8

Please sign in to comment.