Skip to content

Commit

Permalink
fix notification schema
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonogwuru committed Mar 4, 2024
1 parent d67c41f commit bf3ebed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processor/src/dtos/paypal-payment.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const NotificationResource = Type.Object({
status: Type.String(),
invoice_id: Type.String(),
amount: Type.Object({
total: Type.String(),
currency: Type.String(),
value: Type.String(),
currency_code: Type.String(),
}),
});

Expand Down

0 comments on commit bf3ebed

Please sign in to comment.