Skip to content

Commit

Permalink
Some optional fields missing from direct-registration
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Jan 13, 2016
1 parent 2af0794 commit 94ee702
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/Academe/SagePay/Metadata/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,8 @@ class Transaction
"min": 1,
"max": 200,
"source": [
"server-registration"
"server-registration",
"direct-registration"
],
"store": true
},
Expand All @@ -687,7 +688,8 @@ class Transaction
"max": 40,
"default": "3F7A4119-8671-464F-A091-9E59EB47B80C",
"source": [
"server-registration"
"server-registration",
"direct-registration"
],
"store": false
},
Expand All @@ -710,7 +712,8 @@ class Transaction
"min": 1,
"max": 100,
"source": [
"server-registration"
"server-registration",
"direct-registration"
],
"store": true
},
Expand Down

0 comments on commit 94ee702

Please sign in to comment.