Skip to content

Commit

Permalink
paypal popup payment issue fix for jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsbd71 committed Oct 10, 2016
1 parent 4b8dc26 commit 400bf79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plg_digicom_pay_paypal/paypal/tmpl/bootstrap2.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<input type="hidden" name="cmd" value="_xclick" />

<div class="hide">
<input type="Submit" name="submit"
<input type="submit"
value="<?php echo JText::_('SUBMIT'); ?>"
alt="Make payments with PayPal - it's fast, free and secure!" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/plg_digicom_pay_paypal/paypal/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class="btn"
<input type="hidden" name="cmd" value="_xclick" />

<div class="hide">
<input type="submit" name="Submit" value="<?php echo JText::_('SUBMIT'); ?>" alt="Make payments with PayPal - it's fast, free and secure!" />
<input type="submit" value="<?php echo JText::_('SUBMIT'); ?>" alt="Make payments with PayPal - it's fast, free and secure!" />
</div>

</form>
Expand Down

0 comments on commit 400bf79

Please sign in to comment.