Compare commits

..

No commits in common. "2e43720a0f5f388b21e341afa6842e8beb75df45" and "1572bac6dec435bf89a3ce338b9dcc9b3da91add" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<?php
$_SESSION["is_test"]=false;
$_SESSION["test_email_rcpt"]="";
$_SESSION["sales_email"]="sales@obanana.com";
$_SESSION["data_endpoint"]="api.obanana.com";
$_SESSION["is_test"]=true;
$_SESSION["test_email_rcpt"]="junjihadbarroga@gmail.com";
$_SESSION["sales_email"]="stacyjoycemapano@gmail.com";
$_SESSION["data_endpoint"]="api.obanana.shop";
if ($_SESSION["is_test"]){
$_SESSION["obpay"]="web.obpay.online/test";
$_SESSION["obpay_gate"]="gate.obpay.online/api";