Skip to content

Commit

Permalink
Add swish payment method to seed
Browse files Browse the repository at this point in the history
  • Loading branch information
adamalfredsson committed Jul 11, 2023
1 parent 74eefdd commit 5ca4dac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions prisma/fakedata/json/fakePayments.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,14 @@
"flat_fee": 0,
"percentage_fee": 0,
"lastUpdated": "2022-12-18T16:59:41.000Z"
},
{
"ID": 11,
"payment_name": "Swish",
"abbriv": "Swish",
"short_desc": "",
"flat_fee": 0,
"percentage_fee": 0,
"lastUpdated": "2022-12-18T17:00:01.000Z"
}
]

0 comments on commit 5ca4dac

Please sign in to comment.