Skip to content

Commit 7c85d35

Browse files
fix enums
1 parent 1daaf71 commit 7c85d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Enums/EuPlatescStatus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ enum EuPlatescStatus: string
2424
case PAYMENT_DECLINED = 'payment_declined';
2525
case POSSIBLE_FRAUD = 'possible_fraud';
2626
case CHARGED = 'charged';
27-
case CAPTURED = 'captured';
27+
case CAPTURE = 'capture';
2828

2929
public function labelKeyPrefix(): string
3030
{

0 commit comments

Comments
 (0)