-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added fixture for an order with offer applied and also with product o…
…ptions
- Loading branch information
1 parent
0b21b0c
commit 5aefdd3
Showing
5 changed files
with
7,974 additions
and
7,549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"model": "address.useraddress", | ||
"pk": 1, | ||
"fields": { | ||
"title": "", | ||
"first_name": "Burt", | ||
"last_name": "Brankenbutter", | ||
"line1": "Helmholz road", | ||
"line2": "", | ||
"line3": "", | ||
"line4": "Welsum", | ||
"state": "", | ||
"postcode": "8196KZ", | ||
"country": "NL", | ||
"search_text": "Burt Brankenbutter Helmholz road Welsum 8196KZ Netherlands", | ||
"phone_number": "", | ||
"notes": "", | ||
"user": [ | ||
"timsavage" | ||
], | ||
"is_default_for_shipping": true, | ||
"is_default_for_billing": false, | ||
"num_orders_as_shipping_address": 1, | ||
"num_orders_as_billing_address": 0, | ||
"hash": "1458934340", | ||
"date_created": "2023-10-20T12:30:10.931Z" | ||
} | ||
}, | ||
{ | ||
"model": "address.country", | ||
"pk": "NL", | ||
"fields": { | ||
"iso_3166_1_a3": "NLD", | ||
"iso_3166_1_numeric": "528", | ||
"printable_name": "Netherlands", | ||
"name": "Kingdom of the Netherlands", | ||
"display_order": 0, | ||
"is_shipping_country": true | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[ | ||
{ | ||
"model": "auth.user", | ||
"fields": { | ||
"password": "pbkdf2_sha256$600000$btnNn4cfPYp7pcJqVNGFje$J0EQgQePpkAtxcw66UZ/IrW3RlIvxPKgMaHjK3Q7b2o=", | ||
"last_login": "2023-10-20T12:11:16.336Z", | ||
"is_superuser": true, | ||
"username": "timsavage", | ||
"first_name": "", | ||
"last_name": "", | ||
"email": "[email protected]", | ||
"is_staff": true, | ||
"is_active": true, | ||
"date_joined": "2023-10-20T12:09:27.779Z", | ||
"groups": [], | ||
"user_permissions": [] | ||
} | ||
} | ||
] |
Oops, something went wrong.