Skip to content
Snippets Groups Projects
Commit 7bc42e5a authored by Jamie McClelland's avatar Jamie McClelland
Browse files

ensure customer name is in stripe report

Resolves #332
parent dece041a
No related branches found
No related tags found
1 merge request!182ensure customer name is in stripe report
......@@ -216,7 +216,7 @@ class CRM_Stripe_Customer {
$stripeCustomerParams = [
'name' => $contactDisplayName,
'description' => 'CiviCRM: ' . $domainName,
'description' => $contactDisplayName . ' (CiviCRM)',
'email' => $params['email'] ?? '',
'metadata' => [
'CiviCRM Contact ID' => $params['contact_id'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment