Skip to content

Commit

Permalink
TLD Sync Function Price conversation option added (INR ,CNY , AED)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakcay committed Jul 29, 2023
1 parent c1e0b34 commit 85ff6bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/registrars/domainnameapi/domainnameapi.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Module WHMCS-DNA
* @package DomainNameApi
* @version 2.0.12
* @version 2.0.13
*/

use \WHMCS\Domain\TopLevel\ImportItem;
Expand Down Expand Up @@ -118,7 +118,10 @@ function domainnameapi_getConfigArray($params) {
'no' => 'Do Not Convert',
'TRY' => 'to TRY',
'IRR' => 'to IRR',
'INR' => 'to INR',
'PKR' => 'to PKR',
'CNY' => 'to CNY',
'AED' => 'to AED',
],
'Description' => 'Base Currency Convertion. <br><b>Strongly advice to not use this feature</b>. Using this feature means that you have read and fully understood the <a href="https://github.com/domainreseller/whmcs-dna/blob/main/DISCLAIMER.md" target="_blank">DISCLAIMER AND WAIVER OF LIABILITY</a>'
],
Expand Down

0 comments on commit 85ff6bf

Please sign in to comment.