@adempiere/grpc-api
Advanced tools
Comparing version 1.7.4 to 1.7.5
@@ -358,3 +358,3 @@ /************************************************************************************* | ||
refund: getDecimalFromGRPC( | ||
availableRefund.getQuantity() | ||
availableRefund.getRefund() | ||
), | ||
@@ -366,3 +366,3 @@ tender_type_refunds: availableRefund.getTenderTypeRefundsList() | ||
refund: getDecimalFromGRPC( | ||
tenderTypeRefund.getQuantity() | ||
tenderTypeRefund.getRefund() | ||
) | ||
@@ -369,0 +369,0 @@ } |
{ | ||
"name": "@adempiere/grpc-api", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"description": "ADempiere Web Store write in Javascript for a node service", | ||
@@ -5,0 +5,0 @@ "author": "Yamel Senih", |
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
2736331