Changeset 2711917
- Timestamp:
- 04/20/2022 06:00:38 AM (4 years ago)
- Location:
- avify-payments-for-woocommerce
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from avify-payments-for-woocommerce/trunk)
-
tags/1.0.9/avify-payments-initializer.php (modified) (1 diff)
-
tags/1.0.9/avify-payments-shipping.php (modified) (1 diff)
-
tags/1.0.9/readme.txt (modified) (2 diffs)
-
trunk/avify-payments-initializer.php (modified) (1 diff)
-
trunk/avify-payments-shipping.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
avify-payments-for-woocommerce/tags/1.0.9/avify-payments-initializer.php
r2710316 r2711917 7 7 * Plugin URI: 8 8 * Description: Accept card payments in WooCommerce through Avify Payments. 9 * Version: 1.0. 89 * Version: 1.0.9 10 10 * Author: Avify 11 11 * Author URI: https://avify.com/ -
avify-payments-for-woocommerce/tags/1.0.9/avify-payments-shipping.php
r2710316 r2711917 317 317 if ($avifyRate['available']) { 318 318 avify_log("{$avifyRate['carrier_code']}_{$avifyRate['method_code']} : {$avifyRate['amount']}"); 319 $title = explode('|', $avifyRate['carrier_title']); 320 $title = $title[0]; 319 321 $rates[] = [ 320 322 "id" => "avfdeliveries-{$avifyRate['carrier_code']}{$avifyRate['method_code']}", 321 "label" => $ avifyRate['method_title'],323 "label" => $title . ' - ' . $avifyRate['method_title'], 322 324 "cost" => $avifyRate['amount'], 323 325 "package" => $package, -
avify-payments-for-woocommerce/tags/1.0.9/readme.txt
r2710316 r2711917 4 4 Requires at least: 5.6 5 5 Tested up to: 5.9 6 Stable tag: 1.0. 86 Stable tag: 1.0.9 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 57 57 == Changelog == 58 58 59 = 1.0.9 = 60 * Carrier title. 61 59 62 = 1.0.8 = 60 63 * Avify PHPSESSID. -
avify-payments-for-woocommerce/trunk/avify-payments-initializer.php
r2710316 r2711917 7 7 * Plugin URI: 8 8 * Description: Accept card payments in WooCommerce through Avify Payments. 9 * Version: 1.0. 89 * Version: 1.0.9 10 10 * Author: Avify 11 11 * Author URI: https://avify.com/ -
avify-payments-for-woocommerce/trunk/avify-payments-shipping.php
r2710316 r2711917 317 317 if ($avifyRate['available']) { 318 318 avify_log("{$avifyRate['carrier_code']}_{$avifyRate['method_code']} : {$avifyRate['amount']}"); 319 $title = explode('|', $avifyRate['carrier_title']); 320 $title = $title[0]; 319 321 $rates[] = [ 320 322 "id" => "avfdeliveries-{$avifyRate['carrier_code']}{$avifyRate['method_code']}", 321 "label" => $ avifyRate['method_title'],323 "label" => $title . ' - ' . $avifyRate['method_title'], 322 324 "cost" => $avifyRate['amount'], 323 325 "package" => $package, -
avify-payments-for-woocommerce/trunk/readme.txt
r2710316 r2711917 4 4 Requires at least: 5.6 5 5 Tested up to: 5.9 6 Stable tag: 1.0. 86 Stable tag: 1.0.9 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 57 57 == Changelog == 58 58 59 = 1.0.9 = 60 * Carrier title. 61 59 62 = 1.0.8 = 60 63 * Avify PHPSESSID.
Note: See TracChangeset
for help on using the changeset viewer.