update thawani gateway

This commit is contained in:
Flatlogic Bot 2026-04-15 01:48:53 +00:00
parent e4c9ede263
commit b20ab86a4f

View File

@ -121,11 +121,10 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
'success_url' => $successUrl,
'cancel_url' => $cancelUrl,
'metadata' => [
'subscription_id' => $id,
'customer_email' => $form['email'],
'name' => $form['full_name'],
'contact_number' => $form['whatsapp'],
'email_id' => $form['email']
"Customer name" => $form["full_name"],
"order id" => (string)$id,
"contact number" => $form["whatsapp"],
"email id" => $form["email"]
]
];