Comparing version 1.0.0 to 1.1.0
@@ -81,2 +81,3 @@ 'use strict'; | ||
brandCode: options.brandCode || null, | ||
resURL: options.resURL || null, | ||
@@ -83,0 +84,0 @@ // Signature for payment |
{ | ||
"name": "adyen", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "NodeJS module for the Adyen payment provider", | ||
@@ -5,0 +5,0 @@ "main": "./lib/adyen", |
@@ -52,2 +52,10 @@ adyen | ||
// shopperStatement: '' // optional | ||
// if skipSelection is enabled the user will not be asked for a payment method but directly comes | ||
// to the payment page for the method specified by brandCode (e.g. paypal) | ||
// brandCode // optional | ||
// skipSelection // optional | ||
// for redirecting the user to your custom page instead of the adyen confirmation page | ||
// resURL // optional | ||
}); | ||
@@ -54,0 +62,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
13474
189
104