This commit is contained in:
cuneytsenturk
2017-11-18 15:23:20 +03:00
parent f78237f7ce
commit 6e7b9d6964
9 changed files with 86 additions and 33 deletions

View File

@@ -14,8 +14,8 @@ class OfflinePaymentConfirm
*/
public function handle(PaymentGatewayConfirm $event)
{
/*if (strpos($event->gateway, 'offlinepayment') === false) {
return false;
if (strpos($event->gateway, 'offlinepayment') === false) {
return [];
}
return [
@@ -23,6 +23,6 @@ class OfflinePaymentConfirm
'name' => $event->gateway,
'redirect' => false,
'html' => true,
];*/
];
}
}