Skip to content

Commit

Permalink
fix(memoryexpress): add backorder to outOfStock selector (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherloks committed Nov 23, 2020
1 parent 80826ba commit 67605a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/memoryexpress.ts
Expand Up @@ -10,7 +10,7 @@ export const MemoryExpress: Store = {
outOfStock: {
container:
'.c-capr-inventory-selector__details-online .c-capr-inventory-store__availability',
text: ['Out of Stock']
text: ['Out of Stock', 'Backorder']
}
},
links: [
Expand Down

0 comments on commit 67605a6

Please sign in to comment.