Added bundle quantity to the quality part validation api
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 18s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 20s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 19s
Laravel Pint / pint (pull_request) Successful in 3m7s
Laravel Larastan / larastan (pull_request) Failing after 4m35s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 18s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 20s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 19s
Laravel Pint / pint (pull_request) Successful in 3m7s
Laravel Larastan / larastan (pull_request) Failing after 4m35s
This commit is contained in:
@@ -388,6 +388,7 @@ class StickerMasterController extends Controller
|
|||||||
'Part_Validation_3' => $stickerMaster?->part_validation3 ?? '',
|
'Part_Validation_3' => $stickerMaster?->part_validation3 ?? '',
|
||||||
'Part_Validation_4' => $stickerMaster?->part_validation4 ?? '',
|
'Part_Validation_4' => $stickerMaster?->part_validation4 ?? '',
|
||||||
'Part_Validation_5' => $stickerMaster?->part_validation5 ?? '',
|
'Part_Validation_5' => $stickerMaster?->part_validation5 ?? '',
|
||||||
|
'bundle_quantity' => (string) $stickerMaster?->bundle_quantity ?? '0',
|
||||||
];
|
];
|
||||||
|
|
||||||
return response()->json($output, 200);
|
return response()->json($output, 200);
|
||||||
|
|||||||
Reference in New Issue
Block a user