File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 7
7
* Author URI: https://nofrixion.com
8
8
* Text Domain: nofrixion-for-woocommerce
9
9
* Domain Path: /languages
10
- * Version: 1.1.22
10
+ * Version: 1.1.23
11
11
* Requires PHP: 7.4
12
- * Tested up to: 6.1
13
- * Requires at least: 5.2
12
+ * Tested up to: 6.1 * Requires at least: 5.2
14
13
*/
15
14
16
15
use NoFrixion \WC \Client \PaymentRequest ;
19
18
use NoFrixion \WC \Helper \TokenManager ;
20
19
21
20
defined ( 'ABSPATH ' ) || exit ();
22
- define ( 'NOFRIXION_VERSION ' , '1.1.22 ' );
21
+ define ( 'NOFRIXION_VERSION ' , '1.1.23 ' );
23
22
define ( 'NOFRIXION_PLUGIN_FILE_PATH ' , plugin_dir_path ( __FILE__ ) );
24
23
define ( 'NOFRIXION_PLUGIN_URL ' , plugin_dir_url (__FILE__ ) );
25
24
define ( 'NOFRIXION_PLUGIN_ID ' , 'nofrixion-for-woocommerce ' );
@@ -142,11 +141,7 @@ public function processAjaxPaymentRequestInit() {
142
141
site_url (),
143
142
site_url () . '/dummyreturnurl ' ,
144
143
\NoFrixion \WC \Helper \PreciseNumber::parseFloat ($ total ),
145
- <<<<<<< HEAD
146
- WC ()->cart ->get_customer ()->get_email (),
147
- =======
148
144
WC ()->cart ->get_customer ()->get_billing_email (),
149
- >>>>>>> b29b585cb15282ce4fe881007df01d4cb3f6c871
150
145
null ,
151
146
['card ' ],
152
147
null ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This plugin requires WooCommerce. Please make sure you have WooCommerce installe
28
28
Documentation and an API reference can be found at https://docs.nofrixion.com.
29
29
30
30
== Changelog ==
31
- = 1.1.22 :: 2022-11-03 =
31
+ = 1.1.23 :: 2022-11-03 =
32
32
* Fix styles on card inputs.
33
33
= 1.1.21 :: 2022-10-20 =
34
34
* Updates for MoneyMoov API changes.
You can’t perform that action at this time.
0 commit comments