Skip to content

Commit

Permalink
Update chapa.dart
Browse files Browse the repository at this point in the history
made currency optional
  • Loading branch information
AnexDev1 authored Aug 29, 2024
1 parent c94ab8a commit 046c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/chapa.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Chapa {
String errorMsg,
)? onInAppPaymentError,
required String amount,
required String currency,
String currency,
String? txRef,
String? email,
String? firstName,
Expand Down

0 comments on commit 046c754

Please sign in to comment.