Skip to content

Commit

Permalink
Version 1.0.10
Browse files Browse the repository at this point in the history
Added Universal Currency [UNIT]  - voting winner
https://gourl.io/coin-voting.html#voting
  • Loading branch information
cryptoapi committed Dec 11, 2017
1 parent 81fd70a commit 06762f5
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 6 deletions.
2 changes: 2 additions & 0 deletions GoUrl/GoUrl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
<Content Include="images\dogecoin2.png" />
<Content Include="images\feathercoin.png" />
<Content Include="images\feathercoin2.png" />
<Content Include="images\universalcurrency.png" />
<Content Include="images\universalcurrency2.png" />
<Content Include="images\index.html" />
<Content Include="images\litecoin.png" />
<Content Include="images\litecoin2.png" />
Expand Down
2 changes: 1 addition & 1 deletion GoUrl/GoUrlCore/Controls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Gourl.GoUrlCore
{
public static partial class Controls
{
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit" };
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit", "universalcurrency" };

/// <summary>
/// Display Cryptocoin Payment Box; the cryptobox will automatically displays successful message if payment has been received
Expand Down
4 changes: 2 additions & 2 deletions GoUrl/GoUrlCore/Cryptobox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Gourl.GoUrlCore
{
public class Cryptobox : IDisposable
{
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit" };
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit", "universalcurrency" };

private OptionsModel options;
private GoUrlEntities Context = new GoUrlEntities();
Expand Down Expand Up @@ -745,7 +745,7 @@ public void Dispose()

public static class CryptoHelper
{
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit" };
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit", "universalcurrency" };

public static string cryptobox_selcoin(string[] coins, string defCoin = "")
{
Expand Down
6 changes: 6 additions & 0 deletions GoUrl/Properties/PublishProfiles/Gourl.pubxml.user
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
<File Include="images/feathercoin2.png">
<publishTime>04/04/2017 02:23:56</publishTime>
</File>
<File Include="images/universalcurrency.png">
<publishTime>04/04/2017 02:23:56</publishTime>
</File>
<File Include="images/universalcurrency2.png">
<publishTime>04/04/2017 02:23:56</publishTime>
</File>
<File Include="images/index.html">
<publishTime>04/04/2017 02:23:56</publishTime>
</File>
Expand Down
Binary file added GoUrl/images/universalcurrency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GoUrl/images/universalcurrency2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion GoUrl/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EntityFramework" version="6.0.0" targetFramework="net452" />
<package id="GoUrl.io" version="1.0.9" targetFramework="net452" />
<package id="GoUrl.io" version="1.0.10" targetFramework="net452" />
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net452" />
<package id="Microsoft.AspNet.Mvc.ru" version="5.2.3" targetFramework="net452" />
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net452" />
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
GoUrl.io Bitcoin/Altcoin Payment Gateway API ASP .NET C#
-----------------------------------------

Version 1.0.9
Version 1.0.10

**Accept Bitcoin, Bitcoin Cash, Litecoin, Dash, Dogecoin, Speedcoin, Reddcoin, Potcoin, Feathercoin, Vertcoin, Peercoin, MonetaryUnit Payments Online on your website**
**Accept Bitcoin, Bitcoin Cash, Litecoin, Dash, Dogecoin, Speedcoin, Reddcoin, Potcoin, Feathercoin, Vertcoin, Peercoin, UniversalCurrency, MonetaryUnit Payments Online on your website**


Copyright &copy; 2014-2017 [Delta Consultants](https://gourl.io)
Expand Down Expand Up @@ -173,6 +173,7 @@ Payment API List :
* [Potcoin Payment API](https://gourl.io/potcoin-payment-gateway-api.html)
* [Feathercoin Payment API](https://gourl.io/feathercoin-payment-gateway-api.html)
* [Vertcoin Payment API](https://gourl.io/vertcoin-payment-gateway-api.html)
* [UniversalCurrency Payment API](https://gourl.io/universalcurrency-payment-gateway-api.html)
* [MonetaryUnit Payment API](https://gourl.io/monetaryunit-payment-gateway-api.html)
* [Peercoin Payment API](https://gourl.io/peercoin-payment-gateway-api.html)

Expand Down

0 comments on commit 06762f5

Please sign in to comment.