Skip to content

Commit

Permalink
Fix SEND_PAYING_STATUS event name
Browse files Browse the repository at this point in the history
  • Loading branch information
gomorizsolt committed Sep 11, 2019
1 parent e84368a commit 57cd05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/resources/IPCEvents/IPCEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export const ipcEvents = {
TEST_NOTIFICATION: "testNotification",
SUBSCRIPTION_UPDATE: "subscriptionUpdate",
GET_PAYING_STATUS: "getPayingStatus",
SEND_PAYING_STATUS: "subscriptionResponse",
SEND_PAYING_STATUS: "sendPayingStatus",
};

0 comments on commit 57cd05c

Please sign in to comment.