Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 0c25730

Browse files
author
dpfaffenbauer
committed
fixes for complete purchase
1 parent b3599fd commit 0c25730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/CompletePurchaseRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class CompletePurchaseRequest extends AbstractRequest
2121
*/
2222
public function getData()
2323
{
24-
return $this->httpRequest->request->all();
24+
return $_REQUEST;
2525
}
2626

2727
/**

0 commit comments

Comments
 (0)