Skip to content

feat: Implemented Add PaymentIntentType interface#125

Open
Ugasutun wants to merge 4 commits intoMissBlue00:mainfrom
Ugasutun:main
Open

feat: Implemented Add PaymentIntentType interface#125
Ugasutun wants to merge 4 commits intoMissBlue00:mainfrom
Ugasutun:main

Conversation

@Ugasutun
Copy link
Copy Markdown

Closes #60
Summary
Added the PaymentIntentType interface to the payments-engine package as requested in issue .

Changes Made
Created packages/payments-engine/src/index.ts - Added the exported PaymentIntentType interface with the following fields:

id: string
amount: number
currency: string
status: 'pending' | 'completed' | 'failed'
createdAt: Date
updatedAt: Date
Created packages/payments-engine/tsconfig.json - Added TypeScript configuration for the package to enable proper type checking

Updated packages/payments-engine/package.json - Added typecheck script for Turbo integration

Test
pnpm --filter @stellar-pay/payments-engine typecheck
✅ Passed

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 25, 2026

@Ugasutun is attempting to deploy a commit to the missblue00's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 25, 2026

@Ugasutun Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@MissBlue00
Copy link
Copy Markdown
Owner

@Ugasutun ci/cd checks, please resolve

@Ugasutun
Copy link
Copy Markdown
Author

@MissBlue00 done

@Ugasutun
Copy link
Copy Markdown
Author

@MissBlue00 merge

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.

Add PaymentIntentType interface

2 participants