From c46c830926fd2e985d0414ce20f821ad7ac3db20 Mon Sep 17 00:00:00 2001 From: nastyox <61916140+nastyox@users.noreply.github.com> Date: Tue, 23 Jun 2020 14:01:24 -0400 Subject: [PATCH] correct typo --- CustomerProfiles/get-customer-profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomerProfiles/get-customer-profile.php b/CustomerProfiles/get-customer-profile.php index c69efc6..51a03fc 100644 --- a/CustomerProfiles/get-customer-profile.php +++ b/CustomerProfiles/get-customer-profile.php @@ -39,7 +39,7 @@ function getCustomerProfile() // 1. create a Payment Profile // 2. create a Customer Profile // 3. Submit a CreateCustomerProfile Request - // 4. Validate Profiiel ID returned + // 4. Validate Profile ID returned $paymentprofile = new AnetAPI\CustomerPaymentProfileType();