Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NafezlyDotCom committed Mar 14, 2023
1 parent 52368c1 commit c10324c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/KashierPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function pay($amount = null, $user_id = null, $user_first_name = null, $u
'order_id' => $order_id,
'path' => $path,
'hash' => $hash,
'source'=>$source,
'source'=>$this->source,
'redirect_back' => route($this->verify_route_name, ['payment' => "kashier"])
];

Expand Down

0 comments on commit c10324c

Please sign in to comment.