|
|
@ -2,12 +2,13 @@ |
|
|
|
|
|
|
|
namespace Appvise\AppStoreNotifications; |
|
|
|
|
|
|
|
use App\Helpers\ProxyHelperFacade; |
|
|
|
use Appvise\AppStoreNotifications\ProxyHelperFacade; |
|
|
|
use Illuminate\Http\Request; |
|
|
|
use Appvise\AppStoreNotifications\Model\NotificationType; |
|
|
|
use Appvise\AppStoreNotifications\Model\AppleNotification; |
|
|
|
use Appvise\AppStoreNotifications\Exceptions\WebhookFailed; |
|
|
|
use Appvise\AppStoreNotifications\Model\NotificationPayload; |
|
|
|
use Appvise\AppStoreNotifications\ProxyHelperFacade as AppStoreNotificationsProxyHelperFacade; |
|
|
|
|
|
|
|
class WebhooksController |
|
|
|
{ |
|
|
|