From 85d9a27916a2b721d5143b9ed499411246274077 Mon Sep 17 00:00:00 2001 From: cryptoapi Date: Sat, 13 Apr 2024 18:13:28 +0100 Subject: [PATCH] version 2.2.4 Update QrCode Generator --- COPYING | 4 ++-- Examples/example_basic.php | 14 +++++-------- Examples/example_customize_box.php | 26 +++++++++---------------- Examples/pay-per-download-multi.php | 6 +++--- Examples/pay-per-download.php | 6 +++--- Examples/pay-per-membership-multi.php | 6 +++--- Examples/pay-per-membership.php | 6 +++--- Examples/pay-per-page-multi.php | 6 +++--- Examples/pay-per-page.php | 6 +++--- Examples/pay-per-post-multi.php | 6 +++--- Examples/pay-per-post.php | 6 +++--- Examples/pay-per-product-multi.php | 6 +++--- Examples/pay-per-product.php | 6 +++--- Examples/pay-per-registration-multi.php | 6 +++--- Examples/pay-per-registration.php | 6 +++--- example_basic.php | 14 +++++-------- example_customize_box.php | 26 +++++++++---------------- history.txt | 9 +++++++++ js/_source/ajax.js | 4 ++-- js/_source/cryptobox.js | 4 ++-- js/_source/support.js | 6 +++--- js/support.min.js | 2 +- lib/cryptobox.callback.php | 4 ++-- lib/cryptobox.class.php | 8 ++++---- readme.md | 4 ++-- 25 files changed, 91 insertions(+), 106 deletions(-) diff --git a/COPYING b/COPYING index 89dab7f..91cde6e 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ -Copyright (c) 2014-2023 Delta Consultants -Copyright (c) 2014-2023 GoUrl.io Developers +Copyright (c) 2014-2024 Delta Consultants +Copyright (c) 2014-2024 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 0dfc6e0..de00233 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-2023 Delta Consultants + * copyright (c) 2014-2024 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-2023 YEARS *************************************************************************/ + /********************** NOTE - 2018-2024 YEARS *************************************************************************/ /***** *****/ - /***** This is NEW 2018-2023 latest Bitcoin Payment Box Example (mobile friendly JSON payment box) *****/ + /***** This is NEW 2018-2024 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 *****/ @@ -91,11 +91,7 @@ "litecoin" => array("public_key" => "25657AAOwwzoLitecoin77LTCPUB4PVkUmYCa2dR770wNNstdk", "private_key" => "25657AAOwwzoLitecoin77LTCPRV7hmp8s3ew6pwgOMgxMq81F"), "dogecoin" => array("public_key" => "25678AACxnGODogecoin77DOGEPUBZEaJlR9W48LUYagmT9LU8", - "private_key" => "25678AACxnGODogecoin77DOGEPRVFvl6IDdisuWHVJLo5m4eq"), - "dash" => array("public_key" => "25658AAo79c3Dash77DASHPUBqwIefT1j9fqqMwUtMI0huVL0J", - "private_key" => "25658AAo79c3Dash77DASHPRVG7w3jg0Tc5Pfi34U8o5JEiTss"), - "speedcoin" => array("public_key" => "20116AA36hi8Speedcoin77SPDPUBjTMX31yIra1IBRssY7yFy", - "private_key" => "20116AA36hi8Speedcoin77SPDPRVNOwjzYNqVn4Sn5XOwMI2c")); // Demo keys! + "private_key" => "25678AACxnGODogecoin77DOGEPRVFvl6IDdisuWHVJLo5m4eq")); // Demo keys! // IMPORTANT: Add in file /lib/cryptobox.config.php your database settings and your gourl.io coin private keys (need for Instant Payment Notifications) - /* if you use demo keys above, please add to /lib/cryptobox.config.php - @@ -196,7 +192,7 @@ - +