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.
1 parent bf5903d commit f5b8ffbCopy full SHA for f5b8ffb
src/MobilpayGateway.php
@@ -26,7 +26,7 @@ public function purchase() {
26
27
public function response() {
28
$gateway = Omnipay::create('MobilPay');
29
- $gateway->privateKeyPath(config('mobilpay.private_key_path'));
+ $gateway->setPrivateKey(config('mobilpay.private_key_path'));
30
31
$response = $gateway->completePurchase($_POST)->send();
32
$response->sendResponse();
0 commit comments