Skip to content

Commit

Permalink
Merge pull request #833 from recurly/bb-699
Browse files Browse the repository at this point in the history
Renamed PayPalCommerce to PayPalComplete
  • Loading branch information
douglaslise authored Jun 26, 2023
2 parents ba83749 + 7f2d047 commit 23a3191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Frame } from '../../../frame';
const debug = require('debug')('recurly:risk:three-d-secure:paypalcomplete');

export default class PayPalCompleteStrategy extends ThreeDSecureStrategy {
static strategyName = 'paypal_commerce';
static strategyName = 'paypal_complete';

constructor (...args) {
super(...args);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"gateway": {
"type": "paypal_commerce",
"type": "paypal_complete",
"credentials": {}
},
"transaction": {
Expand Down

0 comments on commit 23a3191

Please sign in to comment.