hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

fix: refactor refund core

Open NishantJoshi00 opened this issue 1 year ago • 0 comments

Description

The division of the refund core into modular functions isn't in place, whilst the functionalities that are being called are used in multiple places for different use cases. The refactoring of the refund core is necessary.

Changes

  • In the refactoring the core execution logic of the refund must be separated from the schedule_refund_execution function
  • Function for executing instant refund and scheduled refund must be separated

NishantJoshi00 avatar Dec 27 '22 12:12 NishantJoshi00