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

@adempiere/grpc-api

Package Overview
Dependencies
Maintainers
4
Versions
405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adempiere/grpc-api - npm Package Compare versions

Comparing version 1.8.9 to 1.9.0

27

lib/convertPointOfSales.js

@@ -108,2 +108,29 @@ /*************************************************************************************

// Customer Bank Account
convertCustomerBankAccountFromGRPC(customerBankAccount) {
if (customerBankAccount) {
return {
customer_uuid: customerBankAccount.getCustomerUuid(),
customer_bank_account_uuid: customerBankAccount.getCustomerBankAccountUuid(),
city: customerBankAccount.getCity(),
country: customerBankAccount.getCountry(),
email: customerBankAccount.getEmail(),
driver_license: customerBankAccount.getDriverLicense(),
social_security_number: customerBankAccount.getSocialSecurityNumber(),
name: customerBankAccount.getName(),
state: customerBankAccount.getState(),
street: customerBankAccount.getStreet(),
zip: customerBankAccount.getZip(),
bank_account_type: customerBankAccount.getBankAccountType(),
bank_uuid: customerBankAccount.getBankUuid(),
is_ach: customerBankAccount.getIsAch(),
address_verified: customerBankAccount.getAddressVerified(),
zip_verified: customerBankAccount.getZipVerified(),
routing_no: customerBankAccount.getRoutingNo(),
iban: customerBankAccount.getIban(),
is_payroll_account: customerBankAccount.getIsPayrollAccount()
}
return undefined;
},
convertCustomerAddressFromGRPC(address) {

@@ -110,0 +137,0 @@ if (address) {

2

package.json
{
"name": "@adempiere/grpc-api",
"version": "1.8.9",
"version": "1.9.0",
"description": "ADempiere Web Store write in Javascript for a node service",

@@ -5,0 +5,0 @@ "author": "Yamel Senih",

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