Expected argument of type "Shopware\Models\Country\Country", "NULL" given

Hallo zusammen,

ich habe aktuell das Problem, dass SW (5.5.4) mir den o.g. Fehler schmeißt, wenn jemand im Bestellabschluss einen Gutschein eingibt. Der Kunde wird dann zurück auf Seite 2 des Bestellprozesses geführt.

Message: Expected argument of type “Shopware\Models\Country\Country”, “NULL” given
 

Request:
{
    “uri”: “/checkout/addVoucher/sTargetAction/confirm”,
    “method”: “POST”,
    “query”: {
        “module”: “frontend”,
        “controller”: “checkout”,
        “action”: “addVoucher”,
        “sTargetAction”: “confirm”
    },
    “post”: {
        “sAGB”: “0”,
        “sVoucher”: “123456”,
        “__csrf_token”: “dga3tXR2sRn2vCe4pG87gqNG0sncUS”
    }
}

 

Kann sich da jemand einen Reim drauf machen?

 

Lieben Dank,
Michael