Skip to content

Commit e212813

Browse files
authored
Update create-customer-profile-with-accept-nonce.php
1 parent 4d914c4 commit e212813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function createCustomerProfileWithAcceptNonce($email)
4242
$billto->setState("TX");
4343
$billto->setZip("44628");
4444
$billto->setCountry("USA");
45-
$billto->setPhoneNumber($phoneNumber);
45+
$billto->setPhoneNumber(123-123-1234);
4646
$billto->setfaxNumber("999-999-9999");
4747

4848
// Create a new Customer Payment Profile object

0 commit comments

Comments
 (0)