- Ignore non existing attributes in creating token object
- Allow usage in Rails 6.1.x projects
- Add
delete_standing_order
method
- Add
created_at
toScheduledTransfer
model. - Add
.account_transaction(account_id, transaction_id, options)
DSL
- Change behaviour of
confirm_transfer
,confirm_scheduled_transfer
andconfirm_standing_order
DSL:- The complete API response is now returned instead of just the link to confirmable actions.
- New and improved DSLs for:
- Standing Orders
- Scheduled Transfers
- Allow usage in Rails 6.0.x projects
- Support for Standing Orders
- Allow injection of custom headers for Generic Transfers
- Support endpoints with path prefix
- Support for Confirmable v2 on Generic Transfers
- Add
instant
flag toFPS
routing-type in generic-transfer model
- Add
FOS_P2P_ACCOUNT_NUMBER
routing-type to generic-transfer model - Add DSL to fetch transactions for specific account
- Add
instant
flag toSEPA
routing-type in generic-transfer model
- Add support for
bank_*
andcontact_*
attributes in generic-transfer model - Add
state
attribute to generic-transfer model
- Allow passing custom
headers
to internalupdate
DSL method
- Support for seperate URL used by oAuth2 redirect flow
- Fix handling of empty
Location
header for confirmable actions
- Complete rewrite of the gem
- Switched (back) to
- Fixed design issue regarding concurrency / thread safety
See changelog in v1
branch.
See changelog in v1
branch.