File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ STRIPE_LIVE_MODE=null
39
39
PAYPAL_CLIENT_ID = " "
40
40
PAYPAL_SECRET_KEY = " "
41
41
42
- PAYPAL_LIVE_MODE = false
42
+ PAYPAL_LIVE_MODE = null
43
43
# Change to 'true' for live payments
44
44
45
45
# *<! ------ RAZORPAY (OPTIONAL) ------!>*
Original file line number Diff line number Diff line change
1
+ ## [ 6.13.2] - 2024-02-15
2
+
3
+ * Pubspec.yaml dependency updates
4
+
5
+ ## [ 6.13.1] - 2024-02-13
6
+
7
+ * Update .env
8
+
1
9
## [ 6.13.0] - 2024-02-12
2
10
3
11
* Update PayPal integration
Original file line number Diff line number Diff line change @@ -665,18 +665,18 @@ packages:
665
665
dependency: "direct main"
666
666
description:
667
667
name: nylo_framework
668
- sha256: e294c8833cdd5bb9d893795451a9ad8ab90de3421d08e28a784f00be251ea3d2
668
+ sha256: "590a5eeca128694098937e731561c7d72511e14b4bf4db03c804ee522f83dc60"
669
669
url: "https://pub.dev"
670
670
source: hosted
671
- version: "5.21.0 "
671
+ version: "5.21.1 "
672
672
nylo_support:
673
673
dependency: transitive
674
674
description:
675
675
name: nylo_support
676
- sha256: f8fb56ec6b5725138c1312b56b417806ae1e37129ea22fc8f23f4fb83c0d2187
676
+ sha256: "1c27b78d4af01d47435549784f96bb40e0a00024f986852a0dda0854c45c00c1"
677
677
url: "https://pub.dev"
678
678
source: hosted
679
- version: "5.45 .0"
679
+ version: "5.47 .0"
680
680
octo_image:
681
681
dependency: transitive
682
682
description:
Original file line number Diff line number Diff line change 1
1
# Official WooSignal App Template for WooCommerce
2
2
3
3
# Label StoreMax
4
- # Version: 6.13.0
4
+ # Version: 6.13.2
5
5
# Author: Anthony Gordon
6
6
# Homepage: https://woosignal.com
7
7
# Documentation: https://woosignal.com/docs/app/label-storemax
@@ -29,7 +29,7 @@ dependencies:
29
29
google_fonts : ^6.1.0
30
30
analyzer : ^5.12.0
31
31
intl : ^0.18.0
32
- nylo_framework : ^5.21.0
32
+ nylo_framework : ^5.21.1
33
33
woosignal : ^3.9.0
34
34
wp_json_api : ^3.3.4
35
35
cached_network_image : ^3.3.1
You can’t perform that action at this time.
0 commit comments