Plugin Directory

Changeset 2415222


Ignore:
Timestamp:
11/09/2020 02:26:42 PM (5 years ago)
Author:
pookidevs
Message:

Fixes

Location:
k2-woo-custom-payment-gateway
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • k2-woo-custom-payment-gateway/tags/1.1/K2_Custom_Payment_Gateway.php

    r2415212 r2415222  
    5757            $this->domain = 'custom_payment';
    5858
    59             $this->id                 = 'K2WooCustomPaymentGateway';
     59            $this->id                 = 'k2woocustompaymentgateway';
    6060            $this->icon               = apply_filters('woocommerce_custom_gateway_icon', '');
    6161            $this->has_fields         = false;
     
    184184    global $wpdb;
    185185
    186     if($_POST['payment_method'] != 'K2WooCustomPaymentGateway')
     186    if($_POST['payment_method'] != 'k2woocustompaymentgateway')
    187187        return;
    188188
  • k2-woo-custom-payment-gateway/trunk/K2_Custom_Payment_Gateway.php

    r2415212 r2415222  
    5757            $this->domain = 'custom_payment';
    5858
    59             $this->id                 = 'K2WooCustomPaymentGateway';
     59            $this->id                 = 'k2woocustompaymentgateway';
    6060            $this->icon               = apply_filters('woocommerce_custom_gateway_icon', '');
    6161            $this->has_fields         = false;
     
    184184    global $wpdb;
    185185
    186     if($_POST['payment_method'] != 'K2WooCustomPaymentGateway')
     186    if($_POST['payment_method'] != 'k2woocustompaymentgateway')
    187187        return;
    188188
Note: See TracChangeset for help on using the changeset viewer.