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 2a2c55f commit ae8469eCopy full SHA for ae8469e
src/Http/Controllers/OmnipayController.php
@@ -39,7 +39,7 @@ public function callback($service, Request $request)
39
];
40
41
$response = $this->gateway->completePurchase($options)->send();
42
- dd($response,$response->isSuccessful(),$response->isPaid());
+ dd($response->isSuccessful(),$response->isPaid());
43
$response =get_class_methods($response);
44
dd($response);
45
}
0 commit comments