Skip to content

Commit c5789e1

Browse files
committedMar 21, 2023
changed double to single quotes
1 parent 8e1f52e commit c5789e1

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
@@ -76,7 +76,7 @@ public function createPaymentRequest(Order $order): array
7676
$amount = $order->getTotalDue();
7777
$customerEmail = $order->getCustomerEmail();
7878
$currency = $order->getOrderCurrencyCode();
79-
$paymentMethodTypes = array("card", "pisp");
79+
$paymentMethodTypes = array('card', 'pisp');
8080
$originUrl = $this->url->getBaseUrl(['_store' => $storeId]);
8181
$nofrixionOrderId = $this->encodeOrderId($order);
8282
$callbackUrl = $this->url->getUrl('nofrixion/redirect/returnAfterPayment', ['_secure' => true, 'nofrixion_order_id' => $nofrixionOrderId]);

0 commit comments

Comments
 (0)