Skip to content

Commit caa2af2

Browse files
committed
[CC-1337] Add Paypage V2:
- Split up riskdata object to have one version for normal transaction requests and one for paypage creation requests.
1 parent 550b2e6 commit caa2af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/Resources/PaypageV2Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public function createPaypageWithMethodResourceIds()
205205

206206

207207
$resources = new Resources($customer->getId(), $basket->getId(), $metadata->getId());
208-
$paypage = new Paypage(9.99, 'EUR', 'charge');
208+
$paypage = new Paypage(99.99, 'EUR', 'charge');
209209
$paypage->setResources($resources);
210210
$unzer->createPaypage($paypage);
211211

0 commit comments

Comments
 (0)