- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Add
onInvoiceCreated
callback toexecutePayment
to return you theinvoiceId
once created. - Fix some bugs and make overall enhancement.
- Add feature of saved cards with embedded payment.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Add feature of pay with Apple Pay.
- Support save card option with embedded payment to enable you to save your customer's card details to make future payments easier.
- Fix some bugs and make overall enhancement.
- Deprecated the
executeRecurringDirectPayment()
method and use insteadRecurringModel
inMFExecutePaymentRequest
usingexecutePayment()
orexecuteDirectPayment()
method. - Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Support embedded payment feature (payment card view).
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Migrate to null safety.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Upgrade
device_info
plugin to version2.0.0
- Upgrade
http
plugin to version0.13.1
- Deprecated
executeDirectPaymentWithRecurring()
method which takes integer valueintervalDays
as a parameter. Used insteadexecuteRecurringDirectPayment()
method which takesMFRecurringType
which is one of four different valuesdaily
,weekly
,monthly
, orcustom(days)
.
- We deprecated 'supplierCode' and 'supplierValue' and used 'suppliers' list instead.
Inside the following APIs:
- sendPayment
- executePayment
- executeDirectPayment
- executeDirectPaymentWithRecurring
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Add CardHolderName field to card info in direct payment.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Support Apple Pay for iPhone devices starting from iOS 13.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Fix some bugs and make overall enhancement.
- Add cancelRecurringPayment feature.
- Add cancelToken feature.
- Updating ReadMe and fix some bugs and enhancement.
- Adds getPaymentStatus feature.
- Fux bugs and enhancement.
- Adds sendPayment feature.
- Adds initiatePayment feature.
- Adds executeRegularPayment feature.
- Adds executeDirectPayment feature.
- Adds executeDirectPaymentWithRecurring feature.
- First Beta version of MyFatoorah Flutter Plugin.