Changeset 2549345
- Timestamp:
- 06/17/2021 01:48:56 AM (5 years ago)
- Location:
- mint-payment-gateway
- Files:
-
- 2 edited
-
tags/1.0/includes/common/HppForm.php (modified) (1 diff)
-
trunk/includes/common/HppForm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mint-payment-gateway/tags/1.0/includes/common/HppForm.php
r2544753 r2549345 5 5 const EVENT_ON_RESPONSE="hpp_on_response_received"; 6 6 const _TEST_URL ="https://hpp-uatsb.mintpayments.net/"; 7 const _PROD_URL ="https://hpp -prod.mintpayments.net/";7 const _PROD_URL ="https://hpp.mintpayments.com/"; 8 8 const PROP_CALLBACK_ORDERID='reference2'; 9 9 -
mint-payment-gateway/trunk/includes/common/HppForm.php
r2543387 r2549345 5 5 const EVENT_ON_RESPONSE="hpp_on_response_received"; 6 6 const _TEST_URL ="https://hpp-uatsb.mintpayments.net/"; 7 const _PROD_URL ="https://hpp -prod.mintpayments.net/";7 const _PROD_URL ="https://hpp.mintpayments.com/"; 8 8 const PROP_CALLBACK_ORDERID='reference2'; 9 9
Note: See TracChangeset
for help on using the changeset viewer.