Changeset 3184450
Legend:
- Unmodified
- Added
- Removed
-
valorpos/tags/8.0.0/includes/class-wc-valorpay-gateway-addons-blocks-support.php
r3182885 r3184450 105 105 'avs_type' => $this->get_setting( 'avs_type' ), 106 106 'supports' => $this->get_supported_features(), 107 'is_sandbox_mode' => $this->get_setting( 'sandbox' ) ,107 'is_sandbox_mode' => $this->get_setting( 'sandbox' ) === 'yes', 108 108 'logo_url' => WC_VALORPAY_URL . 'admin/images/valorpaytech.png', 109 109 'card_types' => $icons, -
valorpos/trunk/includes/class-wc-valorpay-gateway-addons-blocks-support.php
r3182885 r3184450 105 105 'avs_type' => $this->get_setting( 'avs_type' ), 106 106 'supports' => $this->get_supported_features(), 107 'is_sandbox_mode' => $this->get_setting( 'sandbox' ) ,107 'is_sandbox_mode' => $this->get_setting( 'sandbox' ) === 'yes', 108 108 'logo_url' => WC_VALORPAY_URL . 'admin/images/valorpaytech.png', 109 109 'card_types' => $icons,
Note: See TracChangeset
for help on using the changeset viewer.