We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6217616 commit 44fc493Copy full SHA for 44fc493
…sactions/create-chasepay-transaction.php …actions/create-chase-pay-transaction.phpPaymentTransactions/create-chasepay-transaction.php renamed to PaymentTransactions/create-chase-pay-transaction.php
@@ -6,7 +6,7 @@
6
7
define("AUTHORIZENET_LOG_FILE", "phplog");
8
9
-function createChasepayTransaction($amount)
+function createChasePayTransaction($amount)
10
{
11
/* Create a merchantAuthenticationType object with authentication details
12
retrieved from the constants file */
@@ -94,5 +94,5 @@ function createChasepayTransaction($amount)
94
return $response;
95
}
96
if(!defined('DONT_RUN_SAMPLES'))
97
- createChasepayTransaction(12.23);
+ createChasePayTransaction(12.23);
98
?>
0 commit comments