This repository was archived by the owner on Feb 8, 2024. It is now read-only.
generated from vuestorefront/storefront-api
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Payment Account Date - Payment Method - Display Discount - Display Tax amount
- Loading branch information
1 parent
e8e28dd
commit c3d556b
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,10 @@ | |
striptags "^3.0.1" | ||
word-wrap "^1.2.1" | ||
|
||
"@adempiere/[email protected].7": | ||
version "1.7.7" | ||
resolved "https://registry.yarnpkg.com/@adempiere/grpc-api/-/grpc-api-1.7.7.tgz#f276d8a949d9ac4bb2028a9364a261a8a5694e44" | ||
integrity sha512-2uhRFqPmYGwdaUI+rmC8oC9E34dVdlPb2JcbmW94HHvMKugGtzHYmXea9pSWKMYDt8Yre/qC1PDOP9VU1sTMKQ== | ||
"@adempiere/[email protected].9": | ||
version "1.7.9" | ||
resolved "https://registry.yarnpkg.com/@adempiere/grpc-api/-/grpc-api-1.7.9.tgz#d64b721be8d5ef9173c6be3a5e7b113da52a6734" | ||
integrity sha512-uHP9PN6aWfbGY7udLRfP4wSB9PK5U20icgNgD1Fz8MXpfVD5CqbosxhcwgdDT3YDwyX5yY0UNqfO8VMMkJXSvA== | ||
dependencies: | ||
"@grpc/grpc-js" "1.3.7" | ||
google-protobuf "3.17.3" | ||
|