Laurynas
Laurynas
The above Wordpress environment is from the test site and as I said it adds +20 queries for each new shipping zone (without any shipping methods). > How many shipping...
I've also had this issue in Laravel, solved it by adding a method to TestCase class: ```php protected function triggerStripeWebhook($event) { $tester = (new WebhookTester())->setVersion('2018-05-21'); $data = $tester->loadEventData($event); return $this->call('POST',...
@photoguy1278 do you found a solution for this problem?
@mrpsiho nope.