Skip to content

Commit

Permalink
fix: change endpoint types to line up with enums (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdaly committed Sep 17, 2021
1 parent 844a259 commit 2046288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions seeds/endpointType.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,15 @@ const endpointTypes = [
description: 'Participant callback URL where PUT /thirdpartyRequests/transactions/{ID}/authorizations/error error information can be sent'
},
{
name: 'TP_CB_URL_VERIFICATION_REQUEST_POST',
name: 'TP_CB_URL_TRANSACTION_REQUEST_VERIFY_POST',
description: 'Participant callback URL where POST /thirdpartyRequests/verifications can be sent'
},
{
name: 'TP_CB_URL_VERIFICATION_REQUEST_PUT',
name: 'TP_CB_URL_TRANSACTION_REQUEST_VERIFY_PUT',
description: 'Participant callback URL where PUT /thirdpartyRequests/verifications/{ID} can be sent'
},
{
name: 'TP_CB_URL_VERIFICATION_REQUEST_PUT_ERROR',
name: 'TP_CB_URL_TRANSACTION_REQUEST_VERIFY_PUT_ERROR',
description: 'Participant callback URL where PUT /thirdpartyRequests/verifications/{ID}/error can be sent'
},
{
Expand Down

0 comments on commit 2046288

Please sign in to comment.