UNPKG

@reactioncommerce/authorize-net

Version:
21 lines (20 loc) 553 B
module.exports = { billing: { billingFirstName: 'firstName', billingLastName: 'lastName', billingAddress1: 'address', billingCity: 'city', billingState: 'state', billingPostalCode: 'zip', billingCountry: 'country' }, shipping: { shippingFirstName: 'firstName', shippingLastName: 'lastName', shippingAddress1: 'address', shippingCity: 'city', shippingState: 'state', shippingPostalCode: 'zip', shippingCountry: 'country' } };