Remove config overwrite test

This commit is contained in:
Mészáros Róbert 2020-04-10 12:54:01 +03:00
parent 600dd76dd3
commit 9f3085c9e2

View file

@ -32,11 +32,7 @@ class MiniCartBootstap {
this.renderer.render(
this.gateway.button.mini_cart_wrapper,
{
style: {
shape: 'rect',
}, ...actionHandler.configuration(),
},
actionHandler.configuration()
);
}
}