diff --git a/GoUrl/GoUrl.csproj b/GoUrl/GoUrl.csproj
index 5fc5fc4..26889e4 100644
--- a/GoUrl/GoUrl.csproj
+++ b/GoUrl/GoUrl.csproj
@@ -122,6 +122,8 @@
+
+
diff --git a/GoUrl/GoUrlCore/Controls.cs b/GoUrl/GoUrlCore/Controls.cs
index a8e8551..60b1c7b 100644
--- a/GoUrl/GoUrlCore/Controls.cs
+++ b/GoUrl/GoUrlCore/Controls.cs
@@ -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" };
///
/// Display Cryptocoin Payment Box; the cryptobox will automatically displays successful message if payment has been received
diff --git a/GoUrl/GoUrlCore/Cryptobox.cs b/GoUrl/GoUrlCore/Cryptobox.cs
index 1e834be..291a90d 100644
--- a/GoUrl/GoUrlCore/Cryptobox.cs
+++ b/GoUrl/GoUrlCore/Cryptobox.cs
@@ -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();
@@ -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 = "")
{
diff --git a/GoUrl/Properties/PublishProfiles/Gourl.pubxml.user b/GoUrl/Properties/PublishProfiles/Gourl.pubxml.user
index 52137ad..50855db 100644
--- a/GoUrl/Properties/PublishProfiles/Gourl.pubxml.user
+++ b/GoUrl/Properties/PublishProfiles/Gourl.pubxml.user
@@ -131,6 +131,12 @@
04/04/2017 02:23:56
+
+ 04/04/2017 02:23:56
+
+
+ 04/04/2017 02:23:56
+
04/04/2017 02:23:56
diff --git a/GoUrl/images/universalcurrency.png b/GoUrl/images/universalcurrency.png
new file mode 100644
index 0000000..5b139c8
Binary files /dev/null and b/GoUrl/images/universalcurrency.png differ
diff --git a/GoUrl/images/universalcurrency2.png b/GoUrl/images/universalcurrency2.png
new file mode 100644
index 0000000..0ccb9a6
Binary files /dev/null and b/GoUrl/images/universalcurrency2.png differ
diff --git a/GoUrl/packages.config b/GoUrl/packages.config
index 99ad6a9..ba45f10 100644
--- a/GoUrl/packages.config
+++ b/GoUrl/packages.config
@@ -1,7 +1,7 @@
-
+
diff --git a/readme.md b/readme.md
index abb8cb9..061173b 100644
--- a/readme.md
+++ b/readme.md
@@ -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 © 2014-2017 [Delta Consultants](https://gourl.io)
@@ -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)