Skip to content

Commit

Permalink
Merge pull request #2 from vr-dev-team/feature/module-config-name
Browse files Browse the repository at this point in the history
change module config friendly name
  • Loading branch information
jetrodn authored Apr 22, 2021
2 parents 36761d3 + bfc9718 commit 2cf6f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gateways/vrcoinify.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
function vrcoinify_config()
{
return [
'FriendlyName' => ['Type' => 'System', 'Value' => 'VRCoinify'],
'FriendlyName' => ['Type' => 'System', 'Value' => 'Coinify Gateway'],
'api' => ['FriendlyName' => 'API Key', 'Type' => 'text', 'Size' => '40'],
'secret' => ['FriendlyName' => 'API Secret', 'Type' => 'text', 'Size' => '40'],
'ipn' => ['FriendlyName' => 'IPN Secret', 'Type' => 'text', 'Size' => '40'],
Expand Down

0 comments on commit 2cf6f27

Please sign in to comment.