From 2e08469071f46631d9f532c9af2549c2845b7e17 Mon Sep 17 00:00:00 2001 From: Cybersource Upgrade Bot Date: Wed, 29 May 2024 17:49:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20cybersource=20SDK?= =?UTF-8?q?=20to=20v0.0.57?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/lib/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/variables.sh b/scripts/lib/variables.sh index ce3e3e4..c966de8 100755 --- a/scripts/lib/variables.sh +++ b/scripts/lib/variables.sh @@ -5,7 +5,7 @@ src_dir="$root_dir/src" tmp_dir="/tmp/com.cybersource.node-sdk" git_modules_dir="$root_dir/modules" -cybersource_rest_client_version="0.0.56" +cybersource_rest_client_version="0.0.57" cybersource_rest_client_dir="$git_modules_dir/cybersource-rest-client-node" cybersource_rest_client_patch="$src_dir/custom-code.patch"