Skip to content

feat(integrations): add support for sage-member#6717

Open
hassan254-prog wants to merge 2 commits into
masterfrom
wari/add-support-for-sagemember
Open

feat(integrations): add support for sage-member#6717
hassan254-prog wants to merge 2 commits into
masterfrom
wari/add-support-for-sagemember

Conversation

@hassan254-prog

@hassan254-prog hassan254-prog commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Describe the problem and your solution

  • add support for sage-member

Review in cubic

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Preview Deploy

Status URL Deploy Logs Last Updated
✅ Ready Preview URL Deploy Logs 9 Jul 2026, 20:14 UTC

@mintlify

mintlify Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
nango 🟢 Ready View Preview Jul 8, 2026, 6:41 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

All reported issues were addressed across 14 files

Confidence score: 5/5

  • Safe to merge after the addressed issues were fixed.

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread docs/api-integrations/sage-member/connect.mdx
Comment thread docs/api-integrations/sage-member/connect.mdx
Comment thread packages/shared/lib/services/proxy/utils.ts Outdated
Comment thread docs/api-integrations/sage-member.mdx Outdated
Comment thread docs/api-integrations/sage-member.mdx Outdated
- e-commerce
auth_mode: API_KEY
proxy:
base_url: https://www.promoplace.com/ws/ws.dll

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

that doesn't look like SAGE related?

continue;
}
const nested: Record<string, string> = {};
for (const [nestedKey, nestedValue] of Object.entries(value)) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

what if there is more than one level of nesting?

if (existing instanceof URLSearchParams) {
for (const [key, value] of Object.entries(injected)) existing.append(key, value);
for (const [key, value] of Object.entries(injected)) {
appendInjectedEntry((k, v) => existing.append(k, v), key, value);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

do we have proper testing for all the existing code paths that are being affected by this change

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