Plugin Directory

Changeset 1073462


Ignore:
Timestamp:
01/22/2015 04:40:58 PM (11 years ago)
Author:
Total Web Solutions
Message:

Image and description changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-total-web-solutions-gateway/trunk/gateway-totalweb.php

    r756049 r1073462  
    2323       
    2424        $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__));
    2626        $this->has_fields   = false;
    2727        $this->method_title = "Total Web Solutions";
     
    8383                            'type' => 'text',
    8484                            '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' ),
    8686                            'css' => "width: 300px;"
    8787                        ),
     
    9090                            'type' => 'textarea',
    9191                            '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'
    9393                        ), 
    9494            'login_id' => array(
Note: See TracChangeset for help on using the changeset viewer.