airwallex-payment-elements
Advanced tools
Comparing version 0.0.41 to 0.0.42
@@ -107,4 +107,6 @@ import { css, html, LitElement } from 'lit-element'; | ||
allowpaymentrequest="true" | ||
src="${this.gatewayBaseurl}/checkout/${this.intentId}?origin=${window.location.origin}&authentication=${this.authentication} | ||
&customerId=${this.customerId}¤cy=${this.currency}&theme=${encodeURIComponent(JSON.stringify(this.theme))}&transactionType=${this.transactionType}&component=${this.component}&enable3dSecure=${this.enable3dSecure}" | ||
src="${this.gatewayBaseurl}/checkout/${this.intentId}?origin=${window.location.origin}&authentication= | ||
${encodeURIComponent(this.authentication)}&customerId=${this.customerId}¤cy=${this.currency} | ||
&theme=${encodeURIComponent(JSON.stringify(this.theme))}&transactionType=${this.transactionType}&component=${this.component} | ||
&enable3dSecure=${this.enable3dSecure}" | ||
title="Secured airwallex payment frame" | ||
@@ -111,0 +113,0 @@ /> |
{ | ||
"name": "airwallex-payment-elements", | ||
"version": "0.0.41", | ||
"version": "0.0.42", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.js", |
@@ -120,5 +120,6 @@ import { css, html, LitElement } from 'lit-element'; | ||
allowpaymentrequest="true" | ||
src="${this.gatewayBaseurl}/checkout/${this.intentId}?origin=${window.location.origin}&authentication=${this.authentication} | ||
&customerId=${this.customerId}¤cy=${this.currency}&theme=${encodeURIComponent(JSON.stringify(this.theme) | ||
)}&transactionType=${this.transactionType}&component=${this.component}&enable3dSecure=${this.enable3dSecure}" | ||
src="${this.gatewayBaseurl}/checkout/${this.intentId}?origin=${window.location.origin}&authentication= | ||
${encodeURIComponent(this.authentication)}&customerId=${this.customerId}¤cy=${this.currency} | ||
&theme=${encodeURIComponent(JSON.stringify(this.theme))}&transactionType=${this.transactionType}&component=${this.component} | ||
&enable3dSecure=${this.enable3dSecure}" | ||
title="Secured airwallex payment frame" | ||
@@ -125,0 +126,0 @@ /> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2854310
3148