Skip to content

Commit

Permalink
Merge pull request #28 from logeecom/cs-5942/update-orm-class
Browse files Browse the repository at this point in the history
update isCreditCardSaved doctrine configuration
  • Loading branch information
ivan-logeecom authored Oct 15, 2024
2 parents 5d9717d + df82f1a commit e384b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/doctrine/MollieCustomer.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</id>
<field name="profileId" column="profile_id" type="string" unique="true"/>
<field name="email" column="email" type="string" unique="true"/>
<field name="isCreditCardSaved" column="is_credit_card_saved" type="string"/>
<field name="isCreditCardSaved" column="is_credit_card_saved" type="string" nullable="true"/>
</mapped-superclass>
</doctrine-mapping>

0 comments on commit e384b9c

Please sign in to comment.