@tonder.io/ionic-full-sdk 0.0.23-beta → 0.0.24-beta

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonder.io/ionic-full-sdk",
3
- "version": "0.0.23-beta",
3
+ "version": "0.0.24-beta",
4
4
  "description": "Tonder ionic full SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.js",
@@ -154,9 +154,6 @@ export class ThreeDSHandler {
154
154
 
155
155
  handleSuccessTransaction(response: any) {
156
156
  this.removeVerifyTransactionUrl();
157
- if(this.successUrl) {
158
- window.location = this.successUrl as Location;
159
- }
160
157
  console.log('Transacción autorizada exitosamente.');
161
158
  return response;
162
159
  }