Changeset 1546133
- Timestamp:
- 12/05/2016 10:06:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
woo-payment-gateway-verotel-cardbilling/trunk/functions.php
r1317610 r1546133 5 5 Description: Use Verotel or CardBilling as a payment method with your WooCommerce store. 6 6 Author: Speak Digital 7 Version: 1. 17 Version: 1.2 8 8 Author URI: http://www.speakdigital.co.uk 9 9 */ … … 14 14 class WC_Gateway_CardBilling extends WC_Payment_Gateway { 15 15 function __construct() 16 { $this->id = " CardBilling";16 { $this->id = "cardbilling"; 17 17 $this->icon = null; 18 18 $this->method_title = "Verotel / CardBilling";
Note: See TracChangeset
for help on using the changeset viewer.