Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Merge pull request #5 from mkdecisiondev/arz-oops-ent-default-value
Browse files Browse the repository at this point in the history
Fix groovy expression in entity field default
  • Loading branch information
aabiabdallah authored Sep 5, 2023
2 parents f7ab134 + dfa348b commit e0ac64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entity/ProductStoreEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ along with this software (see the LICENSE.md file). If not, see
<field name="paymentInstrumentEnumId" type="id" is-pk="true"/>
<field name="paymentGatewayConfigId" type="id"/>

<field name="promiseInwardPayments" type="text-indicator" default="Y"><description>
<field name="promiseInwardPayments" type="text-indicator" default="'Y'"><description>
Alkami field that is used to specify if payments that are entering this gateway should be created with the status 'PmntPromised' as opposed to just 'PmntProposed'
</description></field>
<field name="promiseOutwardPayments" type="text-indicator" default="Y"><description>
<field name="promiseOutwardPayments" type="text-indicator" default="'Y'"><description>
Alkami field that is used to specify if payments that are leaving this gateway should be created with the status 'PmntPromised' as opposed to just 'PmntProposed'
</description></field>

Expand Down

0 comments on commit e0ac64c

Please sign in to comment.