nerdexam
Magento

M70-201 · Question #28

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

(48 responses)
  • A
    4% (2)
  • B
    6% (3)
  • C
    73% (35)
  • D
    17% (8)

Community Discussion

No community discussion yet for this question.

Full M70-201 Practice