refactor: add dynamic host to success url
This commit is contained in:
		
					parent
					
						
							
								7b020aee75
							
						
					
				
			
			
				commit
				
					
						1f49bc6a3d
					
				
			
		
					 2 changed files with 8 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -4,11 +4,12 @@ import { loadStripe, Stripe } from '@stripe/stripe-js';
 | 
			
		|||
import { DepositService } from '../service/deposit.service';
 | 
			
		||||
import { debounceTime } from 'rxjs';
 | 
			
		||||
import { environment } from '../../environments/environment';
 | 
			
		||||
import { NgIf } from '@angular/common';
 | 
			
		||||
 | 
			
		||||
@Component({
 | 
			
		||||
  selector: 'app-deposit',
 | 
			
		||||
  standalone: true,
 | 
			
		||||
  imports: [ReactiveFormsModule],
 | 
			
		||||
  imports: [ReactiveFormsModule, NgIf],
 | 
			
		||||
  templateUrl: './deposit.component.html',
 | 
			
		||||
  styleUrl: './deposit.component.css',
 | 
			
		||||
  changeDetection: ChangeDetectionStrategy.OnPush,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue