Skip to content

Commit

Permalink
1.4.0 (#86)
Browse files Browse the repository at this point in the history
* Request To Pay Payment method removed (#77)

* Fixed an issue with getting issuers for iDeal (#78)

Co-authored-by: Shu Chen <[email protected]>

* Adding missing subscriptions parameters (#79)

* Add missing parameters

* Add docblock

* Bancontact update & fixes (#80)

* Add missing parameters

* Add docblock

* Add bancontact alias

* Fix wrong naming to payrecurring and add payoneclick method

* Return null when response data is not set (#81)

* BP-2345 add return and push url in the i deal qr request in the php sdk (#83)

* Return null when response data is not set

* Add missing parameters

* Update test and example

* 1.3.1

* Changing the version

* Merge conflict

* Update changelog

* Update changelog

---------

Co-authored-by: reflie-nxte <[email protected]>
  • Loading branch information
ShuCh3n and reflie-nxte authored Feb 21, 2023
1 parent 5e1e8e0 commit 09495e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ All notable changes to this project will be documented in this file.

## [Released]

## [1.3.1]
- Payment method Request to pay removed.
## [1.4.0]
- Fixed an issue with getting issuers for iDEAL. Reported by @reflie-nxte
- Add missing subscriptions parameters.
- Add Bancontact alias and fixing typo in method name.
- When response data is not set return null.
- Add missing parameters in iDEAL QR.
- Add Bancontact alias and fixing typo in method name
- When response data is not set return null
- BP-2257 Payment method Request to pay removed
- BP-2285 BP-Add missing subscriptions parameters
- BP-2345 Add missing parameters in iDEAL QR

## [1.3.0]
- Add parameter retrieval in replyhandler, check lower & upper string
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "buckaroo/sdk",
"description": "Buckaroo payment SDK",
"license": "MIT",
"version": "1.3.1",
"version": "1.4.0",
"type": "library",
"require": {
"php": ">=7.4|^8.0",
Expand Down

0 comments on commit 09495e2

Please sign in to comment.