btcpayserver / woocommerce-plugin

Plugin for connecting Woocommerce with BTCPayServer
https://btcpayserver.org/
Other
51 stars 41 forks source link

Fix wrong concatenation warning #31

Closed jooray closed 5 years ago

jooray commented 5 years ago

PHP message: PHP Warning: A non-numeric value encountered in wp-content/plugins/btcpay-for-woocommerce/class-wc-gateway-btcpay.php on line 909

Concatenation of string and string should be done with dot, not a plus sign.