Plugin Directory

Changeset 3368346


Ignore:
Timestamp:
09/26/2025 09:32:49 AM (6 months ago)
Author:
grilabs
Message:

Version tags updated for Wordpress.org

Location:
tami-payment
Files:
130 added
1 edited

Legend:

Unmodified
Added
Removed
  • tami-payment/trunk/lib/TamiPaymentClient.php

    r3368328 r3368346  
    561561
    562562    private function checkCallbackHash( $hash ): bool {
    563 
    564         /*if ( ! isset( $_GET['nonce'] ) || ! wp_verify_nonce( sanitize_text_field( wp_unslash( $_GET['nonce'] ) ), \Tami_WooCommerce_GW::CALLBACK_ENDPOINT ) ) {
    565             throw new \Exception( 'Nonce could not verified!' );
    566         }*/
    567 
    568563        $hashStr = "";
    569564        $parts   = [
Note: See TracChangeset for help on using the changeset viewer.