Skip to content

Commit

Permalink
Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jleagle committed Feb 6, 2025
1 parent 2ff190c commit 91c9df8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Finance/Chargeback/Reasons/NyceChargebackReason.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public static function create($code, $description = '', $category = ChargebackCa
$reason = parent::create($code, $description, $category);
switch($code)
{

case self::RSN_CC:
$reason->description = 'Chip Counterfeit';
$reason->category = ChargebackCategory::FRAUD;
Expand Down
1 change: 0 additions & 1 deletion src/Finance/Chargeback/Reasons/PulseChargebackReason.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public static function create($code, $description = '', $category = ChargebackCa
$reason = parent::create($code, $description, $category);
switch($code)
{

case self::RSN_4537:
$reason->description = 'Card Present Transaction';
$reason->category = ChargebackCategory::FRAUD;
Expand Down
1 change: 0 additions & 1 deletion src/Finance/Chargeback/Reasons/StarChargebackReason.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public static function create($code, $description = '', $category = ChargebackCa
$reason = parent::create($code, $description, $category);
switch($code)
{

case self::RSN_20:
$reason->description = 'Authorization';
$reason->category = ChargebackCategory::AUTHORIZATION;
Expand Down
1 change: 0 additions & 1 deletion src/Finance/Chargeback/Reasons/VisaChargebackReason.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public static function create($code, $description = '', $category = ChargebackCa
$reason = parent::create($code, $description, $category);
switch($code)
{

case self::RSN_10_1:
$reason->description = 'EMV Liability Shift Counterfeit Fraud';
$reason->category = ChargebackCategory::FRAUD;
Expand Down

0 comments on commit 91c9df8

Please sign in to comment.