Title: PHP 8.0 Deprecated Error
Last modified: August 19, 2022

---

# PHP 8.0 Deprecated Error

 *  Resolved [agamashish](https://wordpress.org/support/users/agamashish/)
 * (@agamashish)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/php-8-0-deprecated-error/)
 * On PHP 8.0, the plugin shows the following error
 * “Required parameter $order_id follows optional parameter $data”
 * LOCATION
    “wp-content/plugins/paytm-payments/woo-paytm.php:299”

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [integrationdevpaytm](https://wordpress.org/support/users/integrationdevpaytm/)
 * (@integrationdevpaytm)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/php-8-0-deprecated-error/#post-15940511)
 * Hi agamashish,
 * Please do the below changes on your paytm plugin for resolution.
 * kindly replace the older code with the given code according to the file and line
   number.
 * **Filenname:** woo-paytm.php
 * **line no. 299:** function saveTxnResponse($order_id, $id = false, $data = array()){
 * **line no. 286:** $response = saveTxnResponse( $_POST[‘paytm_order_id’], $_POST[‘
   order_data_id’], $resParams);
 * **Filename:** class.paytm.php
 * **line no. 508:** $order_data_id = saveTxnResponse(PaytmHelper::getOrderId($_POST[‘
   ORDERID’]), $_POST);
 * **line no: 548:** saveTxnResponse(PaytmHelper::getOrderId($resParams[‘ORDERID’]),
   $order_data_id, $resParams);
 *  Thread Starter [agamashish](https://wordpress.org/support/users/agamashish/)
 * (@agamashish)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/php-8-0-deprecated-error/#post-15947594)
 * Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP 8.0 Deprecated Error’ is closed to new replies.

 * ![](https://ps.w.org/paytm-payments/assets/icon-256x256.png?rev=2746969)
 * [Paytm Payment Gateway](https://wordpress.org/plugins/paytm-payments/)
 * [Support Threads](https://wordpress.org/support/plugin/paytm-payments/)
 * [Active Topics](https://wordpress.org/support/plugin/paytm-payments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paytm-payments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paytm-payments/reviews/)

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * 3 replies
 * 2 participants
 * Last reply from: [agamashish](https://wordpress.org/support/users/agamashish/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/php-8-0-deprecated-error/#post-15947594)
 * Status: resolved