Skip to content

Commit

Permalink
PagBank 😍 Magento
Browse files Browse the repository at this point in the history
- Fixed Vault
  • Loading branch information
elisei committed Jun 19, 2024
1 parent a57959a commit f1faf7c
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 124 deletions.
6 changes: 6 additions & 0 deletions Observer/DataAssignCcObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,16 @@ class DataAssignCcObserver extends AbstractDataAssignObserver
*/
public const PAYMENT_INFO_THREE_DS_AUTH_STATUS = 'three_ds_auth_status';

/**
* @const string
*/
public const PAYMENT_INFO_PUBLIC_HASH = 'public_hash';

/**
* @var array
*/
protected $addInformationList = [
self::PAYMENT_INFO_PUBLIC_HASH,
self::PAYMENT_INFO_NUMBER_TOKEN,
self::PAYMENT_INFO_CARDHOLDER_NAME,
self::PAYMENT_INFO_CC_INSTALLMENTS,
Expand Down
Loading

0 comments on commit f1faf7c

Please sign in to comment.