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

BP-2574 save bank transfer payment information in the magento order and invoice #803

Conversation

LucianTuriacArnia
Copy link
Contributor

No description provided.

@LucianTuriacArnia LucianTuriacArnia added the Refactor This will be part of a refactoring process. label Sep 20, 2023
@LucianTuriacArnia LucianTuriacArnia self-assigned this Sep 20, 2023
$transactionResponse = SubjectReader::readTransactionResponse($response);

$transferDetails = $this->getTransferDetails($transactionResponse);
if (!empty($transferDetails)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

$transferDetails is always a array

@LucianTuriacArnia LucianTuriacArnia merged commit 624285b into feature/payment_provider_gateway Sep 25, 2023
6 of 7 checks passed
@LucianTuriacArnia LucianTuriacArnia deleted the BP-2574-save-bank-transfer-payment-information-in-the-magento-order branch September 25, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor This will be part of a refactoring process.
Projects
Development

Successfully merging this pull request may close these issues.

2 participants