From f0b6391aa01ede3deec0b5cb0a8f92c857c120c1 Mon Sep 17 00:00:00 2001 From: cryptochangements34 Date: Sun, 16 Jul 2017 23:27:20 -0500 Subject: [PATCH] Translates some commenting from Italien to English Translates some of serhack's comments to English so that they can be read by others easier. --- monero/include/monero_payments.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index 7006b50..99d6cff 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -276,10 +276,10 @@ class Monero_Gateway extends WC_Payment_Gateway public function verify_payment(){ /* - * Algoritmo per verificare i pagamenti - * 1. prendi l'ultima height disponibile - * 2. Get_Bulk_payments con il payment id generato prima (visualizzare a video un avviso per cui l'utente non dovrà aggiornare) - * 3. Verifica se esiste un pagamento con il payment id e se l'amount è aumentato (NOTA: Non serve verificare quanto è aumentato, il payment id è unico) + * function for verifying payments + * 1. Get the latest block height available + * 2. Get_Bulk_payments with the first payment id generated + * 3. Verify that a payment has been made with the given payment id *