Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blopa committed Dec 26, 2017
1 parent 966256d commit 15beb12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Magento2/app/code/Werules/Chatbot/Block/Chatbox/Messenger.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct(
parent::__construct($context, $data);
}

protected function getMessengerInstance()
private function getMessengerInstance()
{
$api_token = $this->_helper->getConfigValue('werules_chatbot_messenger/general/api_key');
$messenger = $this->_chatbotAPI->initMessengerAPI($api_token);
Expand Down Expand Up @@ -101,12 +101,12 @@ public function isChatboxEnabled()
return false;
}

public function getConfigValue($code)
private function getConfigValue($code)
{
return $this->_helper->getConfigValue($code);
}

public function setConfigValue($field, $value)
private function setConfigValue($field, $value)
{
$this->_helper->setConfigValue($field, $value);
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Go to **System > General Settings > Chatbot Settings**
### Magento2
- **v1.0.5:**
- Add Promotional Messages
- Add Messenger Chatbox
- **v1.0.4:**
- Add Support command
- Add option to list commands on Help Command
Expand Down Expand Up @@ -272,8 +273,7 @@ A: Thank you! You can help by codding more features, creating pull requests, or
- Add compatibility with products with custom options
- Add "abandoned cart" messages
- Add `CDATA` and `<tooltip>` to configuration descriptions
- Add Promotional Messages
- Add Enable Facebook Messenger Box
- Add Referral Message
- Add more options to filter clearing message queue
- Add handler for other posts from Messenger

Expand Down

0 comments on commit 15beb12

Please sign in to comment.