Skip to content

Commit

Permalink
Be consistent about column names in refund
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard authored Dec 17, 2019
1 parent de7f8da commit c23b38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/doctrine/Refund.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<generator strategy="AUTO" />
</id>

<field name="orderNumber"/>
<field name="orderNumber" column="order_number" />
<field name="amount" type="integer" />
<field name="refundedUnitId" type="integer" nullable="true" column="refunded_unit_id"/>
<field name="type" type="sylius_refund_refund_type" />
Expand Down

0 comments on commit c23b38e

Please sign in to comment.