We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09a3c0 commit 777f989Copy full SHA for 777f989
tests/Paystack/PaystackTest.php
@@ -40,8 +40,8 @@
40
'reference' => '123456789',
41
'callback_url' => 'https://example.com',
42
]))
43
- ->toBeObject()
44
- ->toBeInstanceOf(RedirectResponse::class);
+ ->toBeObject()
+ ->toBeInstanceOf(RedirectResponse::class);
45
});
46
47
it('can redirect to checkout for payment using request() arguments', function () {
0 commit comments