Skip to content

Conversation

tdang1-shopmacher
Copy link
Collaborator

No description provided.


const serviceRouter = Router();

serviceRouter.post('/getMethods', getMethods);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use get method, change the uri name to "methods"

app.use(
['/application/*'],
createSessionMiddleware({
audience: `https://mc.${readConfiguration().commerceTools.region}.commercetools.com`,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

customObjectsPaginatedResult?.total > 0 &&
extension?.destination?.url
) {
usePaymentMethodsFetcher(extension?.destination?.url)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this always overwrite existing when loading the payment method list?

@tdang1-shopmacher tdang1-shopmacher merged commit 817a960 into develop Oct 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants