From 9a10bf324f0420d4089b6e6028ecf7387c69c8d5 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 13 Jan 2020 16:19:57 -0400 Subject: [PATCH] send payment action constant --- services/gunDB/action-constants.js | 1 + 1 file changed, 1 insertion(+) 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" };