Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsir0624 committed Jul 25, 2018
1 parent 9509797 commit ab05ba0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Gateways/Wechatoversea/Official.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ class Official extends AbstractWechatoverseaGateway
{
public function prepareCharge(Charge $form): array
{
/*$openId = $form->has('extras.open_id')
$openId = $form->has('extras.open_id')
? $form->get('extras.open_id')
: $this->getOpenId($form->get('extras.code'));

return [
'openid' => $openId,
];*/
return [];
];
}

public function doCharge(array $response, Charge $form): array
Expand Down

0 comments on commit ab05ba0

Please sign in to comment.