Skip to content

Commit

Permalink
add: ammount the payment table
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshobithps committed May 5, 2024
1 parent c6a9ed9 commit 67f0aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/api/razorpay/verify/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export async function POST(request: NextRequest) {
orderCreationId: data.orderCreationId,
},
create: {
amount: data.amount,
signature: data.razorpaySignature,
razorpayPaymentId: data.razorpayPaymentId,
orderCreationId: data.orderCreationId,
Expand Down

0 comments on commit 67f0aeb

Please sign in to comment.