Skip to content

Commit

Permalink
Merge pull request #22 from apriady/master
Browse files Browse the repository at this point in the history
get appVersion from Meta, not a static value
  • Loading branch information
lintangtimur committed Sep 3, 2019
2 parents c760fca + fc56e88 commit 24f49ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ovoid.php
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ public function customerUnlock($securityCode)
{
$ch = new Curl;
$data = [
'appVersion' => '2.8.0',
'appVersion' => Meta::APP_VERSION,
'securityCode'=> $securityCode
];

Expand Down

0 comments on commit 24f49ae

Please sign in to comment.