Skip to content

Commit

Permalink
removed notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
wmandai committed Feb 11, 2022
1 parent 6c550d0 commit 8bdb2cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Http/Controllers/MpesaController.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ public function result($section = null)

public function confirmation()
{
if (config('mpesa.notifications.slack.enabled')) {
$this->notify('MPESA Confirmation: *C2B*', true);
}
$this->transactionConfirmation($this->request->all());
return response()->json(
[
Expand All @@ -70,9 +67,6 @@ public function confirmation()
}
public function validation()
{
if (config('mpesa.notifications.slack.enabled')) {
$this->notify('MPESA Validate Payment URL: *C2B*');
}
if ($this->transactionValidation($this->request->all())) {
return response()->json(
[
Expand Down

0 comments on commit 8bdb2cc

Please sign in to comment.