Skip to content

Commit

Permalink
Clean up metadata (#16)
Browse files Browse the repository at this point in the history
* Clean up metadata

* clean up
  • Loading branch information
DerrickGHW authored Oct 3, 2022
1 parent ee19eb6 commit 9e8e1ab
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions metadata/bolt-meta-import/meta/system-objecttype-extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
<attribute attribute-id="boltAutoCapture"/>
<attribute attribute-id="isBoltOrder"/>
<attribute attribute-id="boltCustomFieldList"/>
<attribute attribute-id="bankAuthorizationCode"/>
</attribute-group>
<attribute-group group-id="Bolt Custom Checkboxes">
<display-name xml:lang="x-default">Bolt Custom Checkboxes</display-name>
Expand Down Expand Up @@ -365,13 +366,6 @@
<externally-managed-flag>false</externally-managed-flag>
<min-length>0</min-length>
</attribute-definition>
<attribute-definition attribute-id="boltCreditCardAuthCode">
<display-name xml:lang="x-default">Credit Card Auth Code</display-name>
<type>string</type>
<mandatory-flag>false</mandatory-flag>
<externally-managed-flag>false</externally-managed-flag>
<min-length>0</min-length>
</attribute-definition>
<attribute-definition attribute-id="boltTokenType">
<display-name xml:lang="x-default">Token Type</display-name>
<type>string</type>
Expand Down Expand Up @@ -415,6 +409,18 @@
<min-length>0</min-length>
</attribute-definition>
</custom-attribute-definitions>
<group-definitions>
<attribute-group group-id="APIHookAttributes">
<display-name xml:lang="x-default">Bolt Attributes</display-name>
<attribute attribute-id="boltPSPReference"/>
<attribute attribute-id="boltCreditCardLastDigits"/>
<attribute attribute-id="boltCreditCardBIN"/>
<attribute attribute-id="boltCreditCardHolderName"/>
<attribute attribute-id="boltCreditCardType"/>
<attribute attribute-id="boltCardExpirationMonth"/>
<attribute attribute-id="boltCardExpirationYear"/>
</attribute-group>
</group-definitions>
</type-extension>

<type-extension type-id="ProductLineItem">
Expand Down

0 comments on commit 9e8e1ab

Please sign in to comment.