INSERT INTO  t_master_sales ( 
    ipn_no, 
    client_transaction_id,  
    order_id, 
    customer_name,  
    customer_email, 
    customer_address,
    customer_city,
    customer_state,
    customer_country,
    customer_zip,
    customer_phone, 
    item_name,
    item_number,
    item_price,
    item_price_currency,
    grossPrice,
    currency_type,
    card_no,
    cvv,
    card_expiry,
    ip,
    g_type, 
    status,
    rec_crt_date,
    rec_up_date,
    callback_url,
    success_url,
    fail_url)
        VALUES (
        'NUMIDTEST',
        '1685201080',
        '1685201080',
        'DEV TEST',
        'devtest@gmail.com',
        'Rajkot',
        'Rajkot',
        'Gujarat',
        'IN',
        '360002',
        '01234567891',
        '',
        '',
        '11',
        'EUR',
        '11',
        'EUR',
        '5256103270096532',
        '123',
        '12/23',
        '151.106.35.233',
        'Wpay',    
        'Process',
        '23-05-27 17:24:40',
        '23-05-27 17:24:40',
        'https://numpayments.com/payment/pay.php',
        'https://numpayments.com/payment/pay.php',
        'https://numpayments.com/payment/pay.php'
    )