Skip to content

Commit

Permalink
Merge pull request #47 from SwedbankPay/feature/bump-4.0.1
Browse files Browse the repository at this point in the history
Bump v4.0.1
  • Loading branch information
aait authored Feb 12, 2021
2 parents 7a97c0e + bc531d5 commit 7ba29f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Changelog
4.0.1 - 2021-02-12
Added
- Add InitiatingSystemUserAgent for `Payment`
- Add InitiatingSystemUserAgent for `Paymentorder`

4.0.0 - 2020-12-15
Added
- Implemented classes which allows to test api credentials `Test`
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": "swedbank-pay/swedbank-pay-sdk-php",
"type": "library",
"description": "The Swedbank Pay SDK for PHP simplifies integrations against Swedbank Pay's API Platform by providing native PHP interface towards the REST API.",
"version": "4.0.0",
"version": "4.0.1",
"authors": [
{
"name": "Sammy Nordström",
Expand Down
2 changes: 1 addition & 1 deletion tests/InvoicePaymentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
*/
class InvoicePaymentTest extends TestCase
{
protected $paymentId = '/psp/invoice/payments/72160e13-6dec-468d-81c9-08d8a4cc1843';
protected $paymentId = '/psp/invoice/payments/e775ae17-55da-4332-7436-08d8cf42e7a6';

public function testApiCredentails()
{
Expand Down

0 comments on commit 7ba29f3

Please sign in to comment.