detsta processing -> move to cart if not successfull, transfer/paymentLater changes
This commit is contained in:
@@ -42,11 +42,12 @@ class ContractController extends Controller {
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Lists all Contract models.
|
||||
*
|
||||
* @param $id_card
|
||||
* @return mixed
|
||||
* @throws \Yii\web\NotFoundHttpException
|
||||
*/
|
||||
public function actionIndex($id_card) {
|
||||
$card = Card::findOne ( $id_card );
|
||||
|
||||
Reference in New Issue
Block a user