Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hapi-middleman-paypal-intacct

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-middleman-paypal-intacct - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

3

lib/invoicing/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc