|
@@ -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();
|