Jake Vanderwerf
8 hours ago 3baf3d2545ba6ece6b74a64c0def59bd0774cf54
inc/integrations/GoogleMyBusiness.php
@@ -9,6 +9,11 @@
class GoogleMyBusiness extends Integrations
{
   protected array $allowedContent = [
      'menu_item',
      'post',
      'event',
   ];
   private ?string $access_token = null;
   protected string $readMask = 'name,title,storefrontAddress,metadata,openInfo,storeCode,categories,phoneNumbers,labels,specialHours';
   private ?string $location = null;