Skip to content

Commit

Permalink
Add Chargeback event statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos R committed Nov 2, 2023
1 parent a306b8b commit f816f32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/PaymentStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ class PaymentStatus
const CHARGEBACK_LOST = 222;
const CHARGEBACK_REVERSED = 223;
const SECOND_CHARGEBACK = 224;
const REQUEST_FOR_INFORMATION = 225;
const NOTIFICATION_OF_FRAUD = 226;
const NOTIFICATION_OF_CHARGEBACK = 227;
const INFORMATION_SUPLIED = 228;
const PENDING = 300;
const PROCESSING_ASYNC = 301;
const REFUSED = 400;
Expand Down

0 comments on commit f816f32

Please sign in to comment.