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

CDS Instruction Changes

parent 1b2f1d23
......@@ -51,7 +51,7 @@ include_once('template/base_head.php');
<li>A transaction fee, 7% of the deposited amount will be charged to the member.</li>
<li>This option is only available for Executive-account members with 3DS-enabled Visa or MasterCard Credit/Debit/Prepaid Card.</li>
<li>The deposited amount will be credited into the balance of your iWallet account upon successful completion of transaction.</li>
<li>Daily limits are set to 1000 USD total, for a maximum of 5 transactions. This limit resets 24 hours from your last successful payment.</li>
<li>Daily limits are set to 1000 USD total, for a maximum of 2 transactions. This limit resets 24 hours from your last successful payment.</li>
</ul>
<div style="margin-top:50px" class="red pleft40">
<span style="font-size:16.5px;">
......
......@@ -64,7 +64,7 @@ include_once('template/base_head.php');
<li>A transaction fee, 7% of the deposited amount will be charged to the member.</li>
<li>This option is only available for Executive-account members with 3DS-enabled Visa or MasterCard Credit/Debit/Prepaid Card.</li>
<li>The deposited amount will be credited into the balance of your iWallet account upon successful completion of transaction.</li>
<li>Daily limits are set to 1000 USD total, for a maximum of 5 transactions. This limit resets 24 hours from your last successful payment.</li>
<li>Daily limits are set to 1000 USD total, for a maximum of 2 transactions. This limit resets 24 hours from your last successful payment.</li>
</ol>
<div style="margin-top:30px" class="red pleft40">
<span style="font-size:16.5px;">
......
......@@ -48,9 +48,9 @@ include_once('template/base_head.php');
<div class="container_wi650">
<ul class="pleft40 ul_list">
<li>取引一回につきご入金額の7%の手数料が発生します。</li>
<li>この入金手段は、3Dセキュアが有効化されたVisaまたはMasterCardクレジット / デビット / プリペイドカードをお持ちのエグゼクティブ会員のお客様のみご利用いただけます。</li>
<li>この入金手段は、本人認証サービス(3Dセキュア)が有効化されたVisaまたはMasterCardクレジット / デビット / プリペイドカードをお持ちのエグゼクティブ会員のお客様のみご利用いただけます。</li>
<li>お手続き後、ご入金額は即座にお客様のiWallet口座残高に反映されます。</li>
<li>取引制限として、1日の入金回数は5回まで、1日の合計額上限は1000USDまでとなっております。この制限は最後の取引から24時間後にリセットされます。</li>
<li>取引制限として、1日の取引成功回数は2回まで、1日の合計額上限は1000USDまでとなっております。この制限は最後に成功した取引から24時間後にリセットされます。</li>
</ul>
<div style="margin-top:50px" class="red pleft40">
<span style="font-size:16.5px;">
......
......@@ -62,9 +62,9 @@ include_once('template/base_head.php');
<strong class="ml20">注意:</strong>
<ol class="ol_list ml50">
<li>取引一回につきご入金額の7%の手数料が発生します。</li>
<li>この入金手段は、3Dセキュアが有効化されたVisaまたはMasterCardクレジット / デビット / プリペイドカードをお持ちのエグゼクティブ会員のお客様のみご利用いただけます。</li>
<li>この入金手段は、本人認証サービス(3Dセキュア)が有効化されたVisaまたはMasterCardクレジット / デビット / プリペイドカードをお持ちのエグゼクティブ会員のお客様のみご利用いただけます。</li>
<li>お手続き後、ご入金額は即座にお客様のiWallet口座残高に反映されます。</li>
<li>取引制限として、1日の入金回数は5回まで、1日の合計額上限は1000USDまでとなっております。この制限は最後の取引から24時間後にリセットされます。</li>
<li>取引制限として、1日の取引成功回数は2回まで、1日の合計額上限は1000USDまでとなっております。この制限は最後に成功した取引から24時間後にリセットされます。</li>
</ol>
<div style="margin-top:30px" class="red pleft40">
<span style="font-size:16.5px;">
......
......@@ -69,7 +69,7 @@ include_once('template/base_head.php');
}
if($value['method'] == 'CCD'){
$tmpStr3 = "<br><span class=\"red\">*3Dセキュア認証が有効化されたVisaまたはMasterCardブランドのカードに対応</span>";
$tmpStr3 = "<br><span class=\"red\">*本人認証サービス(3Dセキュア)認証が有効化されたVisaまたはMasterCardブランドのカードに対応</span>";
}
if($value['method'] == 'FLAT3'){
......
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