Skip to content

Commit

Permalink
Merge pull request #125 from tillit-dot-ai/staging
Browse files Browse the repository at this point in the history
merged after discussion
  • Loading branch information
harrynguyenquanghuy authored Dec 20, 2021
2 parents b9342e2 + 0dd76f4 commit 08b5524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tillit-payment-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Two - BNPL for businesses
* Plugin URI: https://two.inc
* Description: Integration between WooCommerce and Two
* Version: 2.6.1
* Version: 2.6.2
* Author: Two
* Author URI: https://two.inc
* Text Domain: twoinc-payment-gateway
Expand Down
3 changes: 2 additions & 1 deletion views/woocommerce_order_pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,13 @@ function initInpFields() {
.custom-checkout {
display: flex;
flex-wrap: wrap;
margin-top: 20px;
margin-bottom: 20px;
}
.custom-checkout .twoinc-inp-container {
margin: auto;
}
.account-type-wrapper {
.account-type-wrapper, #account_type_field {
display: none!important;
}
</style>

0 comments on commit 08b5524

Please sign in to comment.