Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
upgrade 4.74: Monext feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
vpietri-tbd authored and thomasmonext committed May 2, 2023
1 parent 915ed2a commit 1ac5fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Payline/Objects/Card.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Card

public $paymentData;

public $card;
public $par;

public $tokenRequestorCryptogram;

Expand Down
2 changes: 1 addition & 1 deletion src/Payline/PaylineSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PaylineSDK
* Payline release corresponding to this version of the package
* @see https://docs.payline.com/display/DT/API+version+history
*/
const SDK_RELEASE = 'PHP SDK 4.73';
const SDK_RELEASE = 'PHP SDK 4.74';

/**
* development environment flag
Expand Down

0 comments on commit 1ac5fb8

Please sign in to comment.