nerdexam
Magento

M70-101 · Question #34

How can you make a payment method store entire credit card numbers?

The correct answer is C. Change the protected property of payment method $_canSaveCc to true. See the full explanation below for the reasoning.

Question

How can you make a payment method store entire credit card numbers?

Options

  • AFor security reasons, there are no native ways for doing that.
  • BPass the credit card number to the payment method: it will be stored automatically.
  • CChange the protected property of payment method $_canSaveCc to true.
  • DConfigure your method to save the card number by setting 1 to the following xpath:

How the community answered

(42 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    79% (33)
  • D
    12% (5)

Community Discussion

No community discussion yet for this question.

Full M70-101 Practice