Skip to content

Commit

Permalink
Merge pull request #742 from recurly/adyen_3ds
Browse files Browse the repository at this point in the history
Update Adyen sdk libUrl for 3ds risk strategy
  • Loading branch information
chrissrogers authored Jul 19, 2022
2 parents 75f5109 + 526cf3f commit b70c299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recurly/risk/three-d-secure/strategy/adyen.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Frame } from '../../../frame';
const debug = require('debug')('recurly:risk:three-d-secure:adyen');

export default class AdyenStrategy extends ThreeDSecureStrategy {
static libUrl = 'https://checkoutshopper-test.adyen.com/checkoutshopper/sdk/2.2.0/adyen.js';
static libUrl = 'https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/2.2.0/adyen.js';
static strategyName = 'adyen';

constructor (...args) {
Expand Down

0 comments on commit b70c299

Please sign in to comment.