Conversation
Klakurka
left a comment
There was a problem hiding this comment.
Minor text edits on product names.
README.txt
Outdated
|
|
||
| == External services == | ||
|
|
||
| - Paybutton websocket |
There was a problem hiding this comment.
Let's go with PayButton instead of Paybutton.
README.txt
Outdated
| == External services == | ||
|
|
||
| - Paybutton websocket | ||
| This plugin connects to the Paybutton WebSocket, a service that monitors blockchain transactions. |
README.txt
Outdated
|
|
||
| - Paybutton websocket | ||
| This plugin connects to the Paybutton WebSocket, a service that monitors blockchain transactions. | ||
| It is used to detect payments made to the Paybutton/Widget address in real time. |
README.txt
Outdated
| This plugin connects to the Paybutton WebSocket, a service that monitors blockchain transactions. | ||
| It is used to detect payments made to the Paybutton/Widget address in real time. | ||
| The plugin uses the provided address to establish a connection and begins listening for events emitted when new transactions are detected. | ||
| This service is provided by Paybutton. |
README.txt
Outdated
| The plugin uses the provided address to establish a connection and begins listening for events emitted when new transactions are detected. | ||
| This service is provided by Paybutton. | ||
|
|
||
| - Paybutton API |
README.txt
Outdated
| - Paybutton API | ||
| This plugin communicates with the Paybutton API to fetch information about the address and its transactions. | ||
| It provides data such as the transaction price and the address balance, which are used by the widget and the button. | ||
| This service is also provided by Paybutton. |
README.txt
Outdated
| It provides data such as the transaction price and the address balance, which are used by the widget and the button. | ||
| This service is also provided by Paybutton. | ||
|
|
||
| - Sideshift.AI API |
There was a problem hiding this comment.
Let's go with SideShift instead of Sideshift.
README.txt
Outdated
| This service is also provided by Paybutton. | ||
|
|
||
| - Sideshift.AI API | ||
| The integration uses the Sideshift API to enable the button or widget to accept payments in a different currency than the one being received. |
README.txt
Outdated
|
|
||
| - Sideshift.AI API | ||
| The integration uses the Sideshift API to enable the button or widget to accept payments in a different currency than the one being received. | ||
| This service is provided by Sideshift.AI.[https://sideshift.ai/legal] |
README.txt
Outdated
| This plugin connects to the Paybutton WebSocket, a service that monitors blockchain transactions. | ||
| It is used to detect payments made to the Paybutton/Widget address in real time. | ||
| The plugin uses the provided address to establish a connection and begins listening for events emitted when new transactions are detected. | ||
| This service is provided by Paybutton. |
There was a problem hiding this comment.
Add PayButton's "Privacy Policy" and "Terms of Use" links.
There was a problem hiding this comment.
Well we don't have these so if they require them, it will take time to add those.
There was a problem hiding this comment.
@lissavxo can you add links to the TERMS and PRIVACY files?
README.txt
Outdated
| - Paybutton API | ||
| This plugin communicates with the Paybutton API to fetch information about the address and its transactions. | ||
| It provides data such as the transaction price and the address balance, which are used by the widget and the button. | ||
| This service is also provided by Paybutton. |
There was a problem hiding this comment.
Same here: add PayButton's "Privacy Policy" and "Terms of Use" links.
Klakurka
left a comment
There was a problem hiding this comment.
We'll correct a few things in the next PR.
Related to [#48]
Added a description of each external services being called.