Skip to content

v4.6.0

Choose a tag to compare

@esprit-dev esprit-dev released this 17 Nov 16:50
71f330e

Features

  • Fix Apple pay button disabled after payment cancel (MAG-537)
  • Create invoice after a transaction is valid only (MAG-521)
  • Add invoice increment ID into payplug transaction metadata (MAG-484)
  • Enable refunds for PPro transactions in the Magento Admin (MAG-468)
  • Conditional display of APMs based on the user’s country (MAG-434)
  • Set initial order status to Pending Payment instead of Payment Review (MAG-517)
  • Unified authentication : restrict "live" mode when Merchant KYC is uncompleted (MAG-526)
  • Missing magento transaction entity on Authorization Only orders (MAG-540)
  • Fix transaction ID on refund. Check existing refund transaction durant IPN callback (MAG-542)
  • Fix auto-capture cron marking orders as Failed Capture (MAG-546)
  • Fix invoicing / refunding concurrency (IPN vs PaymentReturn) by moving logics to message queue system (MAG-541)
  • Add enriched metadata on refund lines (MAG-467)
  • Fix JS dependency missing for Installment Plan payment method (MAG-554)
  • Fix order status on Payment Return with Autorization only mode (MAG-555)
  • Fix order status (stays on payment_review state) when invoice is generated manually (MAG-571)

View diff

Added

  • Add invoice increment ID into payplug transaction metadata #291
  • Enable refunds for PPro transactions in the Magento Admin #292
  • Add enriched metadata on refund lines #307
  • Missing magento transaction entity on Authorization Only orders #311

Changed

  • Create invoice after a transaction is valid only #290
  • Conditional display of APMs based on the user’s country #298
  • Set initial order status to Pending Payment instead of Payment Review #306

Fixed

  • Fix Apple pay button disabled after payment cancel #305
  • Fix checkout payment methods render on Safari #304
  • Unified authentication : restrict "live" mode when Merchant KYC is uncompleted #310
  • Fix transaction ID on refund. Check existing refund transaction durant IPN callback #312
  • Fix invoicing / refunding concurrency (IPN vs PaymentReturn) by moving logics to message queue system #314
  • Fix method parameter type #314
  • Fix auto-capture cron marking orders as Failed Capture #313
  • Fix JS dependency missing for Installment Plan payment method #315
  • Fix order status on Payment Return with Autorization only mode #316
  • Fix order status (stays on payment_review state) when invoice is generated manually #319