Skip to content

Commit

Permalink
更改core模块模型路径
Browse files Browse the repository at this point in the history
  • Loading branch information
bigrocs committed Sep 18, 2017
1 parent bd593ee commit 2a2c55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/OmnipayController.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function callback($service, Request $request)
];

$response = $this->gateway->completePurchase($options)->send();
dd($response->isSuccessful(),$response->isPaid());
dd($response,$response->isSuccessful(),$response->isPaid());
$response =get_class_methods($response);
dd($response);
}
Expand Down

0 comments on commit 2a2c55f

Please sign in to comment.