IBM
C2050-725 · Question #73
How would an application developer access merchant configuration: erchantId?in a plug-in code?How would an application developer access merchant configuration: ?erchantId?in a plug- in code?
The correct answer is B. pluginContext.getConfiguration().getProperties().get("merchantId"). See the full explanation below for the reasoning.
Question
How would an application developer access merchant configuration: erchantId?in a plug-in code?How would an application developer access merchant configuration: ?erchantId?in a plug- in code?
Options
- ApluginContext.getConfiguration().getString("merchantId");
- BpluginContext.getConfiguration().getProperties().get("merchantId");
- CfinancialTransaction.getPaymentInstruction().getExtendedData().get ("merchantId");
- DfinancialTransaction.getPayment().getPaymentInstruction().getExtendedData().
How the community answered
(69 responses)- A13% (9)
- B75% (52)
- C9% (6)
- D3% (2)
Community Discussion
No community discussion yet for this question.