Skip to content

Commit

Permalink
Feature/sfi 698 support sfra7 (#1073)
Browse files Browse the repository at this point in the history
* chore: support SFRA v7 in BM

* chore: support SFRA v7 in BM
  • Loading branch information
shanikantsingh authored Apr 24, 2024
1 parent 56049a2 commit e4bb6a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions metadata/site_import/meta/system-objecttype-extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,8 @@
<min-length>0</min-length>
</attribute-definition>
<attribute-definition attribute-id="Adyen_SFRA6_Compatibility">
<display-name xml:lang="x-default">SFRA v6 compatibility enabled </display-name>
<description xml:lang="x-default">This setting should be enabled when using SFRA v6. Otherwise it should be disabled</description>
<display-name xml:lang="x-default">SFRA v6/v7 compatibility enabled </display-name>
<description xml:lang="x-default">This setting should be enabled when using SFRA v6 or v7. Otherwise it should be disabled</description>
<type>boolean</type>
<mandatory-flag>false</mandatory-flag>
<externally-managed-flag>false</externally-managed-flag>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
</div>
</div>
<div class="form-group">
<label class="form-title mb-0" for="sfraCompatibility">Storefront Reference Architecture (SFRA) - version 6</label>
<small id="sfraCompatibilityHelp" class="form-text mb-1"><a class="text-primary" href="https://developer.salesforce.com/docs/commerce/sfra/guide/sfra-faq.html" target="_blank">SFRA</a> combines best practices in site design and technical architecture so you can customize your store’s website. This setting should only be enabled if you’re using SFRA v6.</small>
<label class="form-title mb-0" for="sfraCompatibility">Storefront Reference Architecture (SFRA) - version 6 or 7</label>
<small id="sfraCompatibilityHelp" class="form-text mb-1"><a class="text-primary" href="https://developer.salesforce.com/docs/commerce/sfra/guide/sfra-faq.html" target="_blank">SFRA</a> combines best practices in site design and technical architecture so you can customize your store’s website. This setting should only be enabled if you’re using SFRA v6 or v7.</small>
<div class="radio-buttons">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="Adyen_SFRA6_Compatibility" id="sfraYesRadio" value=true ${AdyenConfigs.getAdyenSFRA6Compatibility() ? 'checked': ''}>
Expand Down

0 comments on commit e4bb6a2

Please sign in to comment.