Release 1.1.1 version
This commit is contained in:
committed by
Ilia Fedorov
parent
ed356c93f3
commit
4c9c594154
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user