Multiple Choice
Which of the following lines includes a payment method object?
A) $quote->getShippingAddress ( ) ->setPaymentMethod(isset ($data['method']) ? $data['method'] : null) ; inside Mage_Checkout_Model_Type_Onepage
B) public function setPayment(Mage_Sales_Model_Quote_Payment $payment) inside Mage_Sales_Model_Quote
C) $method = $this->getMethodInstance ( ) ; inside Mage_Sales_Model_Quote_Payment
D) $instance->setInfoInstance($this) ; inside Mage_Payment_Model_Info
Correct Answer:

Verified
Correct Answer:
Verified
Q31: Which three of the following conditions should
Q32: The final price for the product on
Q33: Which of the following API calls allows
Q34: The initial call to _ will create
Q35: Which one of the following is responsible
Q37: When you register an event observer, which
Q38: Which of the following items is NOT
Q39: Which of the following methods will force
Q40: Which two public methods must be implemented
Q41: Which of the following will NOT generate