Explorar el Código

fix orderid

tags/2.0.3
0nepeop1e hace 4 años
padre
commit
0066658aa2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/RazerPayDriver.php

+ 1
- 1
src/RazerPayDriver.php Ver fichero

@@ -55,7 +55,7 @@ class RazerPayDriver implements PaymentGatewayDriver
55 55
 
56 56
         $query = array_merge(
57 57
             compact(
58
-                'amount', 'order_id', 'bill_name', 'bill_email', 'bill_mobile',
58
+                'amount', 'orderid', 'bill_name', 'bill_email', 'bill_mobile',
59 59
                 'bill_desc', 'country', 'verify_code', 'currency'
60 60
             ),
61 61
             Arr::only($options, ['channel'])

Loading…
Cancelar
Guardar