Skip to content

Commit

Permalink
#12 TurtleNode currency symbol without $
Browse files Browse the repository at this point in the history
  • Loading branch information
tubbynl committed Mar 19, 2018
1 parent a24be76 commit 24a287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waves-gateway-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function WavesCurrencySymbols( $currency_symbol, $currency ) {
case 'WNET': $currency_symbol = 'WNET'; break;
case 'ARTcoin': $currency_symbol = 'ARTcoin'; break;
case 'POL': $currency_symbol = 'POL'; break;
case 'TN': $currency_symbol = '$TN'; break;
case 'TN': $currency_symbol = 'TN'; break;
}
return $currency_symbol;
}
Expand Down

0 comments on commit 24a287e

Please sign in to comment.