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
{{ message }}
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
echo__("<p>Please install and activate <a href='https://th.wordpress.org/plugins/woocommerce/'>Woocommerce</a> to use this feature.</p>", 'woo-line-notify');
Tags: woocommerce line notify, woo line notify, woo-line-notify, notification, line notification, line notify, woocommerce, notify, messager, alert, order, line, line bot
@@ -124,9 +124,9 @@ To send message via static method just put your message to the method like below
124
124
== REST API ==
125
125
URL: domain/wp-json/woo-line-notify/v1/notify
126
126
METHOD: POST
127
-
PARAMETERS: `message` <Your message to send>
127
+
PARAMETERS: `message` Your message to send
128
128
Authentication: Basic Authen
129
-
USERNAME/PASSWORD: <API Key>:<API_Key>
129
+
USERNAME/PASSWORD: API Key:API_Key
130
130
131
131
= For example. =
132
132
Send post request to `http://localhost/wp-json/woo-line-notify/v1/notify` you must be send parameter `message` by form/data and add Authenticate to header with value `Basic base64_encode( some_api_key_from_api_option:some_api_key_from_api_option )`
@@ -153,6 +153,12 @@ Yes you can do it by adding shortcode [product] to your message pattern.
0 commit comments