Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…rce#9 (AVS CVV decline conditions added)
  • Loading branch information
senthilkumar-muthusamy committed May 12, 2021
1 parent ec52395 commit a41f97c
Show file tree
Hide file tree
Showing 24 changed files with 502 additions and 600 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GlobalPayments WooCommerce
# Global Payments Gateway Provider for WooCommerce

This extension allows WooCommerce to use the available Global Payments payment gateways. All card data is tokenized using the respective gateway's tokenization service.

Expand Down
18 changes: 0 additions & 18 deletions assets/frontend/css/globalpayments-secure-payment-fields.css
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
}
Loading

0 comments on commit a41f97c

Please sign in to comment.