paynow 4.2.0
paynow: ^4.2.0 copied to clipboard
Paynow Client helper package to help initiate payments.
1.0.7 Fix Paynow Redirect Error #
1.1.0 Patch Payment Stream Listener #
2.0.0 Enable null-safety #
2.1.1 Fix null-safety issues #
2.1.2 Change amount type to String [obeying paynow responses] #
2.2.0 Auto detect method type in express checkout #
3.0.0 #
Breaking Changes #
- Refactored
add
toaddToCart
- New cart update method
remoteFromCart
- New model PaynowCartItem
- Changed Payment.total to getter from function
- Changed Payment.info to getter from function
- Added Payment.clear method to clear cart
- Added Payment.deleteCartItem to remove item from cart
- Added Payment.cartItems to list all items in the cart
4.0.0 #
- Replace http package with dio
- Added a logger
- Fixed Invalid Id issue
- New Example
- Using latest packages
- Added Innbucks additional fields [by @iamngoni]
- Ommited Members Listing Page
4.0.1 #
- Removed unnecessary comments
- Removed redundant code
4.2.0 #
- Address broken return url example
- Refactor UI in example