Skip to content
Code-Schnipsel Gruppen Projekte
Commit 8ed829ea erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

Merge branch 'master' into 1.1

Übergeordnete f13fac0e 20234aa1
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -111,6 +111,7 @@ public function __construct($id, Handler $Handler)
case Handler::TYPE_INVOICE_TEMPORARY:
case Handler::TYPE_INVOICE_CREDIT_NOTE:
case Handler::TYPE_INVOICE_REVERSAL:
case Handler::TYPE_INVOICE_CANCEL:
$this->type = (int)$this->getAttribute('type');
break;
}
......@@ -434,7 +435,7 @@ public function getShipping()
*/
public function getInvoiceType()
{
return $this->type;
return (int)$this->type;
}
/**
......
......@@ -316,7 +316,7 @@ protected function getOutputType()
break;
case Handler::TYPE_INVOICE_CANCEL:
return 'Cancelled';
return 'Canceled';
break;
default:
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren