Skip to content

Commit

Permalink
Revert "更改core模块模型路径"
Browse files Browse the repository at this point in the history
This reverts commit 2a2c55f.
  • Loading branch information
bigrocs committed Sep 18, 2017
1 parent 2a2c55f commit ae8469e
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,$response->isSuccessful(),$response->isPaid());
dd($response->isSuccessful(),$response->isPaid());
$response =get_class_methods($response);
dd($response);
}
Expand Down

0 comments on commit ae8469e

Please sign in to comment.