diff --git a/src/Plugin/Commerce/PaymentGateway/PaytmCheckout.php b/src/Plugin/Commerce/PaymentGateway/PaytmCheckout.php
index dc76f83..0c2f0a4 100644
--- a/src/Plugin/Commerce/PaymentGateway/PaytmCheckout.php
+++ b/src/Plugin/Commerce/PaymentGateway/PaytmCheckout.php
@@ -105,7 +105,7 @@ class PaytmCheckout extends OffsitePaymentGatewayBase {
                     'test' => $this->getMode() == 'test',
                     'remote_id' => $order->id(),
                     'remote_state' => $paramlist['STATUS'],
-                    'authorized' => REQUEST_TIME,
+                    'authorized' => $this->time->getRequestTime(),
                 ]);
                 $payment->save();
                 drupal_set_message($this->t('Your payment was successful with Order id : @orderid and Transaction id : @transaction_id', ['@orderid' => $order->id(), '@transaction_id' => $txnid]));
