Release 1.1.1 version

This commit is contained in:
Dmitry Shakolo
2023-08-14 18:02:30 +03:00
committed by Ilia Fedorov
parent ed356c93f3
commit 4c9c594154
19 changed files with 381 additions and 185 deletions
+2 -1
View File
@@ -55,8 +55,9 @@ class _SuccessTokenizationScreenState extends State<SuccessTokenizationScreen> {
),
ElevatedButton(
onPressed: () async {
var clientApplicationKey = "<Ключ для клиентских приложений>";
await YookassaPaymentsFlutter.confirmation(
controller.text, result.paymentMethodType);
controller.text, result.paymentMethodType, clientApplicationKey);
showDialog(
context: context,
builder: (context) => const AlertDialog(