We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e24eb7 + 92dd371 commit 8f95611Copy full SHA for 8f95611
src/Model/Response/PaymentCreate.php
@@ -17,6 +17,6 @@ public function __construct(string $transactionId, string $redirectUrl)
17
18
public static function createFromResponse(array $data): self
19
{
20
- return new self($data['transaction_id'], $data['redirect_url']);
+ return new self($data['transactionId'], $data['redirectUrl']);
21
}
22
0 commit comments