Skip to content

Commit

Permalink
chore: Add onUs mocked field on PSP list (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hantex9 authored Jan 17, 2025
1 parent 245d94a commit c899eca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/payments/payloads/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export const mockAvailablePspList: ReadonlyArray<Bundle> = [
pspBusinessName: "Banco di Sardegna",
taxPayerFee: 456,
primaryCiIncurredFee: 456,
idBundle: "B"
idBundle: "B",
onUs: true
},
{
idPsp: "3",
Expand Down

0 comments on commit c899eca

Please sign in to comment.