Plugin Directory

Changeset 2904648


Ignore:
Timestamp:
04/26/2023 03:17:19 PM (3 years ago)
Author:
integrationdevpaytm
Message:

Minor change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • paytm-payments/trunk/includes/PaytmConstants.php

    r2904623 r2904648  
    6666    CONST ERROR_CURL_WARNING= "Your server is unable to connect with us. Please contact to Paytm Support.";
    6767
    68     CONST WEBHOOK_STAGING_URL= "https://boss-stage-internal.paytm.in/";
    69     CONST WEBHOOK_PRODUCTION_URL= "https://boss-internal.paytm.in/";
     68    CONST WEBHOOK_STAGING_URL= "https://boss-stage.paytm.in/";
     69    CONST WEBHOOK_PRODUCTION_URL= "https://boss-ext.paytm.in/";
    7070
    7171}
Note: See TracChangeset for help on using the changeset viewer.