Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-neeraj committed Jan 18, 2024
1 parent 4ff2c15 commit 6d7967c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/mcapi/encryption/field-level-encryption.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function decryptBody(path, body) {
*
* @private
* @param path Config json path
* @param body encrypted body
* @param body Encrypted body
* @param response Response with header to update
*/
function decryptWithHeader(path, body, response) {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastercard-client-encryption",
"version": "1.10.0",
"version": "1.10.1",
"description": "Library for Mastercard API compliant payload encryption/decryption.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 6d7967c

Please sign in to comment.