mirror of
https://github.com/kikobar/hikashoppayment-triplea.git
synced 2024-11-16 12:12:16 +00:00
Improve documentation
This commit is contained in:
parent
f7c089881d
commit
5f23db9ee2
|
@ -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/ )
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue