Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from willemvb/master
Browse files Browse the repository at this point in the history
thanks!
  • Loading branch information
freekmurze committed Oct 13, 2014
2 parents b02d749 + f74b1d2 commit 81af8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spatie/Payment/Gateways/Europabank/form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{{ Form::hidden('Emailfrom', Config::get('payment::europabank.secondChanceEmailSender')) }}
@endif

{{ Form::submit(Lang::get('payment::form.submitButtonText')) }}
{{ Form::button(Lang::get('payment::form.submitButtonText'),[type="submit"]) }}


</form>

0 comments on commit 81af8c1

Please sign in to comment.