Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 'origin' field to Rvvup logs #117

Merged
merged 8 commits into from
May 9, 2024

Conversation

andrii-onufriichuk
Copy link
Contributor

No description provided.

) {
$result = $this->addRecord(
static::ERROR,
$message,
[$cause, $rvvupOrderId, $rvvupPaymentId, $magentoOrderId]
[$cause, $rvvupOrderId, $rvvupPaymentId, $magentoOrderId, $origin]
);

try {
Copy link
Collaborator

Choose a reason for hiding this comment

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

$data = $this->prepareData($message, $cause, $rvvupOrderId, $rvvupPaymentId, $magentoOrderId);

should also include $origin, as its not writing that currently.

@andrii-onufriichuk andrii-onufriichuk merged commit ed10a38 into main May 9, 2024
8 checks passed
@andrii-onufriichuk andrii-onufriichuk deleted the feature/rvvup-logs-origin branch May 9, 2024 12:09
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