Skip to content

Commit

Permalink
ci(postman): Fix Adyen postman collection (#4459)
Browse files Browse the repository at this point in the history
Co-authored-by: Likhin Bopanna <[email protected]>
  • Loading branch information
likhinbopanna and Likhin Bopanna authored Apr 25, 2024
1 parent 8ee1a58 commit 2848e0a
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,21 @@
"state": "California",
"zip": "94122",
"country": "US",
"first_name": "PiX"
"first_name": "Joseph",
"last_name":"Doe"
}
},
"billing": {
"address": {
"line1": "1467",
"line2": "Harrison Street",
"line3": "Harrison Street",
"city": "San Fransico",
"state": "California",
"zip": "94122",
"country": "US",
"first_name": "Joseph",
"last_name":"Doe"
}
},
"statement_descriptor_name": "joseph",
Expand Down

0 comments on commit 2848e0a

Please sign in to comment.