From 4604e68b5a92623a76860c91fec0fe2e5c395a30 Mon Sep 17 00:00:00 2001
From: Philipp Stracker
Date: Mon, 7 Oct 2024 12:12:46 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Add=20missing=20annotation=20in?=
=?UTF-8?q?=20Google=20Pay=20module?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
modules/ppcp-googlepay/resources/js/GooglepayManager.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/ppcp-googlepay/resources/js/GooglepayManager.js b/modules/ppcp-googlepay/resources/js/GooglepayManager.js
index aaf85a6b0..a6bae6c58 100644
--- a/modules/ppcp-googlepay/resources/js/GooglepayManager.js
+++ b/modules/ppcp-googlepay/resources/js/GooglepayManager.js
@@ -1,3 +1,5 @@
+/* global paypal */
+
import buttonModuleWatcher from '../../../ppcp-button/resources/js/modules/ButtonModuleWatcher';
import GooglepayButton from './GooglepayButton';
import ContextHandlerFactory from './Context/ContextHandlerFactory';