Releases: superbrave/omnipay-icepay-payments
Releases · superbrave/omnipay-icepay-payments
Added customer address information to simplify the payment process
Fixed retrieving the TransactionStatus from Icepay
Merge pull request #18 from superbrave/transaction-status-fix Transaction status fix
Allow returning of the status code in the TransactionStatusResponse class
Merge pull request #17 from superbrave/response-status-code Allow returning of the status code in the TransactionStatusResponse c…
Return the ID value from the response data as transaction reference with a fallback to the request transaction reference.
Merge pull request #15 from superbrave/transaction-status-reference Return the ID value from the response data as transaction reference w…
Check for correct transaction reference in postback
This fix checks the transactionId (reference) from icepay to the given transactionReference for this status check.
Postback handling
Merge pull request #12 from superbrave/query-string Query string
Splits up the TransactionStatusRequest and TransactionStatusResponse into CompleteAuthorizeAndCaptureRequest and CompleteAuthorizeAndCaptureResponse
1.3.0 Merge pull request #11 from superbrave/splits-transaction-status-to-c…
Fixed TransactionStatusResponse for retrieving the status of the payment transaction
Merge pull request #10 from superbrave/fixed-transaction-status-response Fixed the transaction status response.
1.2.0: Merge pull request #9 from superbrave/SQOP-2603
feat: Added extra information about orders
Fixed TransactionStatusRequest and TransactionStatusResponse for retrieving the statusCode.
1.1.3 Fixed TransactionStatusRequest and TransactionStatusResponse for retr…