detsta processing -> move to cart if not successfull, transfer/paymentLater changes

This commit is contained in:
2016-07-27 07:20:47 +02:00
parent b52cc1a438
commit fdbd39b059
29 changed files with 700 additions and 124 deletions

View File

@@ -3,8 +3,8 @@ namespace common\components\giro;
/**
* @property common\components\giro\GiroUzenetsorszam $csoportosUzenetSorszam
* @property common\components\giro\GiroBankszamla $kezdemenyezoBankszamla
* @property \common\components\giro\GiroUzenetsorszam $csoportosUzenetSorszam
* @property \common\components\giro\GiroBankszamla $kezdemenyezoBankszamla
* */
class GiroDETSTAFej extends GiroBase{
@@ -34,7 +34,11 @@ class GiroDETSTAFej extends GiroBase{
. $this->rekordVege()
;
}
/**
* @param $row
* @return GiroDETSTAFej
*/
public static function parse($row){
$fej = new GiroDETSTAFej();