-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Magento 2 Paypal Reauthorization Issue #9336
Comments
Hi, @shahankitb997, thanks for reporting. I've created internal ticket ( |
Is this issue what causes long checkout time with PayPal pro credit cards? |
Hi @snoroozi While we do Reauthorization we have new Expiry Date of that Authorized Payment. Where Magento is storing that new expiry date? In Is it keep tracking of old & new expiry date. Because you can reauthorize transaction multiple time. |
Issues fixed: - MAGETWO-65422 Write default configs to shared configuration file by app:config:dump - MAGETWO-69567 [Mainline] - Closing the image view window causes mini-cart to drop down - MAGETWO-69607 Edition Specific BN-Codes for 2.2.x - MAGETWO-68936 Billing Agreement page is not loaded if Vault enabled - MAGETWO-57975 Impossible use ExtensionInterfaceFactory - MAGETWO-69580 Unstable automated test Magento\Paypal\Test\TestCase\InContextExpressOnePageCheckoutTest failed on variation InContextExpressOnePageCheckoutTestVariation1 - MAGETWO-69110 Incorrect status for order placed within Authorize.net with Fraud Filters Triggered (Filter Actions = Process as normal and report filter(s) triggered) - MAGETWO-68949 [Github] "We Can't Place The Order" error #9455 - MAGETWO-69112 No request sent to Authorize.net after reordering order in admin - MAGETWO-69584 Command config:sensitive:set does not work on the cloud - MAGETWO-57846 [Github] New Order Status config in payment method is useless #5860 - MAGETWO-67632 [Github] Invalid method usage in PayPal NVP callDoReauthorization method #9336 - MAGETWO-63239 [GITHUB] No possibility to save payment transaction details - MAGETWO-69121 Loader doesn't disappear if Authorize.net transact.dll fails request - MAGETWO-64518 \Magento\CatalogRule\Model\Indexer\IndexBuilder method "doReindexFull()" causes temporary missing sale prices - MAGETWO-60533 Data passed to Magento\Framework\ObjectManager\Config\Compiled is not validated - MAGETWO-70061 Exception on EE installation on environment with default-storage-engine=MyISAM - MAGETWO-69260 Unable to create shipping label due to error of lb to kg conversion - MAGETWO-58961 Multiselect text values are not searchable using QuickSearch with ElasticSearch - MQE-155 [FT] Magento\UrlRewrite\Test\TestCase\CreateProductWithSeveralWebsitesUrlRewriteTest randomly fails on Jenkins
Hi, @shahankitb997, the fix merged into the develop branch. |
Is this any faster yet?
…On Mon, Jul 3, 2017, 10:09 AM Ievgen Sentiabov ***@***.***> wrote:
Hi, @shahankitb997 <https://github.com/shahankitb997>, the fix merged
into the develop branch.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9336 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACQbJdCl_M3WllvRGgXV4-2ezH5ui28Gks5sKPX-gaJpZM4ND03V>
.
|
Instead of
$request = $this->_export($this->_doReauthorizationRequest);
It should Use
$request = $this->__exportToRequest($this->_doReauthorizationRequest);
&
Instead of
$this->_import($response, $this->_doReauthorizationResponse);
It should Use
$this->_importFromResponse($this->_doReauthorizationResponse, $response);
Right would be
@magento-admin @magento-team
The text was updated successfully, but these errors were encountered: