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 da23822 commit 39ccafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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);
}
}
}
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 39ccafb

Please sign in to comment.