quickpos 1.0.907 → 1.0.908
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/anypay.js +4 -4
- package/package.json +1 -1
package/lib/anypay.js
CHANGED
|
@@ -111,11 +111,11 @@ class AnyPay {
|
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
// IP adresini kontrol edebiliriz (isteğe bağlı)
|
|
114
|
-
const isValid = this.client.validateNotification(callbackData);
|
|
114
|
+
// const isValid = this.client.validateNotification(callbackData);
|
|
115
115
|
|
|
116
|
-
if (!isValid) {
|
|
117
|
-
|
|
118
|
-
}
|
|
116
|
+
// if (!isValid) {
|
|
117
|
+
// throw new Error('Invalid notification signature');
|
|
118
|
+
// }
|
|
119
119
|
|
|
120
120
|
// status "paid" ise başarılı
|
|
121
121
|
if (callbackData.status === 'paid') {
|