Skip to content

Commit

Permalink
Add customer disputes to default hook
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus committed Oct 22, 2024
1 parent f6cf985 commit cd9ecd3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@
//'PAYMENT.AUTHORIZATION.CREATED',
//'PAYMENT.AUTHORIZATION.VOIDED',
//'PAYMENT.CAPTURE.COMPLETED',

// customer dispute created
'CUSTOMER.DISPUTE.CREATED',

// customer dispute updated
'CUSTOMER.DISPUTE.UPDATED',

// customer dispute resolved
'CUSTOMER.DISPUTE.RESOLVED',
]);
});

Expand Down

0 comments on commit cd9ecd3

Please sign in to comment.