Skip to content

Commit

Permalink
feat: add refunds diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
syedsajjadkazmii committed Jan 1, 2025
1 parent 4c542c2 commit 9fa124f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/arch-diagrams/webhook-refunds.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ sequenceDiagram
deactivate PSP
activate CC
CC -->> CC: Sends payment_refunded_signal<br> signal
CC -->> CC: Triggers refund_from_stripe_task<br> worker task
CC -->> CC: Triggers refund_from_<stripe/paypal>_task<br> worker task
CC ->> CoCo: Adds Refund Transaction<br> to Payment Obj
deactivate CC

0 comments on commit 9fa124f

Please sign in to comment.