Skip to content

Conversation

@Matt75
Copy link
Contributor

@Matt75 Matt75 commented Nov 19, 2025

Self-Checks

  • I have performed a self-review of my code.
  • I have updated/added necessary technical documentation in the README file.

JIRA task link

Resolves: PAYSHIP-3698

Summary

QA Checklist Labels

  • Bug fix?
  • New feature?
  • Improvement?
  • Technical debt?
  • Covered by tests?

QA Checklist

Additional Context

Frontend Changes



[!] Don't forget to include JIRA task number in PR name or branch name. [!]

[!] Don't forget to update changelog.md with new changes. [!]

  • Verify if the version is correct.
  • Update demo environments used for testing.
  • Ensure changelog contains all changes.
  • Update documentation if needed.
  • Test if everything works properly.

@Matt75 Matt75 requested a review from L3RAZ November 19, 2025 16:07
'subtotals' => [
'gift_wrapping' => [
'amount' => $this->context->getCart()->getGiftWrappingPrice(true),
'amount' => $this->context->getCart()->gift ? $this->context->getCart()->getGiftWrappingPrice(true) : 0,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Matt75 Matt75 added this to the 5.0.6 milestone Nov 21, 2025
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.

3 participants