Improve documentation

This commit is contained in:
Enrique Barcelli 2021-07-17 11:14:07 +08:00
parent f7c089881d
commit 5f23db9ee2
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ Smart Accounts ( https://www.smt-acc.com )
## More details
**This version of the code is work-in-progress and should not be use in any production site.**
At this stage the plugin is able to accept payments, but cannot receive payment notifications or process refunds.
The TripleA Cryptocurrency Payments API is documented here:
( https://doc.triple-a.io/ )

View file

@ -106,7 +106,7 @@ class plgHikashoppaymentTriplea extends hikashopPaymentPlugin{
*/
function getPaymentDefaultValues(&$element) {
$element->payment_name='TripleA';
$element->payment_description='You can pay by TripleA using this payment method';
$element->payment_description='TripleA - pay with crypto';
$element->payment_images='';
$element->payment_params->url='https://api.triple-a.io/api/v2';
$element->payment_params->merchant_key='Your merchant key with TripleA';