Changeset 2904648
- Timestamp:
- 04/26/2023 03:17:19 PM (3 years ago)
- File:
-
- 1 edited
-
paytm-payments/trunk/includes/PaytmConstants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
paytm-payments/trunk/includes/PaytmConstants.php
r2904623 r2904648 66 66 CONST ERROR_CURL_WARNING= "Your server is unable to connect with us. Please contact to Paytm Support."; 67 67 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/"; 70 70 71 71 }
Note: See TracChangeset
for help on using the changeset viewer.