Skip to content

Commit b1455cb

Browse files
authored
Renamed method name
Unique method names are required by test-runner
1 parent 0a8e011 commit b1455cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CustomerProfiles/create-customer-profile-with-accept-nonce.php

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

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

8-
function createCustomerProfile($email){
8+
function createCustomerProfileWithAcceptNonce($email){
99

1010
// Common setup for API credentials
1111
$merchantAuthentication = new AnetAPI\MerchantAuthenticationType();
@@ -71,5 +71,5 @@ function createCustomerProfile($email){
7171
return $response;
7272
}
7373
if(!defined('DONT_RUN_SAMPLES'))
74-
createCustomerProfile("test123@test.com");
74+
createCustomerProfileWithAcceptNonce("test123@test.com");
7575
?>

0 commit comments

Comments
 (0)