Skip to content

Commit

Permalink
Moved version.php to correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Poorthuis committed Jan 23, 2018
1 parent e9a34a3 commit 854ed02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/gateways/bit-pay/bp_lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

require_once 'bp_options.php';
require_once '../../version.php';
require_once 'version.php';

/**
* @param string $contents
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion modules/gateways/bitpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function bitpay_config()
$configarray = array(
"FriendlyName" => array(
"Type" => "System",
"Value"=>"Bit-pay"
"Value"=>"BitPay"
),
'apiKey' => array(
'FriendlyName' => 'Legacy API Key from your bitpay.com merchant account.',
Expand Down

0 comments on commit 854ed02

Please sign in to comment.