resolve merge conflict

This commit is contained in:
David Remer 2020-08-18 10:12:07 +03:00
commit 3504a4ba34
6 changed files with 569 additions and 107 deletions

View file

@ -15,7 +15,7 @@ class Renderer {
return;
}
const style = this.defaultConfig.button.style;
const style = wrapper === this.defaultConfig.button.wrapper ? this.defaultConfig.button.style : this.defaultConfig.button.mini_cart_style;
paypal.Buttons({
style,
...contextConfig,