Skip to content

Commit

Permalink
- Add claims fixture data (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Jul 19, 2024
1 parent 5010ea0 commit bcfb3b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions official/fixtures/client-library-fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@
"carrier_strings": {
"usps": "USPS"
},
"claims": {
"basic": {
"type": "damage",
"email_evidence_attachments": ["data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAeUlEQVR42mP8//8/AwAI/AL+4Q7AIAAAAABJRU5ErkJggg=="],
"invoice_attachments": ["data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAeUlEQVR42mP8//8/AwAI/AL+4Q7AIAAAAABJRU5ErkJggg=="],
"supporting_documentation_attachments": ["data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAeUlEQVR42mP8//8/AwAI/AL+4Q7AIAAAAABJRU5ErkJggg=="],
"description": "Test description",
"contact_email": "test@example.com"
}
},
"credit_cards": {
"test": {
"number": "4536410136126170",
Expand Down

0 comments on commit bcfb3b9

Please sign in to comment.