We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d27018 commit 587f13bCopy full SHA for 587f13b
lib/woosignal.dart
@@ -802,7 +802,10 @@ class WooSignal {
802
return coupon;
803
}
804
805
- Future<Coupon> deleteCoupon(int id, {Map<String, dynamic> data}) async {
+ Future<Coupon> deleteCoupon(
806
+ int id,
807
+ ) async {
808
+ Map<String, dynamic> data;
809
Map<String, dynamic> payload = data;
810
811
_printLog(payload.toString());
0 commit comments