Skip to content

Commit efc2107

Browse files
committed
Updated data
1 parent 7191d2f commit efc2107

17 files changed

+509
-480
lines changed

CustomerProfiles/create-customer-payment-profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function createCustomerPaymentProfile(customerProfileId, callback) {
7676
}
7777

7878
if (require.main === module) {
79-
createCustomerPaymentProfile('41003872',function(){
79+
createCustomerPaymentProfile('1929176981',function(){
8080
console.log('createCustomerPaymentProfile call complete.');
8181
});
8282
}

CustomerProfiles/create-customer-profile-from-transaction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function createCustomerProfileFromTransaction(transactionId, callback) {
5151
}
5252

5353
if (require.main === module) {
54-
createCustomerProfileFromTransaction('2259984863', function(){
54+
createCustomerProfileFromTransaction('60158389454', function(){
5555
console.log('createCustomerProfileFromTransaction call complete.');
5656
});
5757
}

CustomerProfiles/create-customer-shipping-address.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function createCustomerShippingAddress(customerProfileId, callback) {
6363
}
6464

6565
if (require.main === module) {
66-
createCustomerShippingAddress('41003872', function(){
66+
createCustomerShippingAddress('1929176981', function(){
6767
console.log('createCustomerShippingAddress call complete.');
6868
});
6969
}

CustomerProfiles/delete-customer-payment-profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function deleteCustomerPaymentProfile(customerProfileId, customerPaymentProfileI
5252
}
5353

5454
if (require.main === module) {
55-
deleteCustomerPaymentProfile('41003872', '38764361', function(){
55+
deleteCustomerPaymentProfile('1929176981', '1841409235', function(){
5656
console.log('deleteCustomerPaymentProfile call complete.');
5757
});
5858
}

CustomerProfiles/delete-customer-profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function deleteCustomerProfile(customerProfileId, callback) {
5151
}
5252

5353
if (require.main === module) {
54-
deleteCustomerProfile('41004277', function(){
54+
deleteCustomerProfile('1929176986', function(){
5555
console.log('deleteCustomerProfile call complete.');
5656
});
5757
}

CustomerProfiles/delete-customer-shipping-address.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function deleteCustomerShippingAddress(customerProfileId, customerAddressId, cal
5252
}
5353

5454
if (require.main === module) {
55-
deleteCustomerShippingAddress('12345', '431222', function(){
55+
deleteCustomerShippingAddress('1929176981', '900520604', function(){
5656
console.log('deleteCustomerShippingAddress call complete.');
5757
});
5858
}

CustomerProfiles/get-customer-payment-profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function getCustomerPaymentProfile(customerProfileId, customerPaymentProfileId,
5555
}
5656

5757
if (require.main === module) {
58-
getCustomerPaymentProfile('41003872', '37300953', function(){
58+
getCustomerPaymentProfile('1929176981', '1841409255', function(){
5959
console.log('getCustomerPaymentProfile call complete.');
6060
});
6161
}

CustomerProfiles/get-customer-profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function getCustomerProfile(customerProfileId, callback) {
5353
}
5454

5555
if (require.main === module) {
56-
getCustomerProfile('41003872', function(){
56+
getCustomerProfile('1929176981', function(){
5757
console.log('getCustomerProfile call complete.');
5858
});
5959
}

CustomerProfiles/get-customer-shipping-address.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function getCustomerShippingAddress(customerProfileId, customerAddressId, callba
5858
}
5959

6060
if (require.main === module) {
61-
getCustomerShippingAddress('41003872', '38763292', function(){
61+
getCustomerShippingAddress('1929176981', '900520864', function(){
6262
console.log('getCustomerShippingAddress call complete.');
6363
});
6464
}

CustomerProfiles/update-customer-payment-profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function updateCustomerPaymentProfile(customerProfileId, customerPaymentProfileI
7777
}
7878

7979
if (require.main === module) {
80-
updateCustomerPaymentProfile('41003872', '37300636', function(){
80+
updateCustomerPaymentProfile('1929176981', '1841409255', function(){
8181
console.log('updateCustomerPaymentProfile call complete.');
8282
});
8383
}

0 commit comments

Comments
 (0)