Commit d6429b3
authored
Updated Transaction::create() parameter name.
Renamed "Create a transaction"'s passed `$transactionId` parameter to `$merchantId` to remain consistent with the method as defined in the source code.
To clarify, the `Transaction` class' `create()` method accepts a merchant ID, not a transaction ID.1 parent f425ad4 commit d6429b3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
0 commit comments