Changeset 2099898
- Timestamp:
- 06/03/2019 03:21:19 PM (7 years ago)
- Location:
- girocheckout/trunk
- Files:
-
- 1 deleted
- 2 edited
-
js/gc_bc_script.js (deleted)
-
library/api/bluecode/GiroCheckout_SDK_BlueCodeRefund.php (modified) (1 diff)
-
payments/gc_bluecode.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
girocheckout/trunk/library/api/bluecode/GiroCheckout_SDK_BlueCodeRefund.php
r2097565 r2099898 1 1 <?php 2 2 /** 3 * Provides configuration for an Blue Code API call of a refund.3 * Provides configuration for an Bluecode API call of a refund. 4 4 * 5 5 * @package GiroCheckout -
girocheckout/trunk/payments/gc_bluecode.php
r2097560 r2099898 40 40 // Set core gateway settings 41 41 $this->id = 'gc_bluecode'; 42 $this->method_title = __('Bluecode - Pay smart', 'girocheckout');42 $this->method_title = __('Bluecode', 'girocheckout'); 43 43 $this->icon = plugins_url('img/gc_bluecode.png', dirname(__FILE__)); 44 $this->title = __('Bluecode - Pay smart', 'girocheckout');44 $this->title = __('Bluecode', 'girocheckout'); 45 45 $this->has_fields = false; 46 46 … … 105 105 'title' => __('Enable/Disable', 'girocheckout'), 106 106 'type' => 'checkbox', 107 'label' => __('Enable Bluecode - Pay smart', 'girocheckout'),107 'label' => __('Enable Bluecode', 'girocheckout'), 108 108 'default' => 'no', 109 109 ), … … 113 113 'description' => __('Bluecode works like cash — just on your smartphone 114 114 .', 'girocheckout'), 115 'default' => __('Bluecode - Pay smart', 'girocheckout'),115 'default' => __('Bluecode', 'girocheckout'), 116 116 'desc_tip' => true, 117 117 ), … … 183 183 public function admin_options() { 184 184 ?> 185 <h3><?php _e('Bluecode - Pay smart', 'girocheckout'); ?></h3>185 <h3><?php _e('Bluecode', 'girocheckout'); ?></h3> 186 186 <p><?php _e('GiroCheckout Bluecode payment', 'girocheckout'); ?></p> 187 187 <table class="form-table">
Note: See TracChangeset
for help on using the changeset viewer.