Skip to content

Commit 44fc493

Browse files
committed
+ Fixing the name of the file
1 parent 6217616 commit 44fc493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PaymentTransactions/create-chasepay-transaction.php renamed to PaymentTransactions/create-chase-pay-transaction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
define("AUTHORIZENET_LOG_FILE", "phplog");
88

9-
function createChasepayTransaction($amount)
9+
function createChasePayTransaction($amount)
1010
{
1111
/* Create a merchantAuthenticationType object with authentication details
1212
retrieved from the constants file */
@@ -94,5 +94,5 @@ function createChasepayTransaction($amount)
9494
return $response;
9595
}
9696
if(!defined('DONT_RUN_SAMPLES'))
97-
createChasepayTransaction(12.23);
97+
createChasePayTransaction(12.23);
9898
?>

0 commit comments

Comments
 (0)