Plugin Directory

Changeset 2723486


Ignore:
Timestamp:
05/13/2022 05:34:46 PM (4 years ago)
Author:
odpsolutions
Message:

removed test mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sky-systemz/tags/1.01/SkySystemz-woocommerceCheckout.php

    r2723464 r2723486  
    7878            if ( $this->description ) {
    7979                // you can instructions for test mode, I mean test card numbers etc.
    80                 if ( $this->testmode ) {
    81                     $this->description .= ' TEST MODE ENABLED. In test mode, you can use the card numbers listed in <a href="#">documentation</a>.';
    82                     $this->description  = trim( $this->description );
    83                 }
     80                // if ( $this->testmode ) {
     81                // $this->description .= ' TEST MODE ENABLED. In test mode, you can use the card numbers listed in <a href="#">documentation</a>.';
     82                // $this->description  = trim( $this->description );
     83                // }
    8484                // display the description with <p> tags etc.
    8585                echo wpautop( wp_kses_post( $this->description ) );
Note: See TracChangeset for help on using the changeset viewer.