hapi-middleman-paypal-intacct
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -309,3 +309,3 @@ "use strict"; | ||
phone: { | ||
country_code: "1", | ||
country_code: intacctInvoice.BILLTO.PHONE1 ? "1" : undefined, | ||
national_number: intacctInvoice.BILLTO.PHONE1, | ||
@@ -312,0 +312,0 @@ }, |
{ | ||
"name": "hapi-middleman-paypal-intacct", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "hapi-middleman module for integrating paypal with intacct", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55928