Commit Graph

236 Commits

Author SHA1 Message Date
SerHack bdd2c1813d
Merge pull request #60 from rex4539/fix-typos
Fix typos
2018-05-21 10:05:06 +02:00
Dimitris Apostolou 8def077ba4
Fix typos 2018-05-20 23:34:06 +03:00
SerHack 01c33481f8
Merge pull request #59 from cameleater/cameleater-patch-1
update monero_payments.php
2018-05-18 06:55:10 +02:00
cameleater 903bd8b2d7
update monero_payments.php
should now support all the woocommerce currencies as long as the currency is also supported cryptocompare api
2018-05-18 10:57:33 +08:00
pitifultermite 9e924a1a61
Update monero_payments.php 2018-05-01 02:01:02 +02:00
cryptochangements34 fa9d6b7162
check if *all* cart items are virtual 2018-04-20 17:52:03 -04:00
cryptochangements34 380cd24527
Update monero_payments.php 2018-04-14 13:55:53 -05:00
cryptochangements34 9f8fee17eb
fix missing semicolons 2018-04-14 13:55:25 -05:00
cryptochangements34 df6adb4ab8
allow testnet explorer 2018-04-14 13:45:02 -05:00
serhack 7c1cde1e6a
Merge pull request #54 from IndeedMiners/master
style url fix
2018-03-30 17:49:08 +02:00
IndeedMiners ab8ef9fa2f style url fix 2018-03-30 17:26:47 +02:00
cryptochangements34 99b5063b2c
Merge pull request #52 from cryptochangements34/master
Verify address checksum
2018-03-29 20:42:15 -04:00
cryptochangements34 ecc19adb83 verify address checksum 2018-03-29 20:40:24 -04:00
cryptochangements34 f74a52d56b add cryptonote tools 2018-03-29 19:40:40 -04:00
cryptochangements34 ee6fa74f02
link with https 2018-03-29 11:53:41 -04:00
serhack 91d3f12f46
Merge pull request #51 from pwhelan/patch-1
Show icon when choosing payment method.
2018-03-23 07:09:23 +01:00
Phillip Whelan 35c9ef14db
Show icon when choosing payment method. 2018-03-21 06:37:24 -03:00
serhack 1afdaf0631
Merge pull request #49 from IndeedMiners/patch-1
Monero Icon Fix in WP Admin
2018-03-20 17:31:53 +01:00
Indeed Miners 235ae5e442
Monero Icon Fix in WP Admin
Wrong file name. Now it displays correctly.
2018-03-20 15:28:31 +01:00
cryptochangements34 4b192df223
Merge pull request #48 from cryptochangements34/master
Store some basic data in metadata
2018-02-26 20:07:05 -05:00
cryptochangements34 d0071b12a9
remove no longer needed note 2018-02-26 19:03:57 -06:00
cryptochangements34 552792625d
Store some basic info in metadata
This should help merchants with book keeping
2018-02-26 19:02:32 -06:00
cryptochangements34 fc38605772
add warnings about Payment IDs and JS 2018-02-18 13:38:46 -06:00
cryptochangements34 39361a247b
text formatting 2018-02-11 17:30:32 -06:00
cryptochangements34 acc6b0d91c
Merge pull request #47 from cryptochangements34/master
payment verification bug fixes
2018-02-11 18:15:40 -05:00
cryptochangements34 ad1edf568c
make a little more verbose 2018-02-11 17:13:00 -06:00
cryptochangements34 309b141477
payment verification fixes 2018-02-11 17:07:58 -06:00
cryptochangements34 dba3598069
Merge pull request #46 from cryptochangements34/master
Don't miss blocks if 2 are mined quickly
2018-02-05 16:56:45 -05:00
cryptochangements34 b519522899
Fix typo 2018-02-05 15:52:20 -06:00
cryptochangements34 0b15e31672
Dont miss blocks
Set a cookie for the last seen block so that one is not missed in the case that two blocks are mined in a very short period of time.
2018-02-05 15:46:28 -06:00
cryptochangements34 460f4f6c75
Add support for SGD
Add support for converting Singapore Dollar (SGD) to Monero (XMR)
2018-02-02 17:11:23 -06:00
cryptochangements34 10996fe71d
Merge pull request #45 from cryptochangements34/master
fix payment id with QR codes
2018-01-30 20:47:26 -05:00
cryptochangements34 acd3ca568c
fix payment id with QR codes
should be tx_payment_id not payment_id
2018-01-30 19:38:40 -06:00
cryptochangements34 8afbecb0bc
Merge pull request #44 from cryptochangements34/master
Fix bug with discount
2018-01-30 20:35:35 -05:00
cryptochangements34 19a2b2cfe1
Only use integrated address w RPC 2018-01-30 19:35:14 -06:00
cryptochangements34 33a982107f
Fix bug with discount 2018-01-30 19:32:19 -06:00
cryptochangements34 5cb6d1756b
Update version 2018-01-24 20:01:12 -05:00
cryptochangements34 27fa98b31f
Update version 2018-01-24 20:00:49 -05:00
cryptochangements34 dcbc682660
Update README.md 2018-01-24 19:55:41 -05:00
cryptochangements34 566a003122
Merge pull request #42 from cryptochangements34/master
Allow optional 0 confirmation transactions
2018-01-24 16:47:44 -06:00
cryptochangements34 7259659dad
font colors 2018-01-24 16:44:08 -06:00
cryptochangements34 fa49096c15
add optional 0-conf txs
Add the option to search the mempool for unconfirmed transactions for quicker payments
2018-01-24 16:37:33 -06:00
cryptochangements34 3e9b4acd48
add get_mempool_txs 2018-01-24 16:35:49 -06:00
cryptochangements34 6b43b53cfe
Merge pull request #41 from cryptochangements34/master
Check if payment id is set first
2018-01-24 07:38:57 -06:00
cryptochangements34 590779c263
Check if payment id is set first
Check that a payment id is set before verifying that the merchant owns that output instead of just checking every output in a block
2018-01-23 21:47:49 -06:00
cryptochangements34 6326652a19
Merge pull request #40 from cryptochangements34/master
Allow Transaction Verification Without Monero-Wallet-RPC
2018-01-23 16:52:19 -06:00
cryptochangements34 5da38e31ca
Allow Transaction Verification w/o wallet-rpc
Use a block explorer API to verify transactions without monero-wallet-rpc
2018-01-23 16:49:41 -06:00
cryptochangements34 f4822f237e
Add block explorer tools 2018-01-23 16:36:08 -06:00
serhack 9f1fb367e2
Update monero_payments.php 2018-01-06 20:22:00 +01:00
serhack 598b7085ed
Update README.md 2018-01-02 11:31:07 +01:00