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

Commit

Permalink
Update mastercard creditCardType with proper camel case (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
amiranjom authored Jun 6, 2024
1 parent 2ca7208 commit a0cbf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity/AccountingAccountEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ along with this software (see the LICENSE.md file). If not, see
<!-- Credit Card Type -->
<moqui.basic.EnumerationType description="Credit Card Type" enumTypeId="CreditCardType"/>
<moqui.basic.Enumeration description="Visa" enumId="CctVisa" enumTypeId="CreditCardType"/>
<moqui.basic.Enumeration description="Master Card" enumId="CctMastercard" enumTypeId="CreditCardType"/>
<moqui.basic.Enumeration description="Master Card" enumId="CctMasterCard" enumTypeId="CreditCardType"/>
<moqui.basic.Enumeration description="American Express" enumId="CctAmericanExpress" enumTypeId="CreditCardType"/>
<moqui.basic.Enumeration description="Discover" enumId="CctDiscover" enumTypeId="CreditCardType"/>
<!-- for reference, these are rare and some don't exist any more:
Expand Down

0 comments on commit a0cbf6d

Please sign in to comment.