Commit graph

106 commits

Author SHA1 Message Date
Alicesland
ca16660639 Code Update
Cleaned up the horribly formatted code into a much more consistant format.

Removed a unused method inside library.php

Added an onion service SSL error suppress option.

Fixed up a couple typos.
2017-09-21 16:11:47 -06:00
serhack
d6438eba52 Update library.php 2017-09-14 21:07:53 +02:00
serhack
b0c623fb5f Merge pull request #26 from QuickBASIC/text-revisions-0
Text Revisions
2017-09-06 14:06:58 +02:00
Mike Justman
789c2f1eaa text revisions
* phrasing
2017-09-06 07:49:27 -04:00
Mike Justman
363e770a7a text revisions
* phrasing
2017-09-06 07:48:00 -04:00
serhack
f7807d58d9 Update README.md 2017-09-03 10:29:17 +02:00
serhack
3d10545bce Update README.md 2017-09-03 10:27:36 +02:00
serhack
72e3b314f6 Merge pull request #24 from cryptochangements34/master
Fix typo
2017-08-19 18:57:44 +02:00
cryptochangements34
d5d1439645 Fix typo
my bad...
2017-08-19 11:13:13 -05:00
serhack
e5f7cebeaf Merge pull request #22 from cryptochangements34/master
Add color to verifypayment message based on status
2017-08-19 17:59:08 +02:00
cryptochangements34
387f653b23 Update colors 2017-08-19 10:57:08 -05:00
cryptochangements34
73f983e2c8 Add color to verifypayment message based on status
Unconfirmed will make it red, confirmed will make it green. This is to add visibility for people that dont know that much about crypto-currencies
2017-08-19 10:45:57 -05:00
serhack
cc6dff2de7 Delete as.txt 2017-08-18 15:33:25 +02:00
serhack
80f7654291 Add files via upload 2017-08-18 15:32:58 +02:00
serhack
f6e425f557 Create as.txt 2017-08-18 15:32:50 +02:00
serhack
d8ec54bd62 Update .travis.yml 2017-08-15 14:37:24 +02:00
serhack
f7cc43ead6 Create .travis.yml 2017-08-15 14:34:26 +02:00
serhack
5bee1e14b0 Merge pull request #18 from cryptochangements34/master
Bug fixes update
2017-08-14 18:35:36 +02:00
cryptochangements34
b9980bbdbf Bug fixes update
fixes small bugs with sql queries after payment verification, in getamountinfo() function, and with the instructions page.
2017-08-14 11:25:39 -05:00
serhack
0b02637507 Update monero_payments.php 2017-08-14 10:52:50 +02:00
serhack
db265e5dee Update monero_payments.php 2017-08-14 10:52:26 +02:00
serhack
acc9dd051d Merge pull request #17 from cryptochangements34/master
Revise getamountinfo() function
2017-08-14 08:47:33 +02:00
cryptochangements34
43a23800b7 Revise getamountinfo() function
Fixes typo along with other visual improvements such as converting atomic units to regular units
2017-08-13 16:53:11 -05:00
serhack
a39a959254 Update monero_payments.php 2017-08-13 20:26:51 +02:00
serhack
15fbd243a3 Merge pull request #16 from cryptochangements34/master
Allow merchant to set the % discount for using XMR
2017-08-13 20:25:44 +02:00
cryptochangements34
a63e05d48a Allow merchant to set the % discount for using XMR
This sets things back up so that the merchant can set the precise percentage that they want to use as a discount for paying with Monero like in commit f75790d908
2017-08-13 13:18:20 -05:00
serhack
3ff512aa80 Update monero_gateway.php 2017-08-13 15:26:02 +02:00
serhack
12c8d406ea Update monero_payments.php 2017-08-13 15:25:39 +02:00
serhack
673279491a Update monero_payments.php 2017-08-13 14:37:46 +02:00
serhack
801672ea85 Update monero_gateway.php 2017-08-13 14:37:01 +02:00
serhack
8a48521e8f Fix a typo 2017-08-12 07:56:00 +02:00
serhack
2ac2cbcab8 Update monero_payments.php 2017-08-11 18:25:02 +02:00
serhack
fe8e1f26bb Merge pull request #15 from cryptochangements34/master
Gives option to provide a discount for using XMR
2017-08-11 18:23:17 +02:00
cryptochangements34
f75790d908 Gives option to provide a discount for using XMR
Allows merchant to choose to provide a discount (in terms of percentage) for customers that choose to pay securely with Monero
2017-08-11 11:06:06 -05:00
serhack
979489850b Merge pull request #13 from cryptochangements34/master
Update to store exchange rate in MySQL database
2017-08-10 18:49:32 +02:00
cryptochangements34
fd1a053a78 Update to store exchange rate in MySQL database
Update to store exchange rate data server-side in the MySQL database used by wordpress. This replaces the old model of storing this data client-side in a cookie
2017-08-10 11:46:34 -05:00
serhack
5e0015897e Change my url 2017-08-10 17:09:23 +02:00
serhack
79033602e7 Merge pull request #10 from cryptochangements34/master
Update README + one quick bug fix
2017-08-10 16:12:27 +02:00
cryptochangements34
bff329b13e Fixes example
changes example port to 18082
2017-08-07 18:07:26 -05:00
cryptochangements34
5ea712afb5 Update to add instructions for using a remote node 2017-08-07 12:47:14 -05:00
cryptochangements34
7358d21b66 Quick typo fix
Adds the '!' operator in front of the if(isset($array_integrated_address)) expression so that the error message will only show up if it is NOT set
2017-08-07 12:17:51 -05:00
serhack
1f80f9c6dd Merge pull request #9 from cryptochangements34/master
Adjusts $xmr_live_price - $rate_cookie comparison
2017-08-06 15:31:18 +02:00
cryptochangements34
5d043b0150 Adjusts $xmr_live_price - $rate_cookie comparison
This adjusts the comparison in favor of the merchant
2017-08-05 12:12:57 -05:00
serhack
af89e2052e Merge pull request #8 from cryptochangements34/master
Store exchange rate as cookie
2017-08-05 19:12:38 +02:00
cryptochangements34
6f9075573f Fix cookie protection 2017-08-05 11:36:55 -05:00
cryptochangements34
a9478e4ae4 Store exchange rate as cookie
Stores exchange rate as a cookie (with protection against tampering), but will update if the price of monero changes by more than 1 fiat denomination. Also shows the message returned by verify_payment as a label.
2017-08-05 11:29:50 -05:00
serhack
e9009a0f15 Merge pull request #7 from cryptochangements34/master
Updates order status upon payment verification
2017-08-05 18:09:03 +02:00
cryptochangements34
0f4d5f76c4 Updates order status upon payment verification
Updates the order status within woocommerce to "Confirmed" so that it can be viewed by the sysadmin/merchant.
2017-08-04 22:23:27 -05:00
serhack
ee04f030a1 Merge pull request #6 from cryptochangements34/master
Update (bug fixes)
2017-08-04 14:19:07 +02:00
cryptochangements34
094b978f18 Update (bug fixes)
Fixes some bugs and also switches from get_bulk_payments to get_payments (because we are only getting one payment at a time, not grabbing them in bulk).
2017-08-03 23:50:59 -05:00