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
23d3ffb2
Commit
23d3ffb2
authored
Dec 05, 2020
by
mattwire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove debug line
parent
2f7f14d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
api/v3/Authnet.php
api/v3/Authnet.php
+0
-2
No files found.
api/v3/Authnet.php
View file @
23d3ffb2
...
...
@@ -47,8 +47,6 @@ function civicrm_api3_authnet_get_transaction_details($params) {
$responseArray
=
json_decode
(
$response
->
getRawResponse
(),
TRUE
);
$bob
=
$response
->
transaction
->
order
->
invoiceNumber
;
if
(
$response
->
messages
->
resultCode
===
'Ok'
)
{
return
civicrm_api3_create_success
(
$responseArray
);
}
...
...
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