@@ -226,9 +226,10 @@ class Prescription
|
||||
*/
|
||||
public function getPrescription(string $order_product_no,string $prescription_code): array
|
||||
{
|
||||
$terminal_code = config('prescription_platform.terminal_code');
|
||||
$option = [
|
||||
"json" => [
|
||||
"terminalCode" => "ZD-10003",
|
||||
"terminalCode" => $terminal_code,
|
||||
"orderNo" => $order_product_no,
|
||||
"prescriptionNo" => $prescription_code,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user