()
| 261 | } |
| 262 | |
| 263 | getFapiUrl() { |
| 264 | if (this.Options.demo) return this.fapiDemo; |
| 265 | if (this.Options.test) return this.fapiTest; |
| 266 | return this.fapi; |
| 267 | } |
| 268 | |
| 269 | getDapiUrl() { |
| 270 | if (this.Options.demo) return this.dapiDemo; |
no outgoing calls
no test coverage detected