Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
016ed12c
Commit
016ed12c
authored
7 years ago
by
Ferran Marcet
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Credit card field showing too small
parent
744f0ab1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/public/stripe/newpayment.php
+2
-1
2 additions, 1 deletion
htdocs/public/stripe/newpayment.php
with
2 additions
and
1 deletion
htdocs/public/stripe/newpayment.php
+
2
−
1
View file @
016ed12c
...
...
@@ -2,6 +2,7 @@
/* Copyright (C) 2017 Alexandre Spangaro <aspangaro@zendsi.com>
* Copyright (C) 2017 Saasprov <saasprov@gmail.com>
* Copyright (C) 2017 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2017 Ferran Marcet <fmarcet@2byte.es>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -1125,7 +1126,7 @@ if (preg_match('/^dopayment/',$action))
<label for="card-element">
Credit or debit card
</label>
<div id="card-element">
<div id="card-element"
style="width: 350px;"
>
<!-- a Stripe Element will be inserted here. -->
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment