diff --git a/services/gunDB/action-constants.js b/services/gunDB/action-constants.js index ac17c7a1..440e7bcf 100644 --- a/services/gunDB/action-constants.js +++ b/services/gunDB/action-constants.js @@ -5,6 +5,7 @@ const Actions = { SEND_HANDSHAKE_REQUEST: "SEND_HANDSHAKE_REQUEST", SEND_HANDSHAKE_REQUEST_WITH_INITIAL_MSG: "SEND_HANDSHAKE_REQUEST_WITH_INITIAL_MSG", SEND_MESSAGE: "SEND_MESSAGE", + SEND_PAYMENT: "SEND_PAYMENT", SET_AVATAR: "SET_AVATAR", SET_DISPLAY_NAME: "SET_DISPLAY_NAME" };