Skip to content

Commit

Permalink
fix(core): Fix amount being sent to payment handler refund method
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Mar 14, 2024
1 parent 926895d commit b6a5691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/service/services/payment.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export class PaymentService {
? await handler.createRefund(
ctx,
input,
total,
constrainedTotal,
order,
paymentToRefund,
paymentMethod.handler.args,
Expand Down

0 comments on commit b6a5691

Please sign in to comment.