Skip to content

Commit 8e1f52e

Browse files
committed
removed pisp hard-coding
1 parent 69c999b commit 8e1f52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Data.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function createPaymentRequest(Order $order): array
9090
$createCardToken = true;
9191
$client = $this->getPaymentRequestClient($storeId);
9292
$originUrl = str_replace('http://', 'https://', $originUrl);
93-
$paymentRequest = $client->createPaymentRequest($originUrl, $callbackUrl, $amount, $customerEmail, $currency, "pisp", $nofrixionOrderId, $createCardToken, $customerId);
93+
$paymentRequest = $client->createPaymentRequest($originUrl, $callbackUrl, $amount, $customerEmail, $currency, $paymentMethodTypes, $nofrixionOrderId, $createCardToken, $customerId);
9494

9595
return $paymentRequest;
9696
}

0 commit comments

Comments
 (0)