@@ -9,6 +9,8 @@ const PAYMENT_KEY = config.pay.key
class CallBack extends API {
constructor() {
super()
+
+ this.noEncrypt()
this.setPath('/Order/CallBack')
this.setMethod('GET')
}