mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	Update Android app link
This commit is contained in:
		
							parent
							
								
									625c6b381f
								
							
						
					
					
						commit
						6726f278e5
					
				@ -8,7 +8,7 @@
 | 
				
			|||||||
[](http://docs.invoiceninja.com/en/latest/?badge=latest)
 | 
					[](http://docs.invoiceninja.com/en/latest/?badge=latest)
 | 
				
			||||||
[](https://gitter.im/hillelcoren/invoice-ninja?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 | 
					[](https://gitter.im/hillelcoren/invoice-ninja?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [Hosted](https://www.invoiceninja.com) | [Self-hosted](https://www.invoiceninja.org) | [iPhone](https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1072566815&mt=8) | [Android (Beta)](https://play.google.com/apps/testing/com.invoiceninja.invoiceninja)
 | 
					## [Hosted](https://www.invoiceninja.com) | [Self-hosted](https://www.invoiceninja.org) | [iPhone](https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1072566815&mt=8) | [Android](https://play.google.com/store/apps/details?id=com.invoiceninja.invoiceninja)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Watch this [YouTube Video](https://www.youtube.com/watch?v=xHGKvadapbA) for an overview of the app's features.
 | 
					Watch this [YouTube Video](https://www.youtube.com/watch?v=xHGKvadapbA) for an overview of the app's features.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -359,7 +359,7 @@ class BasePaymentDriver
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        $invoice = $this->invoice();
 | 
					        $invoice = $this->invoice();
 | 
				
			||||||
        $gatewayTypeAlias = $this->gatewayType == GATEWAY_TYPE_TOKEN ? $this->gatewayType : GatewayType::getAliasFromId($this->gatewayType);
 | 
					        $gatewayTypeAlias = $this->gatewayType == GATEWAY_TYPE_TOKEN ? $this->gatewayType : GatewayType::getAliasFromId($this->gatewayType);
 | 
				
			||||||
        $completeUrl = $this->invitation->getLink('complete') . '/' . $gatewayTypeAlias;
 | 
					        $completeUrl = $this->invitation->getLink('complete', true) . '/' . $gatewayTypeAlias;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $data = [
 | 
					        $data = [
 | 
				
			||||||
            'amount' => $invoice->getRequestedAmount(),
 | 
					            'amount' => $invoice->getRequestedAmount(),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user