Skip to content

Commit

Permalink
Add missing parameters to the list of valid out-params.
Browse files Browse the repository at this point in the history
  • Loading branch information
bummzack committed Jun 14, 2016
1 parent 5717740 commit 91eaad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Message/CompletePurchaseRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class CompletePurchaseRequest extends AbstractRequest
'NCERROR',
'ORDERID',
'PAYID',
'PAYIDSUB',
'PAYMENT_REFERENCE',
'PM',
'SCO_CATEGORY',
Expand All @@ -68,7 +69,8 @@ class CompletePurchaseRequest extends AbstractRequest
'SUBBRAND',
'SUBSCRIPTION_ID',
'TRXDATE',
'VC'
'VC',
'WALLET'
);

public function getData()
Expand Down

0 comments on commit 91eaad1

Please sign in to comment.