Changeset 3021559
- Timestamp:
- 01/14/2024 02:42:11 PM (2 years ago)
- File:
-
- 1 edited
-
hyperpay-gateways/trunk/src/Brands/Tamara.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hyperpay-gateways/trunk/src/Brands/Tamara.php
r3021558 r3021559 124 124 public function conditional_payment_gateways($available_gateways) 125 125 { 126 if ( is_checkout()) {126 if (!is_admin() && is_checkout()) { 127 127 $country = WC()->customer->get_billing_country(); 128 128 $amount = WC()->cart->total;
Note: See TracChangeset
for help on using the changeset viewer.