yookassa_payments_flutter 1.0.3 copy "yookassa_payments_flutter: ^1.0.3" to clipboard
yookassa_payments_flutter: ^1.0.3 copied to clipboard

outdated

This Flutter SDK allows processing payments using a payment token. It works as an addition to the YooMoney API.

1.0.3 #

  • Fixed iOS confirmation flow. Refactored TokenizationResult, now it's have SuccessTokenizationResult, ErrorTokenizationResult and CanceledTokenizationResult versions. Not to get token from TokenizationResult you need to check it's type:
var result = await YookassaPaymentsFlutter.tokenization(tokenizationModuleInputData);
if (result is SuccessTokenizationResult) {
    result.token
}

1.0.2 #

  • Made applePayID and moneyAuthClientId fields optional.

1.0.1 #

  • Formatted code. Added homepage and repo urls.

1.0.0 #

  • Initial development release.
34
likes
0
pub points
85%
popularity

Publisher

verified publisheryoomoney.ru

This Flutter SDK allows processing payments using a payment token. It works as an addition to the YooMoney API.

Repository

License

unknown (license)

Dependencies

flutter

More

Packages that depend on yookassa_payments_flutter