Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadavpadma authored Jun 26, 2024
1 parent 3d0cbfc commit a997b1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ echo "Access token: "$token
echo ""

echo "Step 2 - Creating test customer ..."
echo '{"username": "customer_'$RANDOM$RANDOM'" , "email":"'$RANDOM'@domain.com"}'
customer_response=$(curl -s --location --request POST 'https://api.finicity.com/aggregation/v2/customers/testing' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
Expand Down

0 comments on commit a997b1b

Please sign in to comment.