Skip to content

Commit

Permalink
made signKey NOT required for purchase request
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Mar 1, 2017
1 parent 20ad913 commit c932754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/PurchaseRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PurchaseRequest extends AbstractRequest
*/
public function getData()
{
$this->validate('checkoutId', 'signKey', 'amount', 'currency', 'description', 'transactionId');
$this->validate('checkoutId', 'amount', 'currency', 'description', 'transactionId');

$return = [
'ik_co_id' => $this->getCheckoutId(),
Expand Down

0 comments on commit c932754

Please # to comment.