Releases: SincosSoftware/vipps_sdk
Releases · SincosSoftware/vipps_sdk
Use Vipps Recurring V3
3.2.0 Merge pull request #4 from SincosSoftware/feature/update-recurring-ap…
Support vipps-ecom-express updated api
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
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
2.2.6 Change to 2 days
Recurring Beta
2.2.5 Cleanup
Refunds
2.2.4 Cleanup
Cleanup
2.2.3 Cleanup
Agreement managment
$vipps->continueAgreement($agreementId);
$vipps->pauseAgreement($agreementId);
$vipps->stopAgreement($agreementId);
Recurring Charge
2.2.1 Cleanup
Vipps recurring payments
2.2.0 Use right class