Skip to content

Commit

Permalink
Test data fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvautin committed Feb 11, 2021
1 parent d8fd333 commit a0a4418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/testdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
{
"orderPaymentId": "ch_1ElPw5L7TBqK1az83hbmOFuJ",
"orderPaymentGateway": "Stripe",
"orderPaymentMessage": "Payment complete.",
"orderPaymentMessage": "Payment complete",
"orderTotal": 310,
"orderEmail": "test@test.com",
"orderFirstname": "Testy",
Expand All @@ -181,7 +181,7 @@
{
"orderPaymentId": "ch_1ElPw5L7TBqK1az83hbmOFuJ",
"orderPaymentGateway": "Stripe",
"orderPaymentMessage": "Payment complete.",
"orderPaymentMessage": "Payment complete",
"orderTotal": 310,
"orderEmail": "test@test.com",
"orderFirstname": "Testy",
Expand Down

0 comments on commit a0a4418

Please sign in to comment.