feat(pix): Adiciona o custom pix
This commit is contained in:
parent
2e83f248aa
commit
282069adad
9
bash.exe.stackdump
Normal file
9
bash.exe.stackdump
Normal file
@ -0,0 +1,9 @@
|
||||
Stack trace:
|
||||
Frame Function Args
|
||||
000FFFFA3B0 00210062B0E (00210297178, 00210275E3E, 000FFFFA3B0, 000FFFF92B0)
|
||||
000FFFFA3B0 0021004846A (00000000000, 00000000000, 00000000000, 00000000004)
|
||||
000FFFFA3B0 002100484A2 (00210297229, 000FFFFA268, 000FFFFA3B0, 00000000000)
|
||||
000FFFFA3B0 002100D2FFE (00000000000, 00000000000, 00000000000, 00000000000)
|
||||
000FFFFA3B0 002100D3125 (000FFFFA3C0, 00000000000, 00000000000, 00000000000)
|
||||
001004F221F 002100D46E5 (000FFFFA3C0, 00000000000, 00000000000, 00000000000)
|
||||
End of stack trace
|
@ -116,6 +116,20 @@
|
||||
}
|
||||
},
|
||||
|
||||
"html#pix": {
|
||||
"props": {
|
||||
"blockClass": "pix",
|
||||
"testId": "pix-price"
|
||||
},
|
||||
"children": ["image#pix", "pix"]
|
||||
},
|
||||
|
||||
"image#pix": {
|
||||
"props": {
|
||||
"src": "../../../assets/pix.png"
|
||||
}
|
||||
},
|
||||
|
||||
"html#sku-selector": {
|
||||
"props": {
|
||||
"blockClass": "sku-selector",
|
||||
|
Loading…
Reference in New Issue
Block a user