Skip to content

Commit

Permalink
Add PayPal fields
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Oct 25, 2023
1 parent 2b1b0ad commit 5b186fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions store/wagtail_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class OrderModelAdmin(ModelAdmin):
"purchaser_email",
"purchaser_full_name",
"paid",
"paypal_order_id",
"paypal_payment_id",
)
search_fields = (
"purchaser_email",
Expand Down

0 comments on commit 5b186fe

Please sign in to comment.