@xsolla/payment-client-core 0.2.3 → 0.2.4

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.
@@ -5850,7 +5850,7 @@ class GooglePayService {
5850
5850
  return this.readyToPay.getValue();
5851
5851
  }
5852
5852
  sendUserBack(path) {
5853
- this.httpClient.get(path, { responseType: 'text' }).subscribe();
5853
+ this.httpClient.get(decodeURI(path), { responseType: 'text' }).subscribe();
5854
5854
  }
5855
5855
  initGooglePayLibrary(data) {
5856
5856
  this.isSandbox = data.isSandbox;