From 9d1131cf9128e4721ebf6b493b820d245284d191 Mon Sep 17 00:00:00 2001
From: Aidan Saunders <aidan.saunders@squiffle.uk>
Date: Thu, 25 Aug 2022 15:34:07 +0100
Subject: [PATCH] Fix comment

---
 CRM/Stripe/Customer.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CRM/Stripe/Customer.php b/CRM/Stripe/Customer.php
index 55aa367f..aa21e470 100644
--- a/CRM/Stripe/Customer.php
+++ b/CRM/Stripe/Customer.php
@@ -66,9 +66,9 @@ class CRM_Stripe_Customer {
   }
 
   /**
-   * Find the details (contact_id, processor_id) for an existing Stripe customer in the CiviCRM database
+   * Find all the Stripe customers in the CiviCRM database for a given processorId
    *
-   * @param string $stripeCustomerId
+   * @param string $processorId
    *
    * @return array|null
    */
-- 
GitLab