Loading...
 
Skip to main content

Completely wrong feature description in /lib/prefs/payment.php

Status
Open
Subject
Completely wrong feature description in /lib/prefs/payment.php
Version
18.x
Category
  • Bug
  • Consistency
Feature
Admin Interface (UI)
Shopping cart and payment
Resolution status
New
Submitted by
hman
Lastmod by
hman
Rating
(0)
Description

In /lib/prefs/paymen.php is a completely wrong description for a feature (AnonShopperProfile), and it's obviously a copy&paste-error. In 390 you will find

Copy to clipboard
'payment_cart_anonorderitems_profile' => [ 'name' => tra('Anonymous order item profile'), 'description' => tra('Wiki page containing the profile for creating order items for anonymous users (page name must not have spaces)'), 'help' => 'AnonOrderItemProfile', 'type' => 'text', 'default' => '', ], 'payment_cart_anonshopper_profile' => [ 'name' => tra('Anonymous shopper info profile'), 'description' => tra('Wiki page containing the profile for creating order items for anonymous users (page name must not have spaces)'), 'help' => 'AnonShopperProfile', 'type' => 'text', 'default' => '', ],


The description of AnonShopperProfile is an exact duplicate of the description of AnonOrderItemProfile...

Importance
6
Easy to solve?
10 easy
Priority
60
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7482
Created
Sunday 09 August, 2020 11:40:47 UTC
by hman
LastModif
Sunday 09 August, 2020 11:40:47 UTC


Show PHP error messages