Compare commits

..

No commits in common. "8a6cc056dd5ef0ada9672bc79718322ad9e1a564" and "caab356be354abf39f83ca9f6ee32c4790e02cd8" have entirely different histories.

2 changed files with 2 additions and 4 deletions

2
admin/.gitignore vendored
View File

@ -1,2 +0,0 @@
# ignore config.php
config.php

View File

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