Changeset 3175335
- Timestamp:
- 10/24/2024 09:06:59 PM (18 months ago)
- File:
-
- 1 edited
-
payaza/trunk/includes/class-wc-gateway-payaza.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
payaza/trunk/includes/class-wc-gateway-payaza.php
r3174986 r3175335 426 426 $payaza_params = array( 427 427 '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) 429 429 ); 430 430
Note: See TracChangeset
for help on using the changeset viewer.