Skip to content

Commit

Permalink
CompletePurchaseResponse::getTransactionId() returns ik_pm_no istead …
Browse files Browse the repository at this point in the history
…of ik_inv_id
  • Loading branch information
SilverFire committed Mar 10, 2016
1 parent 2258548 commit 6731ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/CompletePurchaseResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function getSign()
*/
public function getTransactionId()
{
return $this->data['ik_inv_id'];
return $this->data['ik_pm_no'];
}

/**
Expand Down

0 comments on commit 6731ed2

Please sign in to comment.