airwallex-payment-elements
Advanced tools
Comparing version 0.0.38 to 0.0.39
@@ -7,3 +7,4 @@ import { css, html, LitElement } from 'lit-element'; | ||
this.gatewayBaseurl = this.merchantId = this.authentication = this.countryOrRegion = ''; | ||
this.currency = this.intentId = this.customerId = this.successUrl = this.cancelUrl = this.errorUrl = this.type = this.enable3d = ''; | ||
this.currency = this.intentId = this.customerId = this.successUrl = this.cancelUrl = this.errorUrl = this.transactionType = this.enable3dSecure = | ||
''; | ||
this.theme = {}; | ||
@@ -24,4 +25,4 @@ this.height = 0; | ||
errorUrl: { type: String, reflect: true }, | ||
enable3d: { type: String, reflect: true }, | ||
type: { type: String, reflect: true }, | ||
enable3dSecure: { type: String, reflect: true }, | ||
transactionType: { type: String, reflect: true }, | ||
theme: { type: Object, reflect: true }, | ||
@@ -112,3 +113,3 @@ height: { | ||
.merchantId}&authentication=${this.authentication}&customerId=${this.customerId}&countryOrRegion=${this | ||
.countryOrRegion}¤cy=${this.currency}&theme=${encodeURIComponent(JSON.stringify(this.theme))}&type=${this.type}&enable3d=${this.enable3d}" | ||
.countryOrRegion}¤cy=${this.currency}&theme=${encodeURIComponent(JSON.stringify(this.theme))}&transactionType=${this.transactionType}&enable3dSecure=${this.enable3dSecure}" | ||
title="Secured airwallex payment frame" | ||
@@ -115,0 +116,0 @@ /> |
{ | ||
"name": "airwallex-payment-elements", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.js", |
@@ -16,4 +16,4 @@ import { css, html, LitElement } from 'lit-element'; | ||
errorUrl: string; | ||
enable3d: string; | ||
type: string; | ||
enable3dSecure: string; | ||
transactionType: string; | ||
theme: object; | ||
@@ -24,3 +24,4 @@ height: number; | ||
this.gatewayBaseurl = this.merchantId = this.authentication = this.countryOrRegion = ''; | ||
this.currency = this.intentId = this.customerId = this.successUrl = this.cancelUrl = this.errorUrl = this.type = this.enable3d = ''; | ||
this.currency = this.intentId = this.customerId = this.successUrl = this.cancelUrl = this.errorUrl = this.transactionType = this.enable3dSecure = | ||
''; | ||
this.theme = {}; | ||
@@ -41,4 +42,4 @@ this.height = 0; | ||
errorUrl: { type: String, reflect: true }, | ||
enable3d: { type: String, reflect: true }, | ||
type: { type: String, reflect: true }, | ||
enable3dSecure: { type: String, reflect: true }, | ||
transactionType: { type: String, reflect: true }, | ||
theme: { type: Object, reflect: true }, | ||
@@ -127,3 +128,5 @@ height: { | ||
.merchantId}&authentication=${this.authentication}&customerId=${this.customerId}&countryOrRegion=${this | ||
.countryOrRegion}¤cy=${this.currency}&theme=${encodeURIComponent(JSON.stringify(this.theme))}&type=${this.type}&enable3d=${this.enable3d}" | ||
.countryOrRegion}¤cy=${this.currency}&theme=${encodeURIComponent( | ||
JSON.stringify(this.theme) | ||
)}&transactionType=${this.transactionType}&enable3dSecure=${this.enable3dSecure}" | ||
title="Secured airwallex payment frame" | ||
@@ -130,0 +133,0 @@ /> |
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
2848423
3068