Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Feb 21, 2024
1 parent 7579ed6 commit c35b870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/models/PaymentMethodMetadata.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var EntityBase = require('./EntityBase');

var BinData = EntityBase.extend({
var PaymentMethodMetadata = EntityBase.extend({
defaults: {
/**
* The type of metadata. Allowed values: BIN, GOOGLE_PAY
Expand Down Expand Up @@ -43,4 +43,4 @@ var BinData = EntityBase.extend({
}
});

module.exports = BinData;
module.exports = PaymentMethodMetadata;

0 comments on commit c35b870

Please sign in to comment.