Skip to content

Commit

Permalink
Merge pull request w7corp#1368 from tsuijie/master
Browse files Browse the repository at this point in the history
Sandbox exception message key is "retmsg" instead of "return_msg"
  • Loading branch information
mingyoung authored Sep 25, 2018
2 parents 50de55c + f090e20 commit 6926d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payment/Sandbox/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getKey(): string
return $key;
}

throw new SandboxException($response['return_msg']);
throw new SandboxException($response['retmsg']);
}

/**
Expand Down

0 comments on commit 6926d1e

Please sign in to comment.