Plugin Directory

Changeset 3184450


Ignore:
Timestamp:
11/08/2024 01:33:45 PM (17 months ago)
Author:
abubacker
Message:

Update sandbox mode desc

Location:
valorpos
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • valorpos/tags/8.0.0/includes/class-wc-valorpay-gateway-addons-blocks-support.php

    r3182885 r3184450  
    105105            'avs_type'          => $this->get_setting( 'avs_type' ),
    106106            'supports'          => $this->get_supported_features(),
    107             'is_sandbox_mode'   => $this->get_setting( 'sandbox' ),
     107            'is_sandbox_mode'   => $this->get_setting( 'sandbox' )  === 'yes',
    108108            'logo_url'          => WC_VALORPAY_URL . 'admin/images/valorpaytech.png',
    109109            'card_types'        => $icons,
  • valorpos/trunk/includes/class-wc-valorpay-gateway-addons-blocks-support.php

    r3182885 r3184450  
    105105            'avs_type'          => $this->get_setting( 'avs_type' ),
    106106            'supports'          => $this->get_supported_features(),
    107             'is_sandbox_mode'   => $this->get_setting( 'sandbox' ),
     107            'is_sandbox_mode'   => $this->get_setting( 'sandbox' ) === 'yes',
    108108            'logo_url'          => WC_VALORPAY_URL . 'admin/images/valorpaytech.png',
    109109            'card_types'        => $icons,
Note: See TracChangeset for help on using the changeset viewer.