Translates some commenting from Italien to English

Translates some of serhack's comments to English so that they can be read by others easier.
This commit is contained in:
cryptochangements34 2017-07-16 23:27:20 -05:00 committed by GitHub
parent 773cc34fa5
commit f0b6391aa0

View File

@ -276,10 +276,10 @@ class Monero_Gateway extends WC_Payment_Gateway
public function verify_payment(){ public function verify_payment(){
/* /*
* Algoritmo per verificare i pagamenti * function for verifying payments
* 1. prendi l'ultima height disponibile * 1. Get the latest block height available
* 2. Get_Bulk_payments con il payment id generato prima (visualizzare a video un avviso per cui l'utente non dovrà aggiornare) * 2. Get_Bulk_payments with the first payment id generated
* 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) * 3. Verify that a payment has been made with the given payment id
* *