Skip to content

Fix error in default timestamp in BaseService#53

Open
xiden001 wants to merge 1 commit into
Nuvei:masterfrom
xiden001:master
Open

Fix error in default timestamp in BaseService#53
xiden001 wants to merge 1 commit into
Nuvei:masterfrom
xiden001:master

Conversation

@xiden001
Copy link
Copy Markdown

@xiden001 xiden001 commented Apr 1, 2026

Fix incorrect timestamp format

Issue: date('YmdHms') uses m (month) instead of minutes, producing invalid timestamps.

Change:

date('YmdHms') → date('YmdHis')

Impact: Fixes malformed timestamps that can break checksum/signature validation and cause intermittent gateway failures.

Scope: Minimal, non-breaking fix in BaseService::appendMerchantIdMerchantSiteIdTimeStamp().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant