diff --git a/lib/AuthorizeNetGateway.js b/lib/AuthorizeNetGateway.js index 4cb9a50..0ddbd5d 100644 --- a/lib/AuthorizeNetGateway.js +++ b/lib/AuthorizeNetGateway.js @@ -418,6 +418,7 @@ AuthorizeNetGateway.prototype.createCustomerProfile = function (payment, billing description: options.description || '', email: billing.billingEmailAddress, paymentProfiles: { + billTo: billing && mapKeys(billing, billToSchema) || undefined, payment: { creditCard: { cardNumber: payment.creditCardNumber,