Back to PhocacartUserGuestuser class

Method getPayment

public static
getPayment
()

Method getPayment - Source code

public static function getPayment()
{
    $session = Factory::getSession();
    $payment = $session->get('guestpayment', false, 'phocaCart');
    return $payment;
}