wip
This commit is contained in:
@@ -61,17 +61,9 @@ class CheckOnlinePayment extends Action
|
||||
'password' => $password,
|
||||
]);
|
||||
|
||||
$payment_status = $response['ErrorCode'] == '0';
|
||||
|
||||
if ($payment_status) {
|
||||
return Action::modal('modal', [
|
||||
'message' => 'Tölenen',
|
||||
]);
|
||||
}
|
||||
|
||||
return Action::modal('modal', [
|
||||
'message' => 'Tölenmedik',
|
||||
]);
|
||||
return $response['ErrorCode'] == '0'
|
||||
? ActionResponse::message('Tölenen')
|
||||
: ActionResponse::danger('Tölenmedik');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user