Commit df962d1
committed
Return token id if other possible values not present in getTransactionReference.
When processing a request with no card present a token is retrieved from
paypal which is the used by a paypal browser script to open a paypal popup to approve the token.
It's a bit arguable whether this is best retrieved via getTransactionReference or
getCardReference. cardReference makes sense in that the token is used in place of a card
but it's also the only reference we have for the transaction at this point.
Related :
#219
#2151 parent 5379a83 commit df962d1
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
| |||
63 | 70 | | |
64 | 71 | | |
65 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
66 | 76 | | |
67 | 77 | | |
68 | 78 | | |
| |||
0 commit comments