What is one way of preventing anexisting payment page from being shown on the checkout payment page?

A configuration value, CO.NewOrder, is set to TRUE.

What is one way of preventing anexisting payment page from being shown on the checkout payment page?
A . Delete the Visualforce page from the code base.
B . Remove the value matching the page name from the pmt.whitelist configurationsetting, then rebuild and activate a new Configuration cache
C . Remove the payment type associated with the payment page from CO.pmts, thenrebuild and activate a new cache.
D . Override the front end template and modify the way the embedded payment page getsloaded from the payment list configuration.

Answer: C

Explanation:

One way of preventing an existing payment page from being shown on the checkout payment page is to remove the payment type associated with the payment page from CO.pmts, then rebuild and activate a new cache. This will exclude the payment type from the list of available payment options on the checkout page. The other options are either not feasible or not effective in hiding the payment page.

Salesforce Reference: B2B Commerce and D2C Commerce Developer Guide, Payment Configuration Settings

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments