Skip to content

Commit

Permalink
change pathfinder url name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Reynoza committed Jun 22, 2020
1 parent f954a02 commit fa93e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/onboard-msisdn-oracle/insert_MSISDNS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ for participantMSISDN in $(echo "${MSISDN_LIST}" | jq -c '.[]'); do
MSISDN=$(echo "${participantMSISDN}" | jq -r '.MSISDN');
CURRENCY=$(echo "${participantMSISDN}" | jq -c '.currency');
DATA="{currency: \"${CURRENCY}\", fspId: \"${SIM_NAME}\"}"
curl -v --location --request PUT "${PATHFINDER_URL}/participants/MSISDN/${MSISDN}" \
curl -v --location --request PUT "${PATHFINDER_ORACLE_HOST}/participants/MSISDN/${MSISDN}" \
--header 'Content-Type: application/json' \
--header "date: ${CURRENT_DATE}" \
--header "fspiop-source: ${SIM_NAME}" \
Expand Down

0 comments on commit fa93e1d

Please sign in to comment.