detsta processing -> move to cart if not successfull, transfer/paymentLater changes
This commit is contained in:
@@ -75,10 +75,11 @@ class TransferPayout extends \yii\base\Object{
|
||||
public function isTransferCountMatchWithRequestesTransferCount(){
|
||||
return count($this->transfers) == count($this->idTransfers);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param common\models\Transfer $transfer the transfer to payout
|
||||
* */
|
||||
* @param \common\models\Transfer $transfer the transfer to payout
|
||||
* @throws Exception
|
||||
*/
|
||||
protected function payoutTransfer($transfer){
|
||||
|
||||
$transfer->paid_by = $this->idUser;
|
||||
|
||||
Reference in New Issue
Block a user