Skip to content

Commit

Permalink
feat(foxy-store-form): add support for switching between string and j…
Browse files Browse the repository at this point in the history
…son store secret configurations
  • Loading branch information
pheekus committed Feb 13, 2025
1 parent 82a5ba6 commit 9683e29
Show file tree
Hide file tree
Showing 5 changed files with 305 additions and 331 deletions.
12 changes: 7 additions & 5 deletions src/elements/public/StoreForm/StoreForm.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ const summary: Summary = {
'essentials:postal-code',
'essentials:currency-style',

'api-legacy',
'api-legacy:webhook-key-api-legacy',
'store-secrets',
'store-secrets:use-single-secret',
'store-secrets:webhook-key',
'store-secrets:webhook-key-api-legacy',
'store-secrets:webhook-key-xml-datafeed',
'store-secrets:webhook-key-cart-signing',
'store-secrets:webhook-key-sso',

'emails',
'emails:from-email',
Expand All @@ -49,7 +54,6 @@ const summary: Summary = {
'cart:app-session-time',
'cart:products-require-expires-property',
'cart:use-cart-validation',
'cart:webhook-key-cart-signing',

'checkout',
'checkout:checkout-type',
Expand All @@ -58,7 +62,6 @@ const summary: Summary = {
'checkout:unified-order-entry-password',
'checkout:use-single-sign-on-url',
'checkout:single-sign-on-url',
'checkout:webhook-key-sso',

'receipt',
'receipt:receipt-continue-url',
Expand All @@ -80,7 +83,6 @@ const summary: Summary = {
'xml-datafeed',
'xml-datafeed:use-webhook',
'xml-datafeed:webhook-url',
'xml-datafeed:webhook-key-xml-datafeed',
],
},
};
Expand Down
Loading

0 comments on commit 9683e29

Please sign in to comment.