Skip to content

Instantly share code, notes, and snippets.

View MANISH-MAHESH-TALREJA's full-sized avatar
💭
ANDROID JAVA, FLUTTER, FIREBASE, PYTHON, UWP DEVELOPER

MANISH MAHESH TALREJA MANISH-MAHESH-TALREJA

💭
ANDROID JAVA, FLUTTER, FIREBASE, PYTHON, UWP DEVELOPER
View GitHub Profile
public function add_ticket_after_payment_success()
{
$inputs['user_id'] = $this->input->post('user_id');
$inputs['order_ammount_type'] = $this->input->post('order_ammount_type');
// 1 using coins ,2 online transaction payment getway
$inputs['transaction_id'] = $this->input->post('transaction_id');
$inputs['ammount'] = $this->input->post('ammount');
$data['status'] = false;