Modify

Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#1361 closed Bug/Fehler (fixed)

Fehler Billpay

Reported by: Ronald Parcinski Owned by: Gerhard Waldemair
Priority: hoch Milestone: modified-shop-2.0.5.0
Component: Module Version: 2.0.3.0
Keywords: Cc:
Blocked By: Blocking:

Description

Bei Billpay gibt es Probleme mit den Parameter bei Methodenaufrufen!

Ein Beispiel:
Methodenaufruf mit Parametern

$return[] = $this->getPayUntilText($bank_data, $currency);

Die Klassenmethode ist aber ohne Parameter:

// public function getPayUntilText($bank_data, $currency)
        public function getPayUntilText()
        {
            return '!!!Pay until text not implemented for this method!!!';

Bei getPayUntilText() sind keine Parameter vorhanden und es wird dadurch mindestens im LOG eine Warnung erzeugt.

Diese Fehler ziehen sich durch das ganze Modul.

Attachments (0)

Change History (4)

comment:1 by Torsten Riemer, 8 years ago

Milestone: modified-shop-2.0.4.0

comment:2 by Torsten Riemer, 7 years ago

Milestone: modified-shop-2.0.5.0

comment:3 by Gerhard Waldemair, 7 years ago

Owner: set to Gerhard Waldemair
Resolution: fixed
Status: newclosed

In 11598:

update billpay - fix #1361

comment:4 by Torsten Riemer, 7 years ago

In 11708:

Minor update on r11598 (update billpay - fix #1361)

Modify Ticket

Action
as closed The owner will remain Gerhard Waldemair.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.