Skip to content

Commit ac28d38

Browse files
author
Mario Pando
committed
cleaning
1 parent 3e2a4b8 commit ac28d38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cryptomarket/cryptomarket.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ public function execPayment($cart) {
201201

202202
$callback_url = (Configuration::get('PS_SSL_ENABLED') ? 'https://' : 'http://').htmlspecialchars($_SERVER['HTTP_HOST'], ENT_COMPAT, 'UTF-8').__PS_BASE_URI__.'modules/'.$this->name.'/updater.php';
203203

204-
205-
206204
try {
207205
$result = $client->getTicker(array('market' => 'ETH' . $currency->iso_code));
208206
if($result->status === 'error'){

0 commit comments

Comments
 (0)