Skip to content

Commit

Permalink
feat: add patch thirdparty request seed (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Dec 21, 2020
1 parent 68324e2 commit a74f6b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions seeds/endpointType.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ const endpointTypes = [
name: 'TP_CB_URL_TRANSACTION_REQUEST_PATCH',
description: 'Participant callback URL where PATCH /thirdpartyRequests/transactions/{ID} can be sent'
},
{
name: 'TP_CB_URL_TRANSACTION_REQUEST_PATCH',
description: 'Participant callback URL where PATCH /thirdpartyRequests/transactions/{ID} can be sent'
},
{
name: 'TP_CB_URL_TRANSACTION_REQUEST_AUTH_POST',
description: 'Participant callback URL where POST /thirdpartyRequests/transactions/{ID}/authorizations can be sent'
Expand Down

0 comments on commit a74f6b0

Please sign in to comment.