Skip to content

feat: app paypal payment#8797

Merged
zomars merged 39 commits intomainfrom
feat/paypal-payment
Aug 11, 2023
Merged

feat: app paypal payment#8797
zomars merged 39 commits intomainfrom
feat/paypal-payment

Conversation

@alannnc
Copy link
Copy Markdown
Contributor

@alannnc alannnc commented May 10, 2023

What does this PR do?

  • Integrates Paypal as an app using developer credentials.
  • Uses JS API REST from paypal.
  • Validates via webhooks.

Fixes # (issue)

Loom
https://www.loom.com/share/92952c9a8de5478ab6936b766b588c56

Environment: Staging(main branch) / Production

Type of change

  • New feature (non-breaking change which adds functionality)

How should this be tested?

  • Install paypal app
  • Fill out credentials
  • Create new/Modify event type and add paypal as an app with required fields
  • Go book said event type and complete payment process.
  • Look for booking confirmation

Checklist

  • I haven't added tests that prove my fix is effective or that my feature works

@vercel
Copy link
Copy Markdown

vercel bot commented May 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 19, 2024 2:55pm
cal-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 19, 2024 2:55pm
cal-staging 🔄 Building (Inspect) Mar 19, 2024 2:55pm
4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview Mar 19, 2024 2:55pm
dev ⬜️ Ignored (Inspect) Visit Preview Mar 19, 2024 2:55pm
qa ⬜️ Ignored (Inspect) Visit Preview Mar 19, 2024 2:55pm
ui ⬜️ Ignored (Inspect) Visit Preview Mar 19, 2024 2:55pm

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented May 10, 2023

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/payment/[uid] 118.98 KB 273.05 KB 78.02% (🟢 -1.86%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@deploysentinel
Copy link
Copy Markdown

deploysentinel bot commented May 10, 2023

Current Playwright Test Results Summary

✅ 116 Passing - ⚠️ 2 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 08/11/2023 11:29:03pm UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 85918cc

Started: 08/11/2023 11:27:26pm UTC

⚠️ Flakes

📄   apps/web/playwright/login.2fa.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
2FA Tests should allow a user to enable 2FA and login using 2FA
Retry 1Initial Attempt
0.63% (2) 2 / 320 runs
failed over last 7 days
21.25% (68) 68 / 320 runs
flaked over last 7 days

📄   packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Popup Tests should be able to reschedule
Retry 1Initial Attempt
4.92% (16) 16 / 325 runs
failed over last 7 days
95.08% (309) 309 / 325 runs
flaked over last 7 days

View Detailed Build Results


@PeerRich PeerRich changed the title Feat/paypal payment feat: paypal payment May 24, 2023
@PeerRich PeerRich added app-store area: app store, apps, calendar integrations, google calendar, outlook, lark, apple calendar Medium priority Created by Linear-GitHub Sync labels May 25, 2023
Copy link
Copy Markdown
Contributor

@zomars zomars left a comment

Choose a reason for hiding this comment

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

Ship it

@supalarry supalarry mentioned this pull request Sep 27, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app-store area: app store, apps, calendar integrations, google calendar, outlook, lark, apple calendar core area: core, team members only ✨ feature New feature or request Medium priority Created by Linear-GitHub Sync

Projects

No open projects
Status: Medium priority

Development

Successfully merging this pull request may close these issues.

4 participants