@@ -332,16 +332,16 @@ private function _createForm()
332
332
));
333
333
334
334
/** BIDIRECTIONAL ORDER SETTINGS **/
335
- $ form ->setElement ('button ' , 'button2 ' , array (
335
+ /* $form->setElement('button', 'button2', array(
336
336
'label' => '<b>Bidirektionale RatePAY-Bestellungen:</b>',
337
337
'value' => ''
338
338
));
339
339
$form->setElement('checkbox', 'RatePayBidirectional', array(
340
340
'label' => 'Bidirektionalität aktivieren ( Automatische Operationen an RatePAY senden, wenn sich der Bestellstatus einer RatePAY-Bestellung ändert )',
341
341
'scope' => Shopware\Models\Config\Element::SCOPE_SHOP,
342
- ));
342
+ ));*/
343
343
/** ORDERSTATUS **/
344
- $ form ->setElement ('button ' , 'button3 ' , array (
344
+ /* $form->setElement('button', 'button3', array(
345
345
'label' => '<b>Bestellstati:</b>',
346
346
'value' => ''
347
347
));
@@ -356,7 +356,7 @@ private function _createForm()
356
356
'valueField' => 'id',
357
357
'scope' => \Shopware\Models\Config\Element::SCOPE_SHOP
358
358
)
359
- );
359
+ );*/
360
360
/*$form->setElement(
361
361
'select',
362
362
'RatePayPartialDelivery',
@@ -369,7 +369,7 @@ private function _createForm()
369
369
'scope' => \Shopware\Models\Config\Element::SCOPE_SHOP
370
370
)
371
371
);*/
372
- $ form ->setElement (
372
+ /* $form->setElement(
373
373
'select',
374
374
'RatePayFullCancellation',
375
375
array(
@@ -380,7 +380,7 @@ private function _createForm()
380
380
'valueField' => 'id',
381
381
'scope' => \Shopware\Models\Config\Element::SCOPE_SHOP
382
382
)
383
- );
383
+ );*/
384
384
/*$form->setElement(
385
385
'select',
386
386
'RatePayPartialCancellation',
@@ -393,7 +393,7 @@ private function _createForm()
393
393
'scope' => \Shopware\Models\Config\Element::SCOPE_SHOP
394
394
)
395
395
);*/
396
- $ form ->setElement (
396
+ /* $form->setElement(
397
397
'select',
398
398
'RatePayFullReturn',
399
399
array(
@@ -404,7 +404,7 @@ private function _createForm()
404
404
'valueField' => 'id',
405
405
'scope' => \Shopware\Models\Config\Element::SCOPE_SHOP
406
406
)
407
- );
407
+ );*/
408
408
/*$form->setElement(
409
409
'select',
410
410
'RatePayPartialReturn',
@@ -605,9 +605,9 @@ private function _subscribeEvents()
605
605
$ this ->subscribeEvent (
606
606
'Shopware_Controllers_Backend_Order::saveAction::before ' , 'beforeSaveOrderInBackend '
607
607
);
608
- $ this ->subscribeEvent (
608
+ /* $this->subscribeEvent(
609
609
'Shopware_Controllers_Backend_Order::saveAction::after', 'onBidirectionalSendOrderOperation'
610
- );
610
+ );*/
611
611
$ this ->subscribeEvent (
612
612
'Enlight_Controller_Dispatcher_ControllerPath_Frontend_RpayRatepay ' , 'frontendPaymentController '
613
613
);
@@ -646,7 +646,7 @@ private function _subscribeEvents()
646
646
}
647
647
}
648
648
649
- public function onBidirectionalSendOrderOperation (Enlight_Hook_HookArgs $ arguments )
649
+ /* public function onBidirectionalSendOrderOperation(Enlight_Hook_HookArgs $arguments)
650
650
{
651
651
$request = $arguments->getSubject()->Request();
652
652
$parameter = $request->getParams();
@@ -782,7 +782,9 @@ public function onBidirectionalSendOrderOperation(Enlight_Hook_HookArgs $argumen
782
782
}
783
783
}
784
784
}
785
- }
785
+ }*/
786
+
787
+
786
788
/**
787
789
* Updates the given binding for the given article
788
790
*
0 commit comments