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.
Files changed (2) hide show
  1. package/lib/anypay.js +4 -4
  2. 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
- throw new Error('Invalid notification signature');
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') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quickpos",
3
- "version": "1.0.907",
3
+ "version": "1.0.908",
4
4
  "main": "app.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"