Skip to content

Commit 9ea196f

Browse files
author
Aman Alam
authored
Merge pull request #20 from PaymentRails/patch-add-routeMin
Add routeMinimum field to PHP SDK
2 parents c36bfb8 + 93e6da7 commit 9ea196f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/PaymentRails/Recipient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Recipient extends Base
1818
protected $_attributes = [
1919
"id" => "",
2020
"routeType" => "",
21+
"routeMinimum" => "",
2122
"estimatedFees" => "",
2223
"referenceId" => "",
2324
"email" => "",
@@ -111,6 +112,7 @@ protected function _initialize($attributes) {
111112
$fields = [
112113
"id",
113114
"routeType",
115+
"routeMinimum",
114116
"estimatedFees",
115117
"id",
116118
"referenceId",

0 commit comments

Comments
 (0)