Skip to content

Tags: rootpd/omnipay-csob

Tags

4.4.0

Toggle 4.4.0's commit message
Add support for returnMethod parameter

The parameter of the underlying library configures
type of request which gateway uses to return
to the origin site.

If not set, POST is used, this parameter can override
the behavior if necessary (for example for scenarios
where some cookies are not sent because of the SameSite
settings).

4.3.1

Toggle 4.3.1's commit message
Consider status "settled" as successful

4.3.0

Toggle 4.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rootpd Peter Dulačka
Add support for transaction reference extraction in OneClickPayment

4.2.1

Toggle 4.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
rootpd Peter Dulačka
Manually close the payment if the configuration requested it

Since API v1.9 the underlying library used for requesting CSOB API
doesn't read the closePayment config globally and reads it only
from the $newPayment instance.

Unfortunately there's no way how to tell $newPayment that it should
close and we end up with unclaimed payments.

If the caller configured the omnipay library to close the payment,
this will enforce the closure.

4.0.1

Toggle 4.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
rootpd Peter Dulačka
Add support for customerId parameter

4.2.0

Toggle 4.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rootpd Peter Dulačka
Add support for configuring traceLog

4.1.0

Toggle 4.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rootpd Peter Dulačka
Update library for use with CSOB API 1.9

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from miroc/master

Update to PHP 8.0

3.1.1

Toggle 3.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
rootpd Peter Dulačka
Add missing paymentStatus request to the gateway spec

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rootpd Peter Dulačka
Add PaymentStatusRequest and support for CardNumberExtension