Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #25 from tomolas/fingerprint_params_fix
Browse files Browse the repository at this point in the history
Added missing fingerprint params for RecurPaymentRequest in Seamless
  • Loading branch information
CHH authored Mar 9, 2017
2 parents 78a9662 + f513f0a commit ff5f35b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Request/Seamless/Backend/RecurPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class RecurPaymentRequest extends AbstractBackendRequest
protected $fingerprintOrder = [
'orderNumber', 'sourceOrderNumber', 'autoDeposit', 'orderDescription',
'amount', 'currency', 'orderReference', 'customerStatement',
'mandateId', 'mandateSignatureDate', 'creditorId', 'dueDate', 'transactionIdentifier', 'useIbanBic'
];
// protected $resultClass = 'Hochstrasser\Wirecard\Model\Seamless\Frontend\DataStorageInitResult';

Expand Down

0 comments on commit ff5f35b

Please sign in to comment.