Modify

Opened 3 years ago

Closed 3 years ago

#2469 closed Bug/Fehler (fixed)

Feld labelResponseType falsch in DHLBusinessShipment.php implementiert

Reported by: Planzo Owned by: Gerhard Waldemair
Priority: niedrig Milestone: modified-shop-2.0.8.0
Component: Module Version: 2.0.7.2
Keywords: Cc:
Blocked By: Blocking:

Description (last modified by Torsten Riemer)

Es betrifft das Modul "DHL Versand & Label-Erstellung".
Datei: includes/external/dhl/DHLBusinessShipment.php

labelResponseType ist aktuell in ShipmentOrder:

$ShipmentOrder->labelResponseType = 'URL';

Es müsste aber unterhalb von request sein. Also wie folgt:

$request->labelResponseType = 'URL';

Dies führt derzeit nicht zum Fehler. Vermutlich weil "URL" ohne der default ist laut Dokumentation von DHL. Somit aber immerhin noch ein Schönheitsfehler.

Quelle: MODUL: DHL Versand & Label-Erstellung

Attachments (1)

auszug-entwickler-doku.png (22.3 KB ) - added by Planzo 3 years ago.
Screenshot aus betroffenen Teil den DHL developer docs

Download all attachments as: .zip

Change History (4)

by Planzo, 3 years ago

Attachment: auszug-entwickler-doku.png added

Screenshot aus betroffenen Teil den DHL developer docs

comment:1 by Torsten Riemer, 3 years ago

Description: modified (diff)
Milestone: modified-shop-2.0.8.0

comment:2 by Torsten Riemer, 3 years ago

Description: modified (diff)

comment:3 by Gerhard Waldemair, 3 years ago

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

In 15052:

fix #2469 - fix label response type for dhl business

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.