Skip to content

Releases: SincosSoftware/vipps_sdk

Use Vipps Recurring V3

18 Apr 07:57
82b3b98
Compare
Choose a tag to compare
3.2.0

Merge pull request #4 from SincosSoftware/feature/update-recurring-ap…

Support vipps-ecom-express updated api

06 Sep 12:40
fc6939f
Compare
Choose a tag to compare

Aadds support for the explicit checkout flow (where the user has to confirm what address the order should be shipped to), disabled by default, so will not affect existing implementation(s).

Also expands on the ResponseGetPaymentDetails dto with more sub objects, enabling us to get things like shippingmethod details, and general information about the customer.

Vipps requires more headers

05 Jan 13:40
Compare
Choose a tag to compare

Vipps requires more headers to be set. Have not removed old/unused headers.

This is a breaking change.

Used to be:

new Vipps($this->client);

Now it is:

new Vipps($this->client, $merchantSerialNumber, $systemInfo);

Minimum 2 day capture

02 Nov 09:23
Compare
Choose a tag to compare
2.2.6

Change to 2 days

Recurring Beta

13 Oct 12:24
Compare
Choose a tag to compare
2.2.5

Cleanup

Refunds

13 Oct 12:23
Compare
Choose a tag to compare
2.2.4

Cleanup

Cleanup

08 Oct 09:20
Compare
Choose a tag to compare
2.2.3

Cleanup

Agreement managment

08 Oct 09:19
Compare
Choose a tag to compare
    $vipps->continueAgreement($agreementId);

    $vipps->pauseAgreement($agreementId);

    $vipps->stopAgreement($agreementId);

Recurring Charge

06 Oct 10:58
Compare
Choose a tag to compare
2.2.1

Cleanup

Vipps recurring payments

17 Sep 09:26
Compare
Choose a tag to compare
2.2.0

Use right class