jun-branch #28

Merged
MarkHipe merged 3 commits from jun-branch into main 2024-02-27 09:25:02 +08:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 2e43720a0f - Show all commits

View File

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