hapi-middleman-paypal-intacct
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -32,2 +32,3 @@ "use strict"; | ||
this.paypal = server.plugins["hapi-paypal"].paypal; | ||
this.options = options; | ||
return this.init() | ||
@@ -299,3 +300,3 @@ .then(() => next()) | ||
city: intacctInvoice.BILLTO.MAILADDRESS.CITY, | ||
country_code: intacctInvoice.BILLTO.MAILADDRESS.COUNTRYCODE || "US", | ||
country_code: intacctInvoice.BILLTO.MAILADDRESS.COUNTRYCODE, | ||
line1: intacctInvoice.BILLTO.MAILADDRESS.ADDRESS1, | ||
@@ -302,0 +303,0 @@ line2: intacctInvoice.BILLTO.MAILADDRESS.ADDRESS2, |
{ | ||
"name": "hapi-middleman-paypal-intacct", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"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
55983
797