Skip to content

Vipps requires more headers

Compare
Choose a tag to compare
@rogerlysberg rogerlysberg released this 05 Jan 13:40
· 19 commits to 3.x since this release

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);