diff --git a/lib/cryptobox.class.php b/lib/cryptobox.class.php index e53c4ac..7a5bd6c 100644 --- a/lib/cryptobox.class.php +++ b/lib/cryptobox.class.php @@ -1225,10 +1225,10 @@ public function display_cryptobox_bootstrap ($coins = array(), $def_coin = "", $ $tmp .= "
PHP Language - Please use function \$box->display_cryptobox_bootstrap (...); it generate customize mobile friendly bitcoin/altcoin payment box and automatically displays successful payment message (bootstrap4, json, your own logo, white label product, etc)
"; + $tmp .= "PHP Language - Please use function \$box->display_cryptobox_bootstrap (...); it generate customize mobile friendly bitcoin/altcoin payment box and automatically displays successful payment message (bootstrap4, json, your own logo, white label product, etc)
"; $tmp .= "ASP/Other Languages - You can use function \$box->cryptobox_json_url(); It generates url with your parameters to gourl.io payment gateway. "; $tmp .= "Using this url you can get bitcoin/altcoin payment box values in JSON format and use it on html page with Jquery/Ajax (on the user side). "; - $tmp .= "Or your server can receive JSON values through curl - function \$box->get_json_values(); and use it in your files/scripts directly without javascript when generating the webpage (on the server side).
"; + $tmp .= "Or your server can receive JSON values through curl - function \$box->get_json_values(); and use it in your files/scripts directly without javascript when generating the webpage (on the server side)."; $tmp .= ""; $tmp .= "