Skip to content

Commit

Permalink
Allow iframe scrolling on smaller devices
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceandy committed Jul 6, 2020
1 parent cdba1c4 commit b224104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [v2.0.6](https://github.com/bryceandy/laravel_pesapal/compare/v2.0.5...v2.0.6) - July 7, 2020
* Fix: enable iframe scrolling on smaller devices

## [v2.0.5](https://github.com/bryceandy/laravel_pesapal/compare/v2.0.4...v2.0.5) - July 6, 2020
* Fix: properly check request parameters that are missing

Expand Down
2 changes: 1 addition & 1 deletion src/resources/views/iframe.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>

{{--This will load the payment module from PesaPal--}}
<iframe src="{{$iframe_src}}" width="100%" height="700px" scrolling="no" frameBorder="0">
<iframe src="{{$iframe_src}}" width="100%" height="700px" scrolling="yes" frameBorder="0">
<p>Browser unable to load iFrame</p>
</iframe>

Expand Down

0 comments on commit b224104

Please sign in to comment.