Skip to content

Commit 119c63f

Browse files
authored
Merge pull request AuthorizeNet#132 from sharathkatteri/master
Changes made to call createAnAcceptPaymentTransaction method
2 parents 4ccdd47 + c7e3401 commit 119c63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AcceptSuite/create-an-accept-payment-transaction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ function createAnAcceptPaymentTransaction($amount)
128128
}
129129

130130
if (!defined('DONT_RUN_SAMPLES')) {
131-
CreateAnAcceptTransaction("2.23");
131+
createAnAcceptPaymentTransaction("2.23");
132132
}
133133
?>

0 commit comments

Comments
 (0)