moneyhash_payment 2.1.0
moneyhash_payment: ^2.1.0 copied to clipboard
MoneyHash is a Super-API infrastructure for payment orchestration and revenue operations in emerging markets.
2.1.0 #
- Deprecation of
getIntentMethods**: Replaced with the newgetMethodsmethod. - Renaming of
CardCollectortoCardForm, Simplifies the card form creation process. - Renaming of
cardFormCollectortocardFormParameter while initializing the SecureTextField. - Deprecation of
CardCollector.setTokenizeCardInfo, No longer needed. - Introduction of
payandcreateCardTokenmethods inCardForm, Provides direct methods for payment processing and card token creation. - Deprecation of
CardCollector.collect("intentId", shouldSaveCard), Replaced withcardForm.collect()without parameters. - Addition of
setPublicKeymethod inMoneyHashSDK: Requires setting the public API key before performing certain operations. - New Intent States**: Two new states,
CardIntentSuccessfulandCardIntentFailed, specifically for handling card token creation outcomes.
2.0.8 #
2.0.7 #
- Handle pod install issue in iOS
2.0.6 #
- Handle dismissing the card form sheet
2.0.5 #
- Handle card brand listener
2.0.4 #
- Release 3DS handling
2.0.3 #
- Handle Saved card flow
- Add support for provider Fields in the intent details
2.0.2 #
- Fix Issue in error handling
2.0.1 #
- Fix ApplePay amount issue in iOS
- Add Support update intent fees and discount
- Support SDK locale
2.0.0 #
- Introduce MoneyHash SDK V2
- Introduce MHException class for the error handling
- Add Support for Card form builder
- Support Native methods rendering
- Support Apple Pay integration for iOS
- Support Card Tokenization using SecureTextFields
1.0.4 #
- Add EmbedStyle option to customize the embed form UI (colors, fonts, etc) for the buttons, inputs, loader
- Fix issue with floating point amounts
1.0.3 #
- Fix renderForm is not working in Android
1.0.2 #
- Fix renderForm is not working in Android
1.0.1 #
- Fix renderForm is not working in Android
1.0.0 #
- Support render native methods
- Support get the intent information directly from the SDK
0.0.3 #
- Update example app.
0.0.2 #
- Update example app.
0.0.1 #
- MoneyHash Flutter SDK for Payment & Payout.