Skip to content

Change return url for repayment for guest, update SDK - #66

Merged
regdos merged 1 commit into
masterfrom
url
Jun 23, 2026
Merged

Change return url for repayment for guest, update SDK#66
regdos merged 1 commit into
masterfrom
url

Conversation

@regdos

@regdos regdos commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@regdos
regdos merged commit 0d77819 into master Jun 23, 2026
@hostep

hostep commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

@regdos, it should be if (PHP_VERSION_ID < 80000) { instead of if(PHP_VERSION_ID < 80500) {, as suggested in PayU-EMEA/openpayu_php#145

Because:

Note: This function has no effect. Prior to PHP 8.0.0, this function was used to close the resource.

So as of PHP 8.0, this function call doesn't do anything anymore. So no reason to call it.
Your current check will not cause issues, but it can be improved further.

@regdos

regdos commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

@hostep you are right, i don't know why i added 80500

@regdos
regdos deleted the url branch June 24, 2026 12:00
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.

2 participants