@everymatrix/cashier-method-details 1.30.1 → 1.31.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-method-details",
3
- "version": "1.30.1",
3
+ "version": "1.31.0",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "fb8f6763064049c1da23e78c065e8c2bca2aa409"
38
+ "gitHead": "2cd63cac8a1345eb832337233e848d196c3d9a7b"
39
39
  }
@@ -399,6 +399,9 @@
399
399
  errorResponseCode = e.data.errorResponseCode;
400
400
  showReceiptPage = e.data.showReceiptPage;
401
401
  }
402
+ if (e.data.type == 'ReceiptLoaded') {
403
+ closeIframe()
404
+ }
402
405
  }
403
406
 
404
407
  onMount(() => {