Commit c3192728 authored by Antonio.Suerte's avatar Antonio.Suerte

AlterInc New Flat3 Integration

parent 5e644cec
<?php
include_once "Flat3Webhook.php";
class ConnectK2020 extends Flat3Webhook{
public function __construct(){
/**
*
* setting flat3 webhook name
*
*/
parent::__construct("AlternaInc");
}
public function listen(){
$this -> processTransactionData(VAL_STR_JPV_METHOD, "JP Voucher");
}
}
$connect = new ConnectK2020();
$connect -> listen();
\ No newline at end of file
......@@ -17,8 +17,11 @@ include_once('template/base_head.php');
<h2><?php echo $page_title; ?></h2>
</div>
<p class="pleft40 mb20 respM">
Please pay the below amount to the following bank account.<br>
Once received, we will reflect it to your iWallet account.
Please pay the below amount to the following bank account.<br>
Once received, we will reflect it to your iWallet account.<br/><br/>
<strong class="imptnt">Kindly take note of the changes with the account name, account number, and transfer ID. <br/><br/>
*Any transfer made using the old account "コネクト"<br/> may either result to delayed crediting or refund of the transfer, so please be guided accordingly. </strong>
</p>
<div class="pleft40" style="margin-top:30px;">
......
......@@ -17,9 +17,13 @@ include_once('template/base_head.php');
<h2><?php echo $page_title; ?></h2>
</div>
<p class="pleft40 mb20 respM">
下記の内容で<?php echo $this -> echoAmountString(); ?>円分のバウチャーの購入を承りました。<br>
支払合計金額を下記の銀行口座へお振込みください。<br>
弊社で着金を確認後、お客様のiWallet口座へ反映させていただきます。
下記の内容で<?php echo $this -> echoAmountString(); ?>円分のバウチャーの購入を承りました。<br>
支払合計金額を下記の銀行口座へお振込みください。<br>
弊社で着金を確認後、お客様のiWallet口座へ反映させていただきます。<br/><br/>
<strong class="imptnt">口座名義・口座番号・振込IDに変更がございますので、ご了承ください。<br/><br/>
※ 旧口座コネクトへお振込みいただいた場合、確認に時間を要したり、<br/>
状況によっては返金される可能性もございますので、その際はご了承ください。</strong>
</p>
<div class="pleft40" style="margin-top:30px;">
......
......@@ -474,8 +474,8 @@ define('VAL_STR_LBTF3_PRINT','lbtf3_print');
define('VAL_STR_LBTF3_MAILSEND','lbtf3_send');
define('VAL_STR_LBTF3_KYC','lbtf3_kyc');
define('VAL_STR_JPV_SITEID','619999172');
define('VAL_STR_JPV_GATEWAY','http://connect-k2020.info/cs/?sid='.VAL_STR_JPV_SITEID.'&uid={uid}&mode=json');
define('VAL_STR_JPV_SITEID','619999173');
define('VAL_STR_JPV_GATEWAY','http://alterna-inc.net/az/?sid='.VAL_STR_JPV_SITEID.'&uid={uid}&am=100&mode=json');
define('VAL_STR_JPV_INPUT','jpv_input');
define('VAL_STR_JPV_CONFIRM','jpv_confirm');
define('VAL_STR_JPV_SUCCESS','jpv_success');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment