commit
5bf7c07048
2 changed files with 7 additions and 1 deletions
|
|
@ -28,6 +28,10 @@ class HostedMigration extends Job
|
|||
|
||||
private $forced;
|
||||
|
||||
public $tries = 1;
|
||||
|
||||
public $timeout = 0;
|
||||
|
||||
public function __construct(User $user, array $data, $db, $forced = false)
|
||||
{
|
||||
$this->user = $user;
|
||||
|
|
|
|||
|
|
@ -1431,7 +1431,9 @@ trait GenerateMigrationResources
|
|||
return 30;
|
||||
case PAYMENT_TYPE_BITCOIN:
|
||||
return 31;
|
||||
|
||||
case 2:
|
||||
return 4;
|
||||
|
||||
default:
|
||||
return $payment_type_id;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue