diff --git a/COPYING b/COPYING index 9af50bb..89dab7f 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ -Copyright (c) 2014-2021 Delta Consultants -Copyright (c) 2014-2021 GoUrl.io Developers +Copyright (c) 2014-2023 Delta Consultants +Copyright (c) 2014-2023 GoUrl.io Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Examples/example_basic.php b/Examples/example_basic.php index 621c099..0dfc6e0 100644 --- a/Examples/example_basic.php +++ b/Examples/example_basic.php @@ -2,7 +2,7 @@ /** * @category Main Example - Custom Payment Box ((json, bootstrap4, mobile friendly, white label product, your own logo) * @package GoUrl Cryptocurrency Payment API - * copyright (c) 2014-2021 Delta Consultants + * copyright (c) 2014-2023 Delta Consultants * @desc GoUrl Crypto Payment Box Example (json, bootstrap4, mobile friendly, optional - free White Label Product - Bitcoin/altcoin Payments with your own logo and all payment requests through your server, open source) * @crypto Supported Cryptocoins - Bitcoin, BitcoinCash, BitcoinSV, Litecoin, Dash, Dogecoin, Speedcoin, Reddcoin, Potcoin, Feathercoin, Vertcoin, Peercoin, MonetaryUnit, UniversalCurrency * @website https://gourl.io/bitcoin-payment-gateway-api.html#p8 @@ -11,9 +11,9 @@ */ - /********************** NOTE - 2018-2021 YEARS *************************************************************************/ + /********************** NOTE - 2018-2023 YEARS *************************************************************************/ /***** *****/ - /***** This is NEW 2018-2021 latest Bitcoin Payment Box Example (mobile friendly JSON payment box) *****/ + /***** This is NEW 2018-2023 latest Bitcoin Payment Box Example (mobile friendly JSON payment box) *****/ /***** *****/ /***** You can generate php payment box code online - https://gourl.io/lib/examples/example_customize_box.php *****/ /***** White Label Product - https://gourl.io/lib/test/example_customize_box.php?method=curl&logo=custom *****/ @@ -71,7 +71,7 @@ // List of coins that you accept for payments //$coins = array('bitcoin', 'bitcoincash', 'bitcoinsv', 'litecoin', 'dogecoin', 'dash', 'speedcoin', 'reddcoin', 'potcoin', 'feathercoin', 'vertcoin', 'peercoin', 'monetaryunit', 'universalcurrency'); - $coins = array('bitcoin', 'bitcoincash', 'litecoin', 'dogecoin', 'dash', 'speedcoin'); // for example, accept payments in bitcoin, bitcoincash, litecoin, 'dogecoin', dash, speedcoin + $coins = array('bitcoin', 'bitcoincash', 'litecoin', 'dogecoin'); // for example, accept payments in bitcoin, bitcoincash, litecoin, 'dogecoin', dash, speedcoin // Create record for each your coin - https://gourl.io/editrecord/coin_boxes/0 ; and get free gourl keys // It is not bitcoin wallet private keys! Place GoUrl Public/Private keys below for all coins which you accept diff --git a/Examples/example_customize_box.php b/Examples/example_customize_box.php index 803137e..ce323cb 100644 --- a/Examples/example_customize_box.php +++ b/Examples/example_customize_box.php @@ -2,7 +2,7 @@ /** * @category Example - Custom Payment Box (json format; customise your bitcoin/altcoin payment box with your own text / logo) * @package GoUrl Cryptocurrency Payment API - * copyright (c) 2014-2021 Delta Consultants + * copyright (c) 2014-2023 Delta Consultants * @desc GoUrl Crypto Payment Box Example (json, bootstrap4, mobile friendly, optional - free White Label Product - Bitcoin/altcoin Payments with your own logo and all payment requests through your server, open source) * @crypto Supported Cryptocoins - Bitcoin, BitcoinCash, BitcoinSV, Litecoin, Dash, Dogecoin, Speedcoin, Reddcoin, Potcoin, Feathercoin, Vertcoin, Peercoin, MonetaryUnit, UniversalCurrency * @website https://gourl.io/bitcoin-payment-gateway-api.html#p8 @@ -11,9 +11,9 @@ */ - /********************** NOTE - 2018-2021 YEARS *************************************************************************/ + /********************** NOTE - 2018-2023 YEARS *************************************************************************/ /***** *****/ - /***** This is NEW 2018-2021 latest Bitcoin Payment Box Example (mobile friendly JSON payment box) *****/ + /***** This is NEW 2018-2023 latest Bitcoin Payment Box Example (mobile friendly JSON payment box) *****/ /***** *****/ /***** You can generate php payment box code online - https://gourl.io/lib/examples/example_customize_box.php *****/ /***** White Label Product - https://gourl.io/lib/test/example_customize_box.php?method=curl&logo=custom *****/ @@ -71,7 +71,7 @@ // List of coins that you accept for payments //$coins = array('bitcoin', 'bitcoincash', 'bitcoinsv', 'litecoin', 'dogecoin', 'dash', 'speedcoin', 'reddcoin', 'potcoin', 'feathercoin', 'vertcoin', 'peercoin', 'monetaryunit', 'universalcurrency'); - $coins = array('bitcoin', 'bitcoincash', 'litecoin', 'dogecoin', 'dash', 'speedcoin'); // for example, accept payments in bitcoin, bitcoincash, litecoin, 'dogecoin', dash, speedcoin + $coins = array('bitcoin', 'bitcoincash', 'litecoin', 'dogecoin'); // for example, accept payments in bitcoin, bitcoincash, litecoin, 'dogecoin', dash, speedcoin // Create record for each your coin - https://gourl.io/editrecord/coin_boxes/0 ; and get free gourl keys // It is not bitcoin wallet private keys! Place GoUrl Public/Private keys below for all coins which you accept @@ -478,7 +478,7 @@
-

Customize GoUrl Bitcoin/ Altcoin Payment Box (2021 year)

+

Customize GoUrl Bitcoin/ Altcoin Payment Box (2023 year)

See live generated php/html code for your website below (open source class)