@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/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/classes/3dsHandler.ts +0 -3
package/package.json
CHANGED
|
@@ -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
|
}
|