Changeset 3324717
- Timestamp:
- 07/09/2025 06:34:24 AM (9 months ago)
- Location:
- valorpos
- Files:
-
- 6 edited
- 1 copied
-
tags/8.2.2 (copied) (copied from valorpos/trunk)
-
tags/8.2.2/README.txt (modified) (2 diffs)
-
tags/8.2.2/includes/class-wc-valorpay-api.php (modified) (1 diff)
-
tags/8.2.2/languages/wc-valorpay.pot (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-wc-valorpay-api.php (modified) (1 diff)
-
trunk/languages/wc-valorpay.pot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
valorpos/tags/8.2.2/README.txt
r3304689 r3324717 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 8.2. 17 Stable tag: 8.2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 = 8.2.2 = 46 * Fixed the phone number required field issue in vault. 47 45 48 = 8.2.1 = 46 49 * Added two configurations to disable sale notifications for both customers and merchants, and introduced a flag to enable or disable the vault. -
valorpos/tags/8.2.2/includes/class-wc-valorpay-api.php
r3304689 r3324717 1045 1045 $shipping_postcode = wc_clean( $order->get_shipping_postcode() ); 1046 1046 1047 $payload = array(); 1048 $payload['customer_name'] = $billing_name; 1049 $payload['company_name'] = $billing_company; 1050 $payload['customer_phone'] = $billing_phone; 1051 $payload['customer_email'] = $billing_email; 1052 $payload['address_details'][0] = array(); 1053 $payload['address_details'][0]['address_label'] = self::WC_VAULT_DEFAULT_ADDRESS_LABEL; 1047 $payload = array(); 1048 $payload['customer_name'] = $billing_name; 1049 $payload['company_name'] = $billing_company; 1050 if ( $billing_phone ) { 1051 $payload['customer_phone'] = $billing_phone; 1052 } 1053 $payload['customer_email'] = $billing_email; 1054 $payload['address_details'][0] = array(); 1055 $payload['address_details'][0]['address_label'] = self::WC_VAULT_DEFAULT_ADDRESS_LABEL; 1054 1056 $payload['address_details'][0]['billing_customer_name'] = $billing_name; 1055 1057 $payload['address_details'][0]['billing_street_no'] = $billing_address; -
valorpos/tags/8.2.2/languages/wc-valorpay.pot
r3304689 r3324717 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Valor Pay 8.2. 1\n"5 "Project-Id-Version: Valor Pay 8.2.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/valorpos\n" 7 7 "Last-Translator: Valor Paytech LLC <isvsupport@valorpaytech.com>\n" … … 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "POT-Creation-Date: 2024-11-05T11:19:31+05:30\n" 13 "PO-Revision-Date: 2025-0 5-28T05:49:29+00:00\n"13 "PO-Revision-Date: 2025-07-08T06:56:49+00:00\n" 14 14 "X-Generator: WP-CLI 2.7.1\n" 15 15 "X-Domain: wc-valorpay\n" -
valorpos/trunk/README.txt
r3304689 r3324717 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 8.2. 17 Stable tag: 8.2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 = 8.2.2 = 46 * Fixed the phone number required field issue in vault. 47 45 48 = 8.2.1 = 46 49 * Added two configurations to disable sale notifications for both customers and merchants, and introduced a flag to enable or disable the vault. -
valorpos/trunk/includes/class-wc-valorpay-api.php
r3304689 r3324717 1045 1045 $shipping_postcode = wc_clean( $order->get_shipping_postcode() ); 1046 1046 1047 $payload = array(); 1048 $payload['customer_name'] = $billing_name; 1049 $payload['company_name'] = $billing_company; 1050 $payload['customer_phone'] = $billing_phone; 1051 $payload['customer_email'] = $billing_email; 1052 $payload['address_details'][0] = array(); 1053 $payload['address_details'][0]['address_label'] = self::WC_VAULT_DEFAULT_ADDRESS_LABEL; 1047 $payload = array(); 1048 $payload['customer_name'] = $billing_name; 1049 $payload['company_name'] = $billing_company; 1050 if ( $billing_phone ) { 1051 $payload['customer_phone'] = $billing_phone; 1052 } 1053 $payload['customer_email'] = $billing_email; 1054 $payload['address_details'][0] = array(); 1055 $payload['address_details'][0]['address_label'] = self::WC_VAULT_DEFAULT_ADDRESS_LABEL; 1054 1056 $payload['address_details'][0]['billing_customer_name'] = $billing_name; 1055 1057 $payload['address_details'][0]['billing_street_no'] = $billing_address; -
valorpos/trunk/languages/wc-valorpay.pot
r3304689 r3324717 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Valor Pay 8.2. 1\n"5 "Project-Id-Version: Valor Pay 8.2.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/valorpos\n" 7 7 "Last-Translator: Valor Paytech LLC <isvsupport@valorpaytech.com>\n" … … 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "POT-Creation-Date: 2024-11-05T11:19:31+05:30\n" 13 "PO-Revision-Date: 2025-0 5-28T05:49:29+00:00\n"13 "PO-Revision-Date: 2025-07-08T06:56:49+00:00\n" 14 14 "X-Generator: WP-CLI 2.7.1\n" 15 15 "X-Domain: wc-valorpay\n"
Note: See TracChangeset
for help on using the changeset viewer.