Merge pull request 'Removed bundle quantity from the api' (#871) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 26s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 26s
Reviewed-on: #871
This commit was merged in pull request #871.
This commit is contained in:
@@ -388,7 +388,6 @@ class StickerMasterController extends Controller
|
||||
'Part_Validation_3' => $stickerMaster?->part_validation3 ?? '',
|
||||
'Part_Validation_4' => $stickerMaster?->part_validation4 ?? '',
|
||||
'Part_Validation_5' => $stickerMaster?->part_validation5 ?? '',
|
||||
'bundle_quantity' => (string) $stickerMaster?->bundle_quantity ?? '0',
|
||||
];
|
||||
|
||||
return response()->json($output, 200);
|
||||
|
||||
Reference in New Issue
Block a user