Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft authored and github-actions[bot] committed Oct 23, 2023
1 parent a9e44b3 commit 8bdb94d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ public function testListSettlementCaptures()
$this->assertInstanceOf(Capture::class, $capture);
$this->assertEquals("cpt_4qqhO89gsT", $capture->id);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ public function testListSettlementChargebacks()
$this->assertInstanceOf(Chargeback::class, $chargeback);
$this->assertEquals("chb_n9z0tp", $chargeback->id);
}
}
}
2 changes: 1 addition & 1 deletion tests/SettlementRefundEndpointTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ public function testListSettlementRefunds()
$this->assertInstanceOf(Refund::class, $refund);
$this->assertEquals("re_3aKhkUNigy", $refund->id);
}
}
}

0 comments on commit 8bdb94d

Please sign in to comment.