Changeset 1073462
- Timestamp:
- 01/22/2015 04:40:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-total-web-solutions-gateway/trunk/gateway-totalweb.php
r756049 r1073462 23 23 24 24 $this->id = 'totalweb'; 25 $this->icon = apply_filters('woocommerce_totalweb_icon', plugins_url('images/ totalweb.png', __FILE__));25 $this->icon = apply_filters('woocommerce_totalweb_icon', plugins_url('images/SupportedCardswithAmex.png', __FILE__)); 26 26 $this->has_fields = false; 27 27 $this->method_title = "Total Web Solutions"; … … 83 83 'type' => 'text', 84 84 'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce' ), 85 'default' => __( ' Total Web Solutions', 'woocommerce' ),85 'default' => __( 'Pay Securely via Debit or Credit Card', 'woocommerce' ), 86 86 'css' => "width: 300px;" 87 87 ), … … 90 90 'type' => 'textarea', 91 91 'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce' ), 92 'default' => ' Pay with your credit card via Total Web Solutions.'92 'default' => 'Secure Card Payment via Total Web Solutions PCI Compliant Payment Gateway' 93 93 ), 94 94 'login_id' => array(
Note: See TracChangeset
for help on using the changeset viewer.