Skip to content

Commit

Permalink
Update fawry.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedsaoud31 committed Oct 6, 2022
1 parent 4e88c6a commit ae16c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/html/fawry.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
chargeRequest.order.orderItems.push(item);
chargeRequest.signature = "{{ $data['secret'] }}";
setTimeout(function(){
FawryPay.checkout(chargeRequest,'{{ route($this->verify_route_name, ["payment" => "fawry"]) }}', '{{ route($this->verify_route_name, ["payment" => "fawry"]) }}');
FawryPay.checkout(chargeRequest,'{{ route($model->verify_route_name, ["payment" => "fawry"]) }}', '{{ route($model->verify_route_name, ["payment" => "fawry"]) }}');
},100);
</script>

0 comments on commit ae16c55

Please sign in to comment.