Remove logging
This commit is contained in:
parent
b5d9f45a56
commit
ea4ae8a9c0
1 changed files with 0 additions and 2 deletions
|
|
@ -119,8 +119,6 @@ class BankTransfer
|
|||
$this->stripe->stripe_connect_auth
|
||||
);
|
||||
|
||||
nlog($pi);
|
||||
|
||||
if (in_array($pi->status, ['succeeded', 'processing'])) {
|
||||
return $this->processSuccesfulRedirect($pi);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue