Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Extensions
authnet
Commits
281cbc8a
Commit
281cbc8a
authored
Oct 15, 2020
by
mattwire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix references to Stripe
parent
afaa2197
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CRM/AuthorizeNet/Webhook.php
CRM/AuthorizeNet/Webhook.php
+1
-1
api/v3/Authnet.php
api/v3/Authnet.php
+1
-1
No files found.
CRM/AuthorizeNet/Webhook.php
View file @
281cbc8a
...
...
@@ -242,7 +242,7 @@ class CRM_AuthorizeNet_Webhook {
if
(
!
empty
(
$paymentProcessor
[
'is_test'
]))
{
$paymentProcessor
[
'name'
]
.
=
' (test)'
;
}
return
E
::
ts
(
'
Stripe
Payment Processor: %1 (%2)'
,
[
return
E
::
ts
(
'
Authorize.net
Payment Processor: %1 (%2)'
,
[
1
=>
$paymentProcessor
[
'name'
],
2
=>
$paymentProcessor
[
'id'
],
]);
...
...
api/v3/Authnet.php
View file @
281cbc8a
...
...
@@ -11,7 +11,7 @@ use \JohnConde\Authnet\AuthnetApiFactory as AuthnetApiFactory;
use
\
JohnConde\Authnet\AuthnetWebhooksResponse
as
AuthnetWebhooksResponse
;
/**
*
Stripe.Ipn
API specification
*
Authnet.get_transaction_details
API specification
*
* @param array $spec description of fields supported by this API call
* @return void
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment