Plugin Directory

Changeset 2099898


Ignore:
Timestamp:
06/03/2019 03:21:19 PM (7 years ago)
Author:
girosolution
Message:

Corrected Bluecode name

Location:
girocheckout/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • girocheckout/trunk/library/api/bluecode/GiroCheckout_SDK_BlueCodeRefund.php

    r2097565 r2099898  
    11<?php
    22/**
    3  * Provides configuration for an Blue Code API call of a refund.
     3 * Provides configuration for an Bluecode API call of a refund.
    44 *
    55 * @package GiroCheckout
  • girocheckout/trunk/payments/gc_bluecode.php

    r2097560 r2099898  
    4040    // Set core gateway settings
    4141    $this->id = 'gc_bluecode';
    42     $this->method_title = __('Bluecode - Pay smart', 'girocheckout');
     42    $this->method_title = __('Bluecode', 'girocheckout');
    4343    $this->icon = plugins_url('img/gc_bluecode.png', dirname(__FILE__));
    44     $this->title = __('Bluecode - Pay smart', 'girocheckout');
     44    $this->title = __('Bluecode', 'girocheckout');
    4545    $this->has_fields = false;
    4646
     
    105105            'title' => __('Enable/Disable', 'girocheckout'),
    106106            'type' => 'checkbox',
    107             'label' => __('Enable Bluecode - Pay smart', 'girocheckout'),
     107            'label' => __('Enable Bluecode', 'girocheckout'),
    108108            'default' => 'no',
    109109        ),
     
    113113            'description' => __('Bluecode works like cash — just on your smartphone
    114114.', 'girocheckout'),
    115             'default' => __('Bluecode - Pay smart', 'girocheckout'),
     115            'default' => __('Bluecode', 'girocheckout'),
    116116            'desc_tip' => true,
    117117        ),
     
    183183  public function admin_options() {
    184184    ?>
    185     <h3><?php _e('Bluecode - Pay smart', 'girocheckout'); ?></h3>
     185    <h3><?php _e('Bluecode', 'girocheckout'); ?></h3>
    186186    <p><?php _e('GiroCheckout Bluecode payment', 'girocheckout'); ?></p>
    187187    <table class="form-table">
Note: See TracChangeset for help on using the changeset viewer.