Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Change address formatter to remote_ip for remote_address
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap committed Nov 28, 2021
1 parent e36167d commit a0c699e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/shopware6/customer.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
customer:
customer: { columns: { first_name: { formatter: first_name }, last_name: { formatter: last_name }, company: { formatter: company }, email: { formatter: email }, remote_address: { formatter: address } } }
customer: { columns: { first_name: { formatter: first_name }, last_name: { formatter: last_name }, company: { formatter: company }, email: { formatter: email }, remote_address: { formatter: remote_ip } } }
2 changes: 1 addition & 1 deletion src/config/shopware6/order_customer.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
order_customer:
order_customer: { columns: { email: { formatter: email }, first_name: { formatter: first_name }, last_name: { formatter: last_name }, company: { formatter: company }, remote_address: { formatter: address } } }
order_customer: { columns: { email: { formatter: email }, first_name: { formatter: first_name }, last_name: { formatter: last_name }, company: { formatter: company }, remote_address: { formatter: remote_ip } } }

0 comments on commit a0c699e

Please sign in to comment.