Plugin Directory

Changeset 1546133


Ignore:
Timestamp:
12/05/2016 10:06:28 PM (9 years ago)
Author:
bkonyn
Message:

Fixes error with Wordpress 4.6.1 caused by uppercase letters in ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woo-payment-gateway-verotel-cardbilling/trunk/functions.php

    r1317610 r1546133  
    55Description: Use Verotel or CardBilling as a payment method with your WooCommerce store.
    66Author: Speak Digital
    7 Version: 1.1
     7Version: 1.2
    88Author URI: http://www.speakdigital.co.uk
    99*/
     
    1414    class WC_Gateway_CardBilling extends WC_Payment_Gateway {
    1515        function __construct() 
    16         {   $this->id = "CardBilling";
     16        {   $this->id = "cardbilling";
    1717            $this->icon = null;
    1818            $this->method_title = "Verotel / CardBilling";
Note: See TracChangeset for help on using the changeset viewer.