Plugin Directory

Changeset 3175335


Ignore:
Timestamp:
10/24/2024 09:06:59 PM (18 months ago)
Author:
bigmaster
Message:

Live Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • payaza/trunk/includes/class-wc-gateway-payaza.php

    r3174986 r3175335  
    426426        $payaza_params = array(
    427427            'key' => $this->public_key,
    428             'connection_mode' => $this->testmode ? 'test' : 'live' // Add connection mode (live or test)
     428            'connection_mode' => $this->testmode ? 'Test' : 'Live' // Add connection mode (live or test)
    429429        );
    430430
Note: See TracChangeset for help on using the changeset viewer.