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)- A4% (2)
- B6% (3)
- C73% (35)
- D17% (8)
Community Discussion
No community discussion yet for this question.