Plugin Directory

Changeset 2549345


Ignore:
Timestamp:
06/17/2021 01:48:56 AM (5 years ago)
Author:
mnwinfra
Message:

updated prod url for HppForm.php

Location:
mint-payment-gateway
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mint-payment-gateway/tags/1.0/includes/common/HppForm.php

    r2544753 r2549345  
    55    const EVENT_ON_RESPONSE="hpp_on_response_received";
    66    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/";
    88    const PROP_CALLBACK_ORDERID='reference2';
    99
  • mint-payment-gateway/trunk/includes/common/HppForm.php

    r2543387 r2549345  
    55    const EVENT_ON_RESPONSE="hpp_on_response_received";
    66    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/";
    88    const PROP_CALLBACK_ORDERID='reference2';
    99
Note: See TracChangeset for help on using the changeset viewer.