Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot committed Oct 9, 2023
1 parent d79170f commit f8331a3
Show file tree
Hide file tree
Showing 14 changed files with 3,007 additions and 1,456 deletions.
6 changes: 0 additions & 6 deletions src/Adyen/Model/Checkout/CardDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,8 @@ public function getModelName()
}

public const FUNDING_SOURCE_DEBIT = 'debit';
public const TYPE_BCMC = 'bcmc';
public const TYPE_SCHEME = 'scheme';
public const TYPE_NETWORK_TOKEN = 'networkToken';
public const TYPE_GIFTCARD = 'giftcard';
public const TYPE_ALLIANCEDATA = 'alliancedata';
public const TYPE_CARD = 'card';

/**
Expand All @@ -350,11 +347,8 @@ public function getFundingSourceAllowableValues()
public function getTypeAllowableValues()
{
return [
self::TYPE_BCMC,
self::TYPE_SCHEME,
self::TYPE_NETWORK_TOKEN,
self::TYPE_GIFTCARD,
self::TYPE_ALLIANCEDATA,
self::TYPE_CARD,
];
}
Expand Down
Loading

0 comments on commit f8331a3

Please sign in to comment.