Changeset 3047722
- Timestamp:
- 03/08/2024 10:14:11 AM (2 years ago)
- Location:
- smallpay
- Files:
-
- 37 added
- 8 edited
-
tags/5.3.0 (added)
-
tags/5.3.0/assets (added)
-
tags/5.3.0/assets/css (added)
-
tags/5.3.0/assets/css/smallpay.css (added)
-
tags/5.3.0/assets/css/tos.css (added)
-
tags/5.3.0/assets/images (added)
-
tags/5.3.0/assets/images/logo.jpg (added)
-
tags/5.3.0/assets/images/smallpay.png (added)
-
tags/5.3.0/assets/js (added)
-
tags/5.3.0/assets/js/smallpay.js (added)
-
tags/5.3.0/assets/js/smallpay_back.js (added)
-
tags/5.3.0/includes (added)
-
tags/5.3.0/includes/class-wc-gateway-smallpay-admin-order-details.php (added)
-
tags/5.3.0/includes/class-wc-gateway-smallpay-api.php (added)
-
tags/5.3.0/includes/class-wc-gateway-smallpay-configuration.php (added)
-
tags/5.3.0/includes/class-wc-gateway-smallpay-logger.php (added)
-
tags/5.3.0/includes/class-wc-gateway-smallpay-order-payment-info.php (added)
-
tags/5.3.0/includes/class-wc-gateway-smallpay.php (added)
-
tags/5.3.0/includes/config_smallpay.php (added)
-
tags/5.3.0/includes/configs (added)
-
tags/5.3.0/includes/configs/smallpay_prod.php (added)
-
tags/5.3.0/includes/configs/smallpay_staging.php (added)
-
tags/5.3.0/includes/configs/smallpay_svil.php (added)
-
tags/5.3.0/includes/constant_smallpay.php (added)
-
tags/5.3.0/lang (added)
-
tags/5.3.0/lang/smallpay-it_IT.mo (added)
-
tags/5.3.0/lang/smallpay-it_IT.po (added)
-
tags/5.3.0/readme.txt (added)
-
tags/5.3.0/smallpay.php (added)
-
tags/5.3.0/templates (added)
-
tags/5.3.0/templates/details_payment_xpay.php (added)
-
tags/5.3.0/templates/form.php (added)
-
tags/5.3.0/templates/installments_plan.php (added)
-
tags/5.3.0/templates/smallpay_widget.php (added)
-
tags/5.3.0/templates/tos.php (added)
-
tags/5.3.0/templates/wc_smallpay_myorder.php (added)
-
tags/5.3.0/wpml-config.xml (added)
-
trunk/assets/css/smallpay.css (modified) (1 diff)
-
trunk/includes/configs/smallpay_prod.php (modified) (1 diff)
-
trunk/includes/configs/smallpay_staging.php (modified) (1 diff)
-
trunk/includes/configs/smallpay_svil.php (modified) (1 diff)
-
trunk/lang/smallpay-it_IT.mo (modified) (previous)
-
trunk/lang/smallpay-it_IT.po (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smallpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smallpay/trunk/assets/css/smallpay.css
r2826360 r3047722 61 61 } 62 62 63 table.woocommerce-checkout-review-order-table.smallpay-table .product-name.smallpay-installment, 64 table.woocommerce-checkout-review-order-table.smallpay-table .product-name.smallpay-date { 65 min-width: 82px; 66 } 67 63 68 table.woocommerce-checkout-review-order-table.smallpay-table .product-total.smallpay-amount { 64 69 width: 30%; 70 } 71 72 table.woocommerce-checkout-review-order-table.smallpay-table td.product-total.smallpay-amount { 65 73 white-space: nowrap; 66 74 } -
smallpay/trunk/includes/configs/smallpay_prod.php
r2435229 r3047722 1 1 <?php 2 2 const SMALLPAY_URI = "public/api/sites/"; 3 const SMALLPAY_URL = "https:// sell.smallpay.it/market-api/";4 const SMALLPAY_TOS = "https:// sell.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf";3 const SMALLPAY_URL = "https://api-na.smallpay.it/market-api/"; 4 const SMALLPAY_TOS = "https://api-na.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf"; 5 5 const NEXI_URL_ENV = "https://ecommerce.nexi.it/"; 6 6 const NEXI_AMBIENTE_BUILD = "PROD"; -
smallpay/trunk/includes/configs/smallpay_staging.php
r2435229 r3047722 1 1 <?php 2 2 const SMALLPAY_URI = "public/api/sites/"; 3 const SMALLPAY_URL = "https:// staging-market-na.smallpay.it/market-api/";4 const SMALLPAY_TOS = "https:// sell.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf";3 const SMALLPAY_URL = "https://api-staging.smallpay.it/market-api/"; 4 const SMALLPAY_TOS = "https://api-na.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf"; 5 5 const NEXI_URL_ENV = "https://int-ecommerce.nexi.it/"; 6 6 const NEXI_AMBIENTE_BUILD = "INTEG"; -
smallpay/trunk/includes/configs/smallpay_svil.php
r2435229 r3047722 1 1 <?php 2 2 const SMALLPAY_URI = "public/api/sites/"; 3 const SMALLPAY_URL = "https:// staging-market-na.smallpay.it/market-api/";4 const SMALLPAY_TOS = "https:// sell.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf";3 const SMALLPAY_URL = "https://api-staging.smallpay.it/market-api/"; 4 const SMALLPAY_TOS = "https://api-na.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf"; 5 5 const NEXI_URL_ENV = "https://int-ecommerce.nexi.it/"; 6 6 const NEXI_AMBIENTE_BUILD = "INTEG"; -
smallpay/trunk/lang/smallpay-it_IT.po
r2900258 r3047722 68 68 #| msgid "Enable SmallPay Payment Module." 69 69 msgid "Enable SmallPay payment module." 70 msgstr "A ttiva il modulo di pagamento SmallPay"70 msgstr "Abilita il modulo di pagamento SmallPay" 71 71 72 72 #: includes/class-wc-gateway-smallpay-configuration.php:109 … … 148 148 msgid "Installment payment in progress (%s)" 149 149 msgid_plural "Installment payment in progress (%s)" 150 msgstr[0] "Pag .rateale in corso (%s)"151 msgstr[1] "Pag .rateale in corso (%s)"150 msgstr[0] "Pagamento rateale in corso (%s)" 151 msgstr[1] "Pagamento rateale in corso (%s)" 152 152 153 153 #: templates/installments_plan.php:10 -
smallpay/trunk/readme.txt
r2900258 r3047722 8 8 WC Requires at least: 3.0.0 9 9 WC Tested up to: 6.5.1 10 Stable tag: 5. 2.010 Stable tag: 5.3.0 11 11 License: GNU General Public License v3.0 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 114 114 = 5.2.0 = 115 115 * Fixed - English translations 116 117 = 5.2.0 = 118 * Fixed - SmallPay environment -
smallpay/trunk/smallpay.php
r2900258 r3047722 5 5 * Plugin URI: 6 6 * Description: Official SmallPay plugin. 7 * Version: 5. 2.07 * Version: 5.3.0 8 8 * Author: SmallPay Srl 9 9 * Author URI: https://www.smallpay.it … … 22 22 } 23 23 24 define('SPWC_PLUGIN_VERSION', '5. 2.0');24 define('SPWC_PLUGIN_VERSION', '5.3.0'); 25 25 26 26 class WC_SmallPay
Note: See TracChangeset
for help on using the changeset viewer.