Skip to content

3.2.0

Compare
Choose a tag to compare
@ramth05 ramth05 released this 29 Sep 04:36
· 420 commits to master-2.x since this release
62254dc

Added

  • Added, by_razorpay_webhook field in sales_order table that can be utilize for orders created by webhook tracking.
  • Added event dispatcher razorpay_webhook_order_placed_after , that can be observed for any order placed by webhook, with below
    transport data --
      'context'   => 'razorpay_webhook_order',
      'payment'   => <RZP_Payment_ID>,
      'transport' => [
                          'raorpay_payment_id' => <RZP_Payment_ID>,
                          'magento_quote_id' => <Magento_quote_id>,
                          'magento_order_id' => <Magento_order_id>,
                          'amount_captured' => <Amount_captured_in_minor_currency_unit>
                       ]
    
    
    

Install through "code.zip" file

  1. Extract the attached code.zip
  2. Go to "app" folder
  3. Overwrite content of "code" folder with step one "code" folder (Note: if code folder not exist just place the code folder from step-1).
  4. Run bin/magento module:enable Razorpay_Magento from magento root folder.
  5. Run bin/magento setup:upgrade from magento root folder.

Note: Don't mix composer and zip install.