Skip to content

Commit 2a2c55f

Browse files
committed
更改core模块模型路径
1 parent bd593ee commit 2a2c55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/OmnipayController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function callback($service, Request $request)
3939
];
4040

4141
$response = $this->gateway->completePurchase($options)->send();
42-
dd($response->isSuccessful(),$response->isPaid());
42+
dd($response,$response->isSuccessful(),$response->isPaid());
4343
$response =get_class_methods($response);
4444
dd($response);
4545
}

0 commit comments

Comments
 (0)