Skip to content

Commit

Permalink
fix: add missing transfer properties (#5)
Browse files Browse the repository at this point in the history
* fix: add missing transfer properties

* add additional info

* remove whitespace
  • Loading branch information
sourcecube authored Aug 7, 2023
1 parent e947509 commit 4d88f01
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@
<property name="ip" type="string"/>
<property name="userHash" type="string"/>
</transfer>

<transfer name="RestCheckoutRequestAttributes">
<property name="customer" type="RestCustomer" restRequestParameter="yes"/>
<property name="signupNewsletter" type="bool" restRequestParameter="yes"/>
</transfer>

<transfer name="RestCustomer">
<property name="email" type="string" restRequestParameter="yes"/>
</transfer>
</transfers>

0 comments on commit 4d88f01

Please sign in to comment.