Changeset 2534234
- Timestamp:
- 05/19/2021 12:17:26 PM (5 years ago)
- Location:
- best2pay-payment-method-visamastercard
- Files:
-
- 4 edited
-
best2pay-payment_method.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
trunk/best2pay-payment_method.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
best2pay-payment-method-visamastercard/best2pay-payment_method.php
r2529684 r2534234 18 18 * Plugin URI: http://best2pay.net/ 19 19 * Description: Receive payments via Visa/Mastercard easily with Best2Pay bank cards processing 20 * Version: 1. 020 * Version: 1.1.1 21 21 * Author: Best2Pay 22 22 * Tested up to: 5.7.1 … … 188 188 $fiscalAmount += $item_data['quantity'] * $elementPrice; 189 189 } 190 if ($wc_order-> shipping_total) {191 $fiscalPositions .= '1;' . $wc_order-> shipping_total* 100 . ';6;Доставка|';192 $fiscalAmount += $wc_order-> shipping_total* 100;190 if ($wc_order->get_shipping_total()) { 191 $fiscalPositions .= '1;' . $wc_order->get_shipping_total() * 100 . ';6;Доставка|'; 192 $fiscalAmount += $wc_order->get_shipping_total() * 100; 193 193 } 194 194 $fiscalDiff = abs($fiscalAmount - intval($order->get_total() * 100)); -
best2pay-payment-method-visamastercard/readme.txt
r2532805 r2534234 5 5 Requires at least: 4.7 6 6 Requires PHP: 7.0 7 Stable tag: 1. 07 Stable tag: 1.1.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
best2pay-payment-method-visamastercard/trunk/best2pay-payment_method.php
r2533057 r2534234 18 18 * Plugin URI: http://best2pay.net/ 19 19 * Description: Receive payments via Visa/Mastercard easily with Best2Pay bank cards processing 20 * Version: 1.1 20 * Version: 1.1.1 21 21 * Author: Best2Pay 22 22 * Tested up to: 5.7.1 … … 188 188 $fiscalAmount += $item_data['quantity'] * $elementPrice; 189 189 } 190 if ($wc_order-> shipping_total) {191 $fiscalPositions .= '1;' . $wc_order-> shipping_total* 100 . ';6;Доставка|';192 $fiscalAmount += $wc_order-> shipping_total* 100;190 if ($wc_order->get_shipping_total()) { 191 $fiscalPositions .= '1;' . $wc_order->get_shipping_total() * 100 . ';6;Доставка|'; 192 $fiscalAmount += $wc_order->get_shipping_total() * 100; 193 193 } 194 194 $fiscalDiff = abs($fiscalAmount - intval($order->get_total() * 100)); -
best2pay-payment-method-visamastercard/trunk/readme.txt
r2533057 r2534234 5 5 Requires at least: 4.7 6 6 Requires PHP: 7.0 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.