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