File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.1.4] - 2024-02-26
2+
3+ * pubspec.yaml updates
4+
15## [ 1.1.3] - 2024-02-25
26
37* Fix Checkout shipping page
Original file line number Diff line number Diff line change 11import '/app/models/payment_type.dart' ;
2- import '.. /app/providers/payments/paypal_pay.dart' ;
3- import '.. /app/providers/payments/razorpay_pay.dart' ;
4- import '.. /app/providers/payments/stripe_pay.dart' ;
2+ import '/app/providers/payments/paypal_pay.dart' ;
3+ import '/app/providers/payments/razorpay_pay.dart' ;
4+ import '/app/providers/payments/stripe_pay.dart' ;
55import '/bootstrap/helpers.dart' ;
66import 'package:nylo_framework/nylo_framework.dart' ;
77
8- /*
8+ /* PAYMENT GATEWAYS
99|--------------------------------------------------------------------------
10- | PAYMENT GATEWAYS
11- |
1210| Configure which payment gateways you want to use.
1311| Docs here: https://woosignal.com/docs/app/shopmax
14- |--------------------------------------------------------------------------
15- */
12+ |-------------------------------------------------------------------------- */
1613
1714const appPaymentGateways = ["Stripe" , "PayPal" ];
1815// Available: "Stripe", "PayPal", "RazorPay"
Original file line number Diff line number Diff line change @@ -697,18 +697,18 @@ packages:
697697 dependency: "direct main"
698698 description:
699699 name: nylo_framework
700- sha256: "8226cde6f2a29cb676da3ef5ec8cbfd24cc9a6555e7e6de1bc3138c916442a80 "
700+ sha256: "67c6cf8458645ac586a1e9741711e11df78401e281f02e464e9169d8b8610943 "
701701 url: "https://pub.dev"
702702 source: hosted
703- version: "5.21.3 "
703+ version: "5.21.4 "
704704 nylo_support:
705705 dependency: transitive
706706 description:
707707 name: nylo_support
708- sha256: ae31684e5888ea3801e0a3e01f928ef8a212bcd7a6367ac6de7df1a941a71010
708+ sha256: "3d1bf4f95d3a4ac7aa240064ee1b8eb570cc93ebdb38e1689861a9b4e4cd8aa0"
709709 url: "https://pub.dev"
710710 source: hosted
711- version: "5.48.1 "
711+ version: "5.49.0 "
712712 octo_image:
713713 dependency: transitive
714714 description:
Original file line number Diff line number Diff line change 11# Official WooSignal App Template for Shopify
22
33# ShopMax
4- # Version: 1.1.3
4+ # Version: 1.1.4
55# Author: Anthony Gordon
66# Homepage: https://woosignal.com
77# Documentation: https://woosignal.com/docs/app/shopmax
@@ -29,7 +29,7 @@ dependencies:
2929 google_fonts : ^6.1.0
3030 analyzer : ^6.2.0
3131 intl : ^0.18.0
32- nylo_framework : ^5.21.3
32+ nylo_framework : ^5.21.4
3333 cached_network_image : ^3.3.1
3434 package_info_plus : ^4.2.0
3535 money_formatter : ^0.0.5
You can’t perform that action at this time.
0 commit comments