for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Signifly\Shopify\Webhooks;
class ConfigSecretProvider implements SecretProvider
{
public function getSecret(string $domain): string
return config('shopify.webhooks.secret');
}