Quantcast
Channel: Programmierung - Shopware Community Forum
Viewing all articles
Browse latest Browse all 2871

Controller gibt nichts aus

$
0
0
class Shopware_Controllers_Frontend_CheckoutRequests extends Shopware_Controllers_Frontend_Checkout
{

    /**
     * /checkout/shippingPayment/
     */
    public function shippingPaymentAction()
    {
        $rawBody = $this->Request()->getRawBody();
        $params = json_decode($rawBody, true); // jsonbody decodieren als array}

        HIER NIX $params :-(


        return;
    }
}

Bin ich heute mit dem falschen Bein aufgestanden oder warum bekomme ich rein garnichts zurück im Checkout bei ShippingPayment?


Viewing all articles
Browse latest Browse all 2871

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>