mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 12:17:37 +00:00
fix(memoryexpress): add backorder to outOfStock selector (#890)
This commit is contained in:
committed by
GitHub
parent
80826ba0bd
commit
67605a6e28
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user