You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,14 @@ You will need to have administrator rights in Slack in order to be able to fully
11
11
7) Install the App, select the channel to output to
12
12
8) Copy the OAuth Access Token
13
13
9) Go to Woocommerce > Settings > Slack Notifications, enter oAuth Access Token and set plugin parameters. Check enable plugin and save.
14
+
15
+
## What It Does
16
+
This plugin's primary purpose is to check of the Payment Gateways we are using are still online, and to record their states as they are switched from 'testmode' to 'production'. It will send notifications to the Slack channel whenever Burning Man's 'Click and Pledge' Gatway and 'PayEezy' Gatway do the following:
17
+
- Production -> Testmode
18
+
- Testmode -> Production
19
+
- Plugin Deactivated
20
+
- Plugin Activated
21
+
- Payment Method Enabled
22
+
- Payment Method Disabled
23
+
24
+
Because the PayEezy Gateway uses AJAX to insert WooCommerce Errors, I have included a Javascript which will record any PayEezy related errors to Google Analytics. I am intending to add functionality to allow an admin to set a specific Cart error that can trigger a Slack Notification. This would allow some general cart errors related to improper payment gateway settings to be sent to slack and improve respnse time.
0 commit comments