You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,6 @@ return [
73
73
*/
74
74
'merchantEmail' => getenv('MERCHANT_EMAIL'),
75
75
76
-
/**
77
-
* Unique transaction reference
78
-
*/
79
-
'reference' => 'payref'.time().'tranx',
80
76
];
81
77
```
82
78
@@ -101,8 +97,6 @@ After having paid the order the customer is redirected back. In the redirection
101
97
102
98
The hash is calculated out of some of the fields returned and a secret non-public value. This hash is used to verify if the request is valid and comes from the payment provider. It is paramount that this hash is thoroughly checked.
103
99
104
-
The payment result can be something like "payment ok", "customer cancelled payment" or "payment declined".
0 commit comments