Skip to content

Commit c7e3401

Browse files
Changes made to call createAnAcceptPaymentTransaction method
1 parent 4ccdd47 commit c7e3401

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)