Procházet zdrojové kódy

fix order id

tags/2.0.3
0nepeop1e před 4 roky
rodič
revize
e00c330b53
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/RazerPayDriver.php

+ 1
- 1
src/RazerPayDriver.php Zobrazit soubor

@@ -42,7 +42,7 @@ class RazerPayDriver implements PaymentGatewayDriver
42 42
 
43 43
     public function createPaymentURL(PayableEntity $payable, array $options = []): string
44 44
     {
45
-        $order_id = urlencode($payable->getBillId());
45
+        $orderid = urlencode($payable->getBillId());
46 46
         $bill_name = urlencode($payable->getBillName());
47 47
         $bill_email = $payable->getBillEmail();
48 48
         $bill_mobile = $payable->getBillPhoneNumber();

Načítá se…
Zrušit
Uložit