danielvonmitschke
danielvonmitschke
RTL on horizontal scrolling seems not to be working. Here is an example: https://codepen.io/danielvonmitschke/pen/RZLKjj NiceScroll correctly recognizes rtlmode but scrolling does not work at all. best, d.
Hi, I am using redis-cache on a plesk server with a bitnami/redis docker container. In my log file I get quite a few fatal errors in the form of `Uncaught...
In [wp-activate.php](https://github.com/WordPress/WordPress/blob/ab39abeed7f29f3f27a467184f4e4d626d7e3639/wp-activate.php#L68) it tries to disable any third party object cache by setting `cache_enabled` to `false`. This property does not exist in the redis object cache class und therefore throws...
If you set the store to use 3 (or more) decimals, then refunds are rejected by PayPal. Please make sure to proper round refund amounts before sending them to PayPal....
Despite this bugfix (https://github.com/woocommerce/woocommerce-gateway-stripe/pull/2581) I can still see double refunds in rare cases. Above bugfix usually prevents this by comparing refund ids and aborting the web hook if the refund...
**I confirm this bug has not already been reported** - [x] I have searched the issues and this bug has not been reported previously **Describe the bug** I am trying...
There seems to be a redundancy in the [WC_Stripe_Webhook_Handler::process_webhook_refund()](https://github.com/woocommerce/woocommerce-gateway-stripe/blob/7483c210b0fc1655018526b3c8518a8241a8ce78/includes/class-wc-stripe-webhook-handler.php#L547) method. At first we try to [find the corresponding order via the refund id](https://github.com/woocommerce/woocommerce-gateway-stripe/blob/7483c210b0fc1655018526b3c8518a8241a8ce78/includes/class-wc-stripe-webhook-handler.php#L549) and then in [line 590](https://github.com/woocommerce/woocommerce-gateway-stripe/blob/7483c210b0fc1655018526b3c8518a8241a8ce78/includes/class-wc-stripe-webhook-handler.php#L590) we check...
### Please confirm that you have: - [x] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...