Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoapi committed Feb 13, 2018
1 parent 09edd29 commit 952dbae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Examples/example_customize_box.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,9 +623,9 @@
Data Methods (White Label/Ajax)
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton10">
<a class="dropdown-item<?php if ($method == "ajax") echo " active#b"; ?>" href="<?php echo $page . "method=ajax&boxtype=1" ?>"><b>AJAX</b> - Prefer Method (users don't need click any submit buttons)</a>
<a class="dropdown-item<?php if ($method == "ajax") echo " active"; ?>" href="<?php echo $page . "method=ajax&boxtype=1#b" ?>"><b>AJAX</b> - Prefer Method (users don't need click any submit buttons)</a>
<a class="dropdown-item disabled" href="#a">ajax - User browser receive payment data directly from our server and auto show successful message</a>
<a class="dropdown-item<?php if ($method == "curl") echo " active#b"; ?>" href="<?php echo $page . "method=curl&boxtype=1" ?>"><b>CURL</b> + Your Own Logo (White Label Product), user need to click on button when payment is sent</a>
<a class="dropdown-item<?php if ($method == "curl") echo " active"; ?>" href="<?php echo $page . "method=curl&boxtype=1#b" ?>"><b>CURL</b> + Your Own Logo (White Label Product), user need to click on button when payment is sent</a>
<a class="dropdown-item disabled" href="#a">curl - User browser receive payment data from your server only; your server receive data from our server</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions example_customize_box.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,9 +623,9 @@
Data Methods (White Label/Ajax)
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton10">
<a class="dropdown-item<?php if ($method == "ajax") echo " active#b"; ?>" href="<?php echo $page . "method=ajax&boxtype=1" ?>"><b>AJAX</b> - Prefer Method (users don't need click any submit buttons)</a>
<a class="dropdown-item<?php if ($method == "ajax") echo " active"; ?>" href="<?php echo $page . "method=ajax&boxtype=1#b" ?>"><b>AJAX</b> - Prefer Method (users don't need click any submit buttons)</a>
<a class="dropdown-item disabled" href="#a">ajax - User browser receive payment data directly from our server and auto show successful message</a>
<a class="dropdown-item<?php if ($method == "curl") echo " active#b"; ?>" href="<?php echo $page . "method=curl&boxtype=1" ?>"><b>CURL</b> + Your Own Logo (White Label Product), user need to click on button when payment is sent</a>
<a class="dropdown-item<?php if ($method == "curl") echo " active"; ?>" href="<?php echo $page . "method=curl&boxtype=1#b" ?>"><b>CURL</b> + Your Own Logo (White Label Product), user need to click on button when payment is sent</a>
<a class="dropdown-item disabled" href="#a">curl - User browser receive payment data from your server only; your server receive data from our server</a>
</div>
</div>
Expand Down

0 comments on commit 952dbae

Please sign in to comment.