GitHub

DaffPaypalExpressApplyPaymentGuard

A routing guard that will apply a paypal express payment with the given token and payer ID.

import { DaffPaypalExpressApplyPaymentGuard } from '@daffodil/paypal/routing'
@Injectable()
class DaffPaypalExpressApplyPaymentGuard {
  canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree>
}

Properties

Name Type Description
canActivate Observable<boolean | UrlTree>