Modify ↓
#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 , 8 years ago
| Milestone: | modified-shop-2.0.4.0 |
|---|
comment:2 by , 7 years ago
| Milestone: | → modified-shop-2.0.5.0 |
|---|
comment:3 by , 7 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

In 11598: