Skip to content

Commit

Permalink
Merge pull request #8 from vr-dev-team/refactor/amount-too-low-message
Browse files Browse the repository at this point in the history
refactor: amount too low message
  • Loading branch information
zullkas authored Aug 10, 2021
2 parents 892ea6e + a9671a2 commit 6545152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gateways/vrcoinify.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

define('vrcoinify_plugin_name', 'VR Coinify WHMCS');
define('vrcoinify_plugin_version', '0.7');
define('vrcoinify_plugin_version', '0.8');
define('vrcoinify_error_not_available', 'Coinify Gateway is not available right now. Please choose another payment gateway or contact support.');
define('vrcoinify_error_amount_too_low', 'The amount to pay is too small for Coinify. Please choose another payment gateway.');
define('vrcoinify_error_amount_too_low', 'Minimum payment amount acceptable by Coinify gateway is 5 EUR or its equivalent. You may create an add funds invoice to reach a minimum amount or choose another payment gateway.');

/** @return array */
function vrcoinify_config()
Expand Down

0 comments on commit 6545152

Please sign in to comment.