forked from globalpayments/globalpayments-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes from PR slogsdon/globalpayments-gateway-provider-for-woocomme…
…rce#9 (AVS CVV decline conditions added)
- Loading branch information
1 parent
ec52395
commit a41f97c
Showing
24 changed files
with
502 additions
and
600 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
assets/frontend/css/globalpayments-secure-payment-fields.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,3 @@ | ||
.globalpayments iframe { | ||
min-height: 3.6rem; | ||
width: 100%; | ||
} | ||
|
||
div[id^="GlobalPayments-overlay-"] { | ||
z-index: 1001 !important; | ||
} | ||
|
||
.woocommerce-globalpayments-validation-error { | ||
margin-bottom:2.617924em; | ||
background-color:#e2401c; | ||
margin-left:0; | ||
border-radius:2px; | ||
color:#fff; | ||
clear:both; | ||
border-left:.6180469716em solid rgba(0,0,0,.15); | ||
padding:1em 2em 1em 3.5em; | ||
position:relative; | ||
list-style:none outside | ||
} |
Oops, something went wrong.